Skip to content

Commit

Permalink
Merge branch 'master' into ongoing-config-apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored Dec 20, 2024
2 parents a7365a2 + 3952b71 commit 9266855
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
14 changes: 7 additions & 7 deletions _data/repos-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,31 +167,31 @@ mod-user-import:

edge-common:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-commonFramework
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-common-Framework

edge-oai-pmh:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-oai-pmh
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-oai-pmh

edge-orders:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-orders
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-orders

edge-patron:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-patron
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-patron

edge-rtac:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-rtac
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-rtac

edge-sip2:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-sip2
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-sip2

edge-ncip:
urlsOther:
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#EdgeAPIs-edge-ncip
- https://wiki.folio.org/display/FOLIOtips/Edge+APIs#edge-ncip

stripes-smart-components:
urlsOther:
Expand Down
21 changes: 11 additions & 10 deletions guides/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,26 @@ So if there is an urgent need to [rebuild](#off-schedule-rebuilds) "folio-snapsh
It is vitally important that developers ensure success of the subsequent hourly build following any major changes that they merge to mainline (especially on a Friday afternoon). As noted in the previous paragraph, failures of this hourly job will cause the "folio-snapshot" builds to use out-of-date install files.
Refer to the [Troubleshooting](#troubleshooting) assistance section above.

### folio-orchid
### folio-quesnelia

[https://folio-orchid.dev.folio.org/](https://folio-orchid.dev.folio.org/)
[https://folio-quesnelia.dev.folio.org/](https://folio-quesnelia.dev.folio.org/)

This is an environment for the latest FOLIO Release R1 2023 Orchid.
This is an environment for the previous FOLIO Release R1 2024 Quesnelia.
Each rebuild will pick up any hotfix updates that may have been released.

The server is built every Sunday, to finish about 02:05 UTC.\
(See Jenkins job: [folio-r1-2023-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r1-2023-release/) which starts about 01:30 UTC.).
The server is deliberately not being automatically re-built each week,
while a PC Working Group is gathering better sample data for the reference environments.\
(See Jenkins job: [folio-r1-2024-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r1-2024-release/).)

### folio-nolana
### folio-orchid

[https://folio-nolana.dev.folio.org/](https://folio-nolana.dev.folio.org/)
[https://folio-orchid.dev.folio.org/](https://folio-orchid.dev.folio.org/)

This is an environment for the previous FOLIO Release R3 2022 Nolana
This is an environment for the latest FOLIO Release R1 2023 Orchid.
Each rebuild will pick up any hotfix updates that may have been released.

The server is built every Sunday, to finish about 02:45 UTC.\
(See Jenkins job: [folio-r3-2022-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r3-2022-release/) which starts about 02:11 UTC.).
The server is built every Sunday, to finish about 02:05 UTC.\
(See Jenkins job: [folio-r1-2023-release](https://jenkins-aws.indexdata.com/job/FOLIO_Reference_Builds/job/folio-r1-2023-release/) which starts about 01:30 UTC.)

### Other notes

Expand Down
2 changes: 1 addition & 1 deletion guides/folio-vertx-lib.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menuTopTitle: Guides

## Introduction

The [FOLIO Vert.x library](https://github.com/folio-org/folio-vertx-lib) is a lightweight FOLIO module development library for Vert.x that supports OpenAPI ([OAS](/start/primer-oas/)). It is the recommended library for development of FOLIO modules with [Vert.x OpenAPI](https://vertx.io/docs/vertx-web-openapi/java/).
The [FOLIO Vert.x library](https://github.com/folio-org/folio-vertx-lib) is a lightweight FOLIO module development library for Vert.x that supports OpenAPI ([OAS](/start/primer-oas/)). It is the recommended library for development of FOLIO modules with [Vert.x OpenAPI](https://vertx.io/docs/vertx-openapi/java/).

The library provides utilities such as:

Expand Down

0 comments on commit 9266855

Please sign in to comment.