Skip to content

Commit

Permalink
Merge branch 'master' into ongoing-release-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau authored Jan 16, 2024
2 parents 59f40b3 + 228eec5 commit b9eb7d8
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 22 deletions.
30 changes: 27 additions & 3 deletions _data/config-api-endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1180,19 +1180,27 @@
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
"interface": "authority-source-files 2.0",
"interface": "authority-source-files 2.1",
"methods": "get:operation/retrieveAuthoritySourceFiles post:operation/createAuthoritySourceFile",
"name": "mod-entities-links",
"path": "/authority-source-files"
},
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
"interface": "authority-source-files 2.0",
"interface": "authority-source-files 2.1",
"methods": "delete:operation/deleteAuthoritySourceFile get:operation/getAuthoritySourceFile patch:operation/patchAuthoritySourceFile",
"name": "mod-entities-links",
"path": "/authority-source-files/{id}"
},
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
"interface": "authority-source-files 2.1",
"methods": "post:operation/newAuthoritySourceFileNextHrid",
"name": "mod-entities-links",
"path": "/authority-source-files/{id}/hrid"
},
{
"apiDescription": "src/main/resources/swagger.api/mod-entities-links.yaml",
"apiType": "oas",
Expand Down Expand Up @@ -4893,6 +4901,14 @@
"name": "mod-finance",
"path": "/finance/transfers"
},
{
"apiDescription": "ramls/unrelease-encumbrance.raml",
"apiType": "raml",
"interface": "finance.transactions 5.0",
"methods": "post:finance_unrelease_encumbrance__id__post",
"name": "mod-finance",
"path": "/finance/unrelease-encumbrance/{id}"
},
{
"apiDescription": "ramls/fincConfigMetadataSources.raml",
"apiType": "raml",
Expand Down Expand Up @@ -5751,6 +5767,14 @@
"name": "mod-inventory",
"path": "/inventory/instances/{instanceId}"
},
{
"apiDescription": "ramls/inventory.raml",
"apiType": "raml",
"interface": "inventory 13.0",
"methods": "delete:inventory_instances__instanceid__mark_deleted_delete",
"name": "mod-inventory",
"path": "/inventory/instances/{instanceId}/mark-deleted"
},
{
"apiDescription": "ramls/inventory.raml",
"apiType": "raml",
Expand Down Expand Up @@ -8330,7 +8354,7 @@
{
"apiDescription": "src/main/resources/swagger.api/records-editor.yaml",
"apiType": "oas",
"methods": "get:operation/getRecordByExternalId post:null",
"methods": "get:operation/getRecordByExternalId post:operation/createNewRecord",
"name": "mod-quick-marc",
"path": "/records"
},
Expand Down
37 changes: 19 additions & 18 deletions _data/config-apidocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "folio-query-tool-metadata",
"org": "folio-org"
Expand Down Expand Up @@ -384,7 +384,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-bulk-operations",
"org": "folio-org"
Expand Down Expand Up @@ -646,7 +646,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-data-export-worker",
"org": "folio-org"
Expand Down Expand Up @@ -752,7 +752,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "mod-entities-links",
"org": "folio-org"
Expand Down Expand Up @@ -885,15 +885,16 @@
"ramls/ledgers.raml",
"ramls/release-encumbrance.raml",
"ramls/transaction-summary.raml",
"ramls/transaction.raml"
"ramls/transaction.raml",
"ramls/unrelease-encumbrance.raml"
],
"upload": []
},
"metadata": {
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-finance",
"org": "folio-org"
Expand Down Expand Up @@ -926,7 +927,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "mod-finance-storage",
"org": "folio-org"
Expand Down Expand Up @@ -1047,7 +1048,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "mod-inventory",
"org": "folio-org"
Expand Down Expand Up @@ -1153,7 +1154,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-invoice",
"org": "folio-org"
Expand All @@ -1178,7 +1179,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-invoice-storage",
"org": "folio-org"
Expand Down Expand Up @@ -1416,7 +1417,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-orders",
"org": "folio-org"
Expand Down Expand Up @@ -1450,7 +1451,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.4"
"generator": "api_doc.py 1.5"
},
"name": "mod-orders-storage",
"org": "folio-org"
Expand All @@ -1468,7 +1469,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "mod-organizations",
"org": "folio-org"
Expand Down Expand Up @@ -1497,7 +1498,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5"
},
"name": "mod-organizations-storage",
"org": "folio-org"
Expand Down Expand Up @@ -1607,7 +1608,7 @@
"apiTypes": [
"OAS"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "mod-quick-marc",
"org": "folio-org"
Expand Down Expand Up @@ -1789,7 +1790,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.3"
"generator": "api_doc.py 1.5.4"
},
"name": "mod-source-record-storage",
"org": "folio-org"
Expand Down Expand Up @@ -1931,7 +1932,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.2"
"generator": "api_doc.py 1.5.4"
},
"name": "okapi",
"org": "folio-org"
Expand All @@ -1953,7 +1954,7 @@
"apiTypes": [
"RAML"
],
"generator": "api_doc.py 1.5.2"
"generator": "api_doc.py 1.5.4"
},
"name": "raml",
"org": "folio-org"
Expand Down
2 changes: 1 addition & 1 deletion guidelines/development-design-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This group consists of Technical Leads, selected senior developers and architect

The [Technical Council](/reference/glossary/#tc) is responsible for providing technical oversight across the whole of FOLIO.

They are responsible for FOLIO Architectural Blueprint and the RFC process.
They are responsible for FOLIO Architectural Blueprint and the [RFC](/reference/glossary/#rfc) process.

## Development process

Expand Down
12 changes: 12 additions & 0 deletions reference/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ Definition of Ready (DoR).
Criteria to decide when a feature is well-described and is deemed ready to be scheduled to undertake the work.
Refer to the [management](/guidelines/#development-management) notes for each FOLIO Development Team.

#### DR

[Decision Records](https://wiki.folio.org/display/TC/Decision+Records) (DR) -- The collection of ADRs (Architectural Decision Records) is referred to as ADL (Architecture Decision Log).

#### DRY

Don't repeat yourself
Expand Down Expand Up @@ -389,6 +393,12 @@ These are linked and their automation is explained at [Software build pipeline](

Representational State Transfer architectural style, and RESTful web services, enable interaction between systems using a well-known set of stateless operations and responses.

#### RFC

Request For Comments (RFCs).
Refer to the current set of [FOLIO RFCs](https://github.com/folio-org/rfcs)
and the [RFC Process](https://wiki.folio.org/display/TC/RFC+Process).

#### RMB

The [RAML Module Builder](https://github.com/folio-org/raml-module-builder) (RMB) framework, is a special FOLIO module that abstracts much functionality and enables the developer to focus on implementing business functions.
Expand Down Expand Up @@ -459,6 +469,8 @@ System operators, systems administrators of multi-user computer systems:
The [FOLIO Technical Council](https://wiki.folio.org/display/TC/)
and its [Charter](https://wiki.folio.org/display/TC/Tech+Council+Charter).

The Wiki [Tree browser](https://wiki.folio.org/collector/pages.action?key=TC) helps to navigate the TC section of the Wiki.

#### TDO

[Technical Design Owners](/guidelines/development-design-review/#technical-design-owners-tdo).
Expand Down

0 comments on commit b9eb7d8

Please sign in to comment.