Skip to content

Commit

Permalink
Merge pull request #1536 from folio-org/FOLIO-873-improve-docs-247
Browse files Browse the repository at this point in the history
Add mod-requests-mediated api doc; update software map
  • Loading branch information
dcrossleyau committed Dec 21, 2023
2 parents 68544e5 + 49018ee commit b629858
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 6 deletions.
1 change: 1 addition & 0 deletions _data/apigroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ inventory:
- mod-marc-migrations
- mod-oai-pmh
- edge-oai-pmh
- mod-requests-mediated
- mod-reservoir
erm:
title: Resource management
Expand Down
107 changes: 101 additions & 6 deletions _data/repos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generatedDateTime": "2023-12-13T12:47:20.044419+00:00"
"generatedDateTime": "2023-12-18T22:23:04.715652+00:00"
},
"repos": [
{
Expand Down Expand Up @@ -37,7 +37,7 @@
"org": "folio-org",
"repoLanguageHint": "other",
"repoType": "other",
"snippetIntro": ""
"snippetIntro": "<p>Folio application descriptors</p>"
},
{
"defaultBranch": "master",
Expand Down Expand Up @@ -637,6 +637,26 @@
"repoType": "other",
"snippetIntro": "<p>Utilities for data import modules interaction with Kafka</p>"
},
{
"defaultBranch": "master",
"description": null,
"docDirName": null,
"name": "folio-keycloak",
"org": "folio-org",
"repoLanguageHint": "other",
"repoType": "other",
"snippetIntro": "<p>A docker image for keycloak installation</p>"
},
{
"defaultBranch": "master",
"description": null,
"docDirName": null,
"name": "folio-kong",
"org": "folio-org",
"repoLanguageHint": "other",
"repoType": "other",
"snippetIntro": "<p>A docker image for kong.</p>"
},
{
"defaultBranch": "master",
"description": "Liquibase utilities",
Expand Down Expand Up @@ -891,6 +911,7 @@
"snippetIntro": ""
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -900,7 +921,17 @@
"ramlDirName": null,
"repoLanguageHint": "other",
"repoType": "backend-mod",
"snippetIntro": "<p><code>mgr-applications</code> provides following functionality:</p>"
"snippetIntro": "<p><code>mgr-applications</code> provides following functionality:</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
],
"workflowsFolio": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
]
},
{
"defaultBranch": "master",
Expand All @@ -915,6 +946,7 @@
"snippetIntro": "<p><code>mgr-tenant-entitlements</code> provides following functionality:</p>"
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -924,7 +956,17 @@
"ramlDirName": null,
"repoLanguageHint": "other",
"repoType": "backend-mod",
"snippetIntro": "<p>For now, <code>mgr-tenants</code> proxies requests to OKAPI's tenant API When any operation will happen on tenant, it will take place on realm in keycloak, also it will send a request to keycloak to retrieve a token and persist in cache for 60s for doing all the stuff related to realm</p>"
"snippetIntro": "<p>For now, <code>mgr-tenants</code> proxies requests to OKAPI's tenant API When any operation will happen on tenant, it will take place on realm in keycloak, also it will send a request to keycloak to retrieve a token and persist in cache for 60s for doing all the stuff related to realm</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
],
"workflowsFolio": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
]
},
{
"defaultBranch": "master",
Expand Down Expand Up @@ -1096,7 +1138,7 @@
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>This is the blueprint module that should be used as a template for FOLIO Spring-based backend modules. It provides the initial configuration and common data schemas used by the FOLIO platform.</p>",
"snippetIntro": "<p>FOLIO compatible persistent storage module for storing DCB item information.</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
Expand Down Expand Up @@ -2027,6 +2069,7 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -2037,7 +2080,17 @@
"ramlDirName": null,
"repoLanguageHint": "other",
"repoType": "backend-mod",
"snippetIntro": "<p>mod-login-keycloak provides following functionality:</p>"
"snippetIntro": "<p>mod-login-keycloak provides following functionality:</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
],
"workflowsFolio": [
"api-doc.yml",
"api-lint.yml",
"api-schema-lint.yml"
]
},
{
"apiTypes": "RAML",
Expand Down Expand Up @@ -2482,6 +2535,17 @@
"build.yml"
]
},
{
"defaultBranch": "master",
"description": "Mediated requests back-end module",
"docDirName": null,
"name": "mod-requests-mediated",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoType": "backend-mod",
"snippetIntro": "<p>FOLIO compatible mediated requests functionality, including secure requests.</p>"
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
Expand Down Expand Up @@ -2783,6 +2847,17 @@
"api-schema-lint.yml"
]
},
{
"defaultBranch": "master",
"description": "Title-level requests back-end module",
"docDirName": null,
"name": "mod-tlr",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoType": "backend-mod",
"snippetIntro": ""
},
{
"defaultBranch": "master",
"description": "FOLIO Translations Management API",
Expand Down Expand Up @@ -4832,6 +4907,16 @@
"build-npm.yml"
]
},
{
"defaultBranch": "master",
"description": "Mediated requests front-end module",
"docDirName": null,
"name": "ui-requests-mediated",
"org": "folio-org",
"repoLanguageHint": "node",
"repoType": "ui",
"snippetIntro": "<p>This is a <a href='https://github.com/folio-org/stripes-core/'>Stripes</a> UI module for managing mediated requests, including secure requests.</p>"
},
{
"defaultBranch": "master",
"description": "STRIPES app providing front end for resource sharing ",
Expand Down Expand Up @@ -5002,6 +5087,16 @@
"build-npm.yml"
]
},
{
"defaultBranch": "main",
"description": "The UI Module for Mod Workflow",
"docDirName": null,
"name": "ui-workflow",
"org": "folio-org",
"repoLanguageHint": "node",
"repoType": "ui",
"snippetIntro": ""
},
{
"defaultBranch": "master",
"description": "Yakbak proxy for reading/writing tapes of network interactions",
Expand Down

0 comments on commit b629858

Please sign in to comment.