Skip to content

Commit

Permalink
Merge pull request #1563 from folio-org/FOLIO-873-improve-docs-251
Browse files Browse the repository at this point in the history
update software map
  • Loading branch information
dcrossleyau committed Jan 16, 2024
2 parents 572b49c + 9f599e2 commit 4d166b8
Showing 1 changed file with 72 additions and 19 deletions.
91 changes: 72 additions & 19 deletions _data/repos.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generatedDateTime": "2023-12-28T01:50:25.797629+00:00"
"generatedDateTime": "2024-01-16T00:46:54.685189+00:00"
},
"repos": [
{
Expand Down Expand Up @@ -45,7 +45,7 @@
"docDirName": null,
"name": "applications-poc-tools",
"org": "folio-org",
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "other",
"snippetIntro": "<p>Library with general purpose classes to help with FOLIO backend development and testing</p>"
},
Expand Down Expand Up @@ -480,7 +480,6 @@
"defaultBranch": "master",
"description": "Core OpenApi FOLIO schema",
"docDirName": null,
"hintOas": true,
"name": "folio-core-schema",
"org": "folio-org",
"repoLanguageHint": "java",
Expand Down Expand Up @@ -540,7 +539,7 @@
"docDirName": null,
"name": "folio-flow-engine",
"org": "folio-org",
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "other",
"snippetIntro": "<p>This is a simple flow engine that can be used to execute a series of tasks in a specific order. The tasks are executed in a separate thread. The tasks are executed in the order they are added to the flow. The flow can be executed multiple times. The flow can be executed in parallel or in sequence.</p>"
},
Expand Down Expand Up @@ -623,7 +622,7 @@
"docDirName": null,
"name": "folio-java-checkstyle",
"org": "folio-org",
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "other",
"snippetIntro": "<p>This repository contains the checkstyle configuration for the FOLIO Java projects.</p>"
},
Expand Down Expand Up @@ -929,7 +928,7 @@
"name": "mgr-applications",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p><code>mgr-applications</code> provides following functionality:</p>",
"workflows": [
Expand All @@ -951,7 +950,7 @@
"name": "mgr-tenant-entitlements",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p><code>mgr-tenant-entitlements</code> provides following functionality:</p>"
},
Expand All @@ -964,7 +963,7 @@
"name": "mgr-tenants",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"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>",
"workflows": [
Expand Down Expand Up @@ -1235,6 +1234,7 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": "docs",
Expand All @@ -1245,7 +1245,17 @@
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>APIs for Consortia module.</p>"
"snippetIntro": "<p>APIs for Consortia module.</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 @@ -2101,7 +2111,7 @@
"name": "mod-login-keycloak",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>mod-login-keycloak provides following functionality:</p>",
"workflows": [
Expand Down Expand Up @@ -2144,15 +2154,15 @@
"apiTypes": "OAS",
"defaultBranch": "master",
"description": "Module designed for high-performance migration of MARC records.",
"docDirName": null,
"docDirName": "doc",
"hintOas": true,
"isSpringway": true,
"name": "mod-marc-migrations",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "",
"snippetIntro": "<p>Module designed for high-performance migration of MARC records.</p>",
"workflows": [
"api-doc.yml",
"api-lint.yml",
Expand Down Expand Up @@ -2624,7 +2634,7 @@
"name": "mod-roles-keycloak",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>For now, <code>mod-roles-keycloak</code> proxies requests to Keycloak. Service helps manage roles and policies: creating, updating, deleting and searching. The service can be used to associate roles with the user.<code>mod-roles-keycloak</code> stores metadata about who and when created a record.</p>"
},
Expand Down Expand Up @@ -2669,6 +2679,7 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -2679,7 +2690,17 @@
"ramlDirName": null,
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p><code>mod-scheduler</code> provides following functionality:</p>"
"snippetIntro": "<p><code>mod-scheduler</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"
]
},
{
"apiTypes": "OAS",
Expand Down Expand Up @@ -2897,15 +2918,28 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": "Title-level requests back-end module",
"docDirName": null,
"hintOas": true,
"isSpringway": true,
"name": "mod-tlr",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": ""
"snippetIntro": "<p>FOLIO compatible title-level requests 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 Down Expand Up @@ -2994,6 +3028,7 @@
]
},
{
"apiTypes": "OAS",
"defaultBranch": "master",
"description": null,
"docDirName": null,
Expand All @@ -3002,9 +3037,19 @@
"name": "mod-users-keycloak",
"org": "folio-org",
"ramlDirName": null,
"repoLanguageHint": "other",
"repoLanguageHint": "java",
"repoType": "backend-mod",
"snippetIntro": "<p>Business logic 'join' module to provide simple access to all user-centric data.</p>"
"snippetIntro": "<p>Business logic 'join' module to provide simple access to all user-centric data.</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 @@ -4964,7 +5009,15 @@
"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>"
"snippetIntro": "<p>Congratulations on creating a new Stripes UI app module! Follow the instructions below to run ui-requests-mediated and start your development.</p>",
"workflows": [
"build-npm-release.yml",
"build-npm.yml"
],
"workflowsFolio": [
"build-npm-release.yml",
"build-npm.yml"
]
},
{
"defaultBranch": "master",
Expand Down

0 comments on commit 4d166b8

Please sign in to comment.