diff --git a/_data/apigroup.yml b/_data/apigroup.yml index e09ce26c..d4dbb355 100644 --- a/_data/apigroup.yml +++ b/_data/apigroup.yml @@ -35,6 +35,7 @@ inventory: - mod-inventory-update - mod-kb-ebsco-java - mod-linked-data + - mod-graph-rebuilder - mod-marc-migrations - mod-oai-pmh - edge-oai-pmh @@ -91,6 +92,7 @@ data-import: - mod-data-export-spring - mod-data-export-worker - mod-data-export + - mod-hub-data-import - mod-source-record-manager - mod-source-record-storage - mod-user-import diff --git a/_data/repos.json b/_data/repos.json index 029c5989..0711c0f8 100644 --- a/_data/repos.json +++ b/_data/repos.json @@ -1,6 +1,6 @@ { "metadata": { - "generatedDateTime": "2024-10-21T23:50:13.748351+00:00" + "generatedDateTime": "2024-10-30T02:46:13.275164+00:00" }, "repos": [ { @@ -75,6 +75,17 @@ "repoType": "app", "snippetIntro": "" }, + { + "defaultBranch": "master", + "description": "Application Descriptor Repository for Linked Data application.", + "docDirName": null, + "hasTranslations": false, + "name": "app-linked-data", + "org": "folio-org", + "repoLanguageHint": "other", + "repoType": "app", + "snippetIntro": "" + }, { "defaultBranch": "master", "description": null, @@ -725,7 +736,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -1349,6 +1361,18 @@ "validate-module.yml" ] }, + { + "defaultBranch": "master", + "description": null, + "docDirName": null, + "hasTranslations": false, + "name": "mod-atom-feed-reader", + "org": "folio-org", + "ramlDirName": null, + "repoLanguageHint": "other", + "repoType": "backend-mod", + "snippetIntro": "" + }, { "apiTypes": "RAML", "defaultBranch": "master", @@ -1364,7 +1388,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -1571,7 +1596,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -1802,7 +1828,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -1839,7 +1866,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -1862,7 +1890,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -1977,7 +2006,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2012,7 +2042,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2062,7 +2093,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2088,7 +2120,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2166,7 +2199,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2225,6 +2259,20 @@ "api-schema-lint.yml" ] }, + { + "defaultBranch": "master", + "description": null, + "docDirName": null, + "hasTranslations": false, + "hintOas": true, + "isSpringway": true, + "name": "mod-graph-rebuilder", + "org": "folio-org", + "ramlDirName": null, + "repoLanguageHint": "java", + "repoType": "backend-mod", + "snippetIntro": "

mod-graph-rebuilder works with mod-linked-date. Further description to be added.

" + }, { "defaultBranch": "master", "description": "FOLIO module for executing GraphQL queries", @@ -2237,6 +2285,20 @@ "repoType": "backend-mod", "snippetIntro": "

mod-graphql is a FOLIO module, written in Node.js, that provides a GraphQL service by HTTP POST to /graphql/. It can be interrogated using any GraphQL client library, such as Apollo, and the graph it provides is auto-generated from the API description files (RAML and JSON Schema) of the modules that it's providing the GraphQL API for.

" }, + { + "defaultBranch": "master", + "description": null, + "docDirName": null, + "hasTranslations": false, + "hintOas": true, + "isSpringway": true, + "name": "mod-hub-data-import", + "org": "folio-org", + "ramlDirName": null, + "repoLanguageHint": "java", + "repoType": "backend-mod", + "snippetIntro": "

mod-hub-data-import works with Hub Data Import. Further description to be added.

" + }, { "apiTypes": "RAML", "defaultBranch": "master", @@ -2280,7 +2342,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2686,7 +2749,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2936,7 +3000,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -2986,7 +3051,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -3036,7 +3102,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -3127,14 +3194,15 @@ "api-doc.yml", "api-lint.yml", "api-schema-lint.yml", - "do-go.yml", - "go-lint.yml" + "go-lint.yml", + "go.yml" ], "workflowsFolio": [ "api-doc.yml", "api-lint.yml", "api-schema-lint.yml", - "do-go.yml" + "go-lint.yml", + "go.yml" ] }, { @@ -3423,7 +3491,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -3446,7 +3515,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -3497,7 +3567,8 @@ "workflows": [ "api-doc.yml", "api-lint.yml", - "api-schema-lint.yml" + "api-schema-lint.yml", + "postgres.yml" ], "workflowsFolio": [ "api-doc.yml", @@ -3778,14 +3849,14 @@ }, { "defaultBranch": "master", - "description": "Minimal set of back-end and front-end modules for FOLIO", + "description": null, "docDirName": null, "hasTranslations": false, - "name": "platform-minimal", + "name": "platform-lsp", "org": "folio-org", "repoLanguageHint": "other", "repoType": "platform", - "snippetIntro": "

This is the 'minimal' Stripes 'platform'. It consists simply of an NPM package.json that specifies the versions of @folio/stripes, @folio/stripes, the shared dependencies they rely on, and a utility for generating module descriptors for each Stripes module.

" + "snippetIntro": "" }, { "defaultBranch": "master", @@ -4053,7 +4124,7 @@ "ui.yml" ], "workflowsFolio": [ - "ui.yml@v1.1" + "ui.yml@v1.5" ] }, { @@ -4589,6 +4660,17 @@ "build-npm.yml" ] }, + { + "defaultBranch": "master", + "description": null, + "docDirName": null, + "hasTranslations": false, + "name": "ui-claims", + "org": "folio-org", + "repoLanguageHint": "node", + "repoType": "ui", + "snippetIntro": "

Follow the instructions below to run ui-claims and start your development.

" + }, { "defaultBranch": "master", "description": "Consortia settings",