diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c683329c..837ffc1d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,6 @@ -* @finos-labs/architecture-as-code-maintainers +* @finos/architecture-as-code-maintainers -/calm/ @finos-labs/architecture-as-code-maintainers +/calm/ @finos/architecture-as-code-maintainers /cli/ @aidanm3341 @lbulanti-ms @willosborne @grahampacker-ms @jpgough-ms diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cec3bcdb..e2716f9a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,12 +11,12 @@ This sign-off means you agree the commit satisfies the ### Prerequisites -* [ ] Have you [searched for duplicates](https://github.com/finos-labs/architecture-as-code/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice. +* [ ] Have you [searched for duplicates](https://github.com/finos/architecture-as-code/issues?utf8=%E2%9C%93&q=)? A simple search for exception error messages or a summary of the unexpected behaviour should suffice. * [ ] Are you running the latest version? * [ ] Are you sure this is a bug or missing capability? ### Raising an Issue -* Create your issue [here](https://github.com/finos-labs/architecture-as-code/issues/new). +* Create your issue [here](https://github.com/finos/architecture-as-code/issues/new). * New issues contain two templates in the description: bug report and enhancement request. Please pick the most appropriate for your issue, **then delete the other**. * Please also tag the new issue with either "Bug" or "Enhancement". * Please use [Markdown formatting](https://help.github.com/categories/writing-on-github/) @@ -28,7 +28,7 @@ To make review of PRs easier, please: * Please make sure your PRs will merge cleanly - PRs that don't are unlikely to be accepted. * For code contributions, follow the existing code layout. - * For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/finos-labs/architecture-as-code/wiki). + * For documentation contributions, follow the general structure, language, and tone of the [existing docs](https://github.com/finos/architecture-as-code/wiki). * Keep commits small and cohesive - if you have multiple contributions, please submit them as independent commits (and ideally as independent PRs too). * Reference issues if your PR has anything to do with an issue (even if it doesn't address it). * Minimise non-functional changes (e.g. whitespace). diff --git a/README.md b/README.md index bff3bed3..4433d29a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![badge-labs](https://user-images.githubusercontent.com/327285/230928932-7c75f8ed-e57b-41db-9fb7-a292a13a1e58.svg) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8821/badge)](https://www.bestpractices.dev/projects/8821) -[![CodeQL](https://github.com/finos-labs/architecture-as-code/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/github-code-scanning/codeql) -[![CVE Scanning for Maven](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-maven.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-maven.yml) -[![CVE Scanning for Node.js](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-node.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/cve-scanning-node.yml) -[![License Scanning for Maven](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-maven.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-maven.yml) -[![License Scanning for Node.js](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-node.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/license-scanning-node.yml) +[![CodeQL](https://github.com/finos/architecture-as-code/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/github-code-scanning/codeql) +[![CVE Scanning for Maven](https://github.com/finos/architecture-as-code/actions/workflows/cve-scanning-maven.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/cve-scanning-maven.yml) +[![CVE Scanning for Node.js](https://github.com/finos/architecture-as-code/actions/workflows/cve-scanning-node.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/cve-scanning-node.yml) +[![License Scanning for Maven](https://github.com/finos/architecture-as-code/actions/workflows/license-scanning-maven.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/license-scanning-maven.yml) +[![License Scanning for Node.js](https://github.com/finos/architecture-as-code/actions/workflows/license-scanning-node.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/license-scanning-node.yml) # Architecture as Code @@ -26,11 +26,11 @@ your project. | Project | Lead Maintainers | Builds | |----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Common Architecture Language Model](./calm) | [@rocketstack-matt](https://github.com/rocketstack-matt), [@jpgough-ms](https://github.com/jpgough-ms) | [![Validation of CALM Samples](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml) | -| [Docs](./docs) | [@rocketstack-matt](https://github.com/rocketstack-matt) | [![Build Docs](https://github.com/finos-labs/architecture-as-code/actions/workflows/docs-deploy.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/docs-deploy.yml) [![pages-build-deployment](https://github.com/finos-labs/architecture-as-code/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/pages/pages-build-deployment) | -| [CLI](./cli) | [@jaidanm3341](https://github.com/aidanm3341), [@lbulanti-ms](https://github.com/lbulanti-ms), [@willosborne](https://github.com/willosborne), [@grahampacker-ms](https://github.com/grahampacker-ms) | [![Build CLI](https://github.com/finos-labs/architecture-as-code/actions/workflows/cli-tests.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/cli-tests.yml) | -| [Spectral](./spectral) | [@willosborne](https://github.com/willosborne), [@lbulanti-ms](https://github.com/lbulanti-ms), [@grahampacker-ms](https://github.com/grahampacker-ms) | [![Validation of CALM Samples](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/spectral-validation.yml) | -| [Translators](./translator) | [@Budlee](https://github.com/Budlee) [@matthewgardner](https://github.com/matthewgardner) [@jpgough-ms](https://github.com/jpgough-ms) | [![Build Translators](https://github.com/finos-labs/architecture-as-code/actions/workflows/translator.yml/badge.svg)](https://github.com/finos-labs/architecture-as-code/actions/workflows/translator.yml) | +| [Common Architecture Language Model](./calm) | [@rocketstack-matt](https://github.com/rocketstack-matt), [@jpgough-ms](https://github.com/jpgough-ms) | [![Validation of CALM Samples](https://github.com/finos/architecture-as-code/actions/workflows/spectral-validation.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/spectral-validation.yml) | +| [Docs](./docs) | [@rocketstack-matt](https://github.com/rocketstack-matt) | [![Build Docs](https://github.com/finos/architecture-as-code/actions/workflows/docs-deploy.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/docs-deploy.yml) [![pages-build-deployment](https://github.com/finos/architecture-as-code/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/pages/pages-build-deployment) | +| [CLI](./cli) | [@jaidanm3341](https://github.com/aidanm3341), [@lbulanti-ms](https://github.com/lbulanti-ms), [@willosborne](https://github.com/willosborne), [@grahampacker-ms](https://github.com/grahampacker-ms) | [![Build CLI](https://github.com/finos/architecture-as-code/actions/workflows/cli-tests.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/cli-tests.yml) | +| [Spectral](./spectral) | [@willosborne](https://github.com/willosborne), [@lbulanti-ms](https://github.com/lbulanti-ms), [@grahampacker-ms](https://github.com/grahampacker-ms) | [![Validation of CALM Samples](https://github.com/finos/architecture-as-code/actions/workflows/spectral-validation.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/spectral-validation.yml) | +| [Translators](./translator) | [@Budlee](https://github.com/Budlee) [@matthewgardner](https://github.com/matthewgardner) [@jpgough-ms](https://github.com/jpgough-ms) | [![Build Translators](https://github.com/finos/architecture-as-code/actions/workflows/translator.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/translator.yml) | ## Getting Involved @@ -40,7 +40,7 @@ take place on the fourth Tuesday of every month, see [here](https://github.com/finos/devops-automation/issues?q=label%3Ameeting+label%3Aarchitecture-as-code+) for upcoming and previous meetings. -Have an idea or feedback? [Raise an issue](https://github.com/finos-labs/architecture-as-code/issues/new/choose) in this +Have an idea or feedback? [Raise an issue](https://github.com/finos/architecture-as-code/issues/new/choose) in this repository. ## Contributing @@ -52,7 +52,7 @@ We accept contributions via Pull Request, to make a contribution: 1. Pick an issue you are interested in contributing to (or raise one yourself) and speak to the lead maintainers about what you plan to do either in the issue itself or come to a meetup. -2. Fork the repo () +2. Fork the repo () 3. Create your feature branch (`git checkout -b feature/fooBar`) 4. Read our [contribution guidelines](.github/CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct) diff --git a/calm/draft/2024-02/meta/calm.json b/calm/draft/2024-02/meta/calm.json index a8ae9102..3c33a0ea 100644 --- a/calm/draft/2024-02/meta/calm.json +++ b/calm/draft/2024-02/meta/calm.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-02/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-02/meta/calm.json", "$vocabulary": { "https://json-schema.org/draft/2020-12/vocab/core": true, @@ -9,13 +9,13 @@ "https://json-schema.org/draft/2020-12/vocab/meta-data": true, "https://json-schema.org/draft/2020-12/vocab/format-annotation": true, "https://json-schema.org/draft/2020-12/vocab/content": true, - "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-02/meta/core.json": true + "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-02/meta/core.json": true }, "$dynamicAnchor": "meta", "title": "Common Architecture Language Model (CALM) Schema", "allOf": [ {"$ref": "https://json-schema.org/draft/2020-12/schema"}, - {"$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-02/meta/core.json"} + {"$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-02/meta/core.json"} ] } diff --git a/calm/draft/2024-02/meta/core.json b/calm/draft/2024-02/meta/core.json index 2388b76d..8f0f5422 100644 --- a/calm/draft/2024-02/meta/core.json +++ b/calm/draft/2024-02/meta/core.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-02/meta/core.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-02/meta/core.json", "title": "Common Architecture Language Model (CALM) Vocab", "properties": { "nodes": { diff --git a/calm/draft/2024-03/meta/calm.json b/calm/draft/2024-03/meta/calm.json index 86d9b1b6..90ded9ad 100644 --- a/calm/draft/2024-03/meta/calm.json +++ b/calm/draft/2024-03/meta/calm.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "$vocabulary": { "https://json-schema.org/draft/2020-12/vocab/core": true, @@ -9,13 +9,13 @@ "https://json-schema.org/draft/2020-12/vocab/meta-data": true, "https://json-schema.org/draft/2020-12/vocab/format-annotation": true, "https://json-schema.org/draft/2020-12/vocab/content": true, - "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json": true + "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json": true }, "$dynamicAnchor": "meta", "title": "Common Architecture Language Model (CALM) Schema", "allOf": [ {"$ref": "https://json-schema.org/draft/2020-12/schema"}, - {"$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json"} + {"$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json"} ] } diff --git a/calm/draft/2024-03/meta/core.json b/calm/draft/2024-03/meta/core.json index 82e87916..0043554e 100644 --- a/calm/draft/2024-03/meta/core.json +++ b/calm/draft/2024-03/meta/core.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json", "title": "Common Architecture Language Model (CALM) Vocab", "properties": { "nodes": { diff --git a/calm/draft/2024-04/meta/calm.json b/calm/draft/2024-04/meta/calm.json index 7d7ac56d..46af5b17 100644 --- a/calm/draft/2024-04/meta/calm.json +++ b/calm/draft/2024-04/meta/calm.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", "$vocabulary": { "https://json-schema.org/draft/2020-12/vocab/core": true, @@ -9,13 +9,13 @@ "https://json-schema.org/draft/2020-12/vocab/meta-data": true, "https://json-schema.org/draft/2020-12/vocab/format-annotation": true, "https://json-schema.org/draft/2020-12/vocab/content": true, - "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json": true + "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json": true }, "$dynamicAnchor": "meta", "title": "Common Architecture Language Model (CALM) Schema", "allOf": [ {"$ref": "https://json-schema.org/draft/2020-12/schema"}, - {"$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json"} + {"$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json"} ] } diff --git a/calm/draft/2024-04/meta/core.json b/calm/draft/2024-04/meta/core.json index c44bb8e1..70a50a73 100644 --- a/calm/draft/2024-04/meta/core.json +++ b/calm/draft/2024-04/meta/core.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json", "title": "Common Architecture Language Model (CALM) Vocab", "properties": { "nodes": { diff --git a/calm/draft/2024-04/meta/interface.json b/calm/draft/2024-04/meta/interface.json index 399c1d40..30fefcf9 100644 --- a/calm/draft/2024-04/meta/interface.json +++ b/calm/draft/2024-04/meta/interface.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json", "title": "Common Architecture Language Model Interfaces", "defs": { "interface-type": { diff --git a/calm/pattern/api-gateway.json b/calm/pattern/api-gateway.json index 1ab8386b..187c95dc 100644 --- a/calm/pattern/api-gateway.json +++ b/calm/pattern/api-gateway.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway", "title": "API Gateway Pattern", "type": "object", "properties": { @@ -9,7 +9,7 @@ "minItems": 4, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", "properties": { "well-known-endpoint": { "type": "string" @@ -31,7 +31,7 @@ "minItems": 1, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface", "properties": { "unique-id": { "const": "api-gateway-ingress" @@ -47,7 +47,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", "properties": { "description": { "const": "The API Consumer making an authenticated and authorized request" @@ -64,7 +64,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", "properties": { "description": { "const": "The API Producer serving content" @@ -83,7 +83,7 @@ "minItems": 1, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface", "properties": { "unique-id": { "const": "producer-ingress" @@ -98,7 +98,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", "properties": { "description": { "const": "The Identity Provider used to verify the bearer token" @@ -121,7 +121,7 @@ "minItems": 3, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-consumer-api-gateway" @@ -151,7 +151,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-gateway-idp" @@ -174,7 +174,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-gateway-api-producer" diff --git a/calm/samples/api-gateway-implementation.json b/calm/samples/api-gateway-implementation.json index df86c3fa..db14542d 100644 --- a/calm/samples/api-gateway-implementation.json +++ b/calm/samples/api-gateway-implementation.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway.json", "nodes": [ { "well-known-endpoint": "https://identity-provider.com/.well-known/openid-configuration", diff --git a/calm/samples/traderx/traderx.json b/calm/samples/traderx/traderx.json index 3e69514d..1a102e17 100644 --- a/calm/samples/traderx/traderx.json +++ b/calm/samples/traderx/traderx.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", "nodes": [ { "unique-id": "traderx-system", diff --git a/calm/samples/traderx/traderx.yaml b/calm/samples/traderx/traderx.yaml index fcfc03ed..df312e82 100644 --- a/calm/samples/traderx/traderx.yaml +++ b/calm/samples/traderx/traderx.yaml @@ -1,4 +1,4 @@ -$schema: https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json +$schema: https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json nodes: - unique-id: traderx-system node-type: system diff --git a/cli/src/commands/generate/schema-directory.spec.ts b/cli/src/commands/generate/schema-directory.spec.ts index 4f31031a..eb25881a 100644 --- a/cli/src/commands/generate/schema-directory.spec.ts +++ b/cli/src/commands/generate/schema-directory.spec.ts @@ -26,7 +26,7 @@ describe('SchemaDirectory', () => { const schemaDir = new SchemaDirectory('../calm/draft/2024-03'); await schemaDir.loadSchemas(); - const nodeRef = 'https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node'; + const nodeRef = 'https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node'; const nodeDef = schemaDir.getDefinition(nodeRef); // node should have a required property of node-type @@ -37,7 +37,7 @@ describe('SchemaDirectory', () => { const schemaDir = new SchemaDirectory('../calm/draft/2024-04'); await schemaDir.loadSchemas(); - const interfaceRef = 'https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface'; + const interfaceRef = 'https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface'; const interfaceDef = schemaDir.getDefinition(interfaceRef); // this should include host and port, but also recursively include unique-id @@ -49,7 +49,7 @@ describe('SchemaDirectory', () => { it('resolve to warning message if schema is missing', async () => { const schemaDir = new SchemaDirectory('../calm/draft/2024-04'); - const interfaceRef = 'https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface'; + const interfaceRef = 'https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface'; const interfaceDef = schemaDir.getDefinition(interfaceRef); // this should include host and port, but also recursively include unique-id diff --git a/cli/src/commands/validate/validate.spec.ts b/cli/src/commands/validate/validate.spec.ts index dfca709d..c08280fd 100644 --- a/cli/src/commands/validate/validate.spec.ts +++ b/cli/src/commands/validate/validate.spec.ts @@ -361,7 +361,7 @@ describe('formatJsonSchemaOutput', () => { const given: ErrorObject[] = [ { 'instancePath': '/nodes/0/interfaces/0/port', - 'schemaPath': 'https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface/properties/port/type', + 'schemaPath': 'https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface/properties/port/type', 'keyword': 'type', 'params': { 'type': 'integer' @@ -376,7 +376,7 @@ describe('formatJsonSchemaOutput', () => { 'error', 'must be integer', '/nodes/0/interfaces/0/port', - 'https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface/properties/port/type' + 'https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/host-port-interface/properties/port/type' ) ]; diff --git a/cli/test_fixtures/additional-props.json b/cli/test_fixtures/additional-props.json index fe6ea1b7..aecbe3b4 100644 --- a/cli/test_fixtures/additional-props.json +++ b/cli/test_fixtures/additional-props.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway", "title": "API Gateway Pattern", "type": "object", "properties": { @@ -9,7 +9,7 @@ "minItems": 3, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "ingress-host": { "type": "string" @@ -40,7 +40,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "description": { "const": "The API Consumer making an authenticated and authorized request" @@ -57,7 +57,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "host": { "type": "string" @@ -84,7 +84,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "description": { "const": "The Identity Provider used to verify the bearer token" @@ -107,7 +107,7 @@ "minItems": 3, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-consumer-api-gateway" @@ -131,7 +131,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-gateway-idp" @@ -150,7 +150,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-gateway-api-producer" diff --git a/cli/test_fixtures/api-gateway-implementation-that-does-not-match-schema.json b/cli/test_fixtures/api-gateway-implementation-that-does-not-match-schema.json index b2fc9c50..8912d18e 100644 --- a/cli/test_fixtures/api-gateway-implementation-that-does-not-match-schema.json +++ b/cli/test_fixtures/api-gateway-implementation-that-does-not-match-schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway.json", "nodes": [ { "ingress-host": "{{ INGRESS_HOST }}", diff --git a/cli/test_fixtures/api-gateway-implementation-that-does-not-pass-the-spectral-validation.json b/cli/test_fixtures/api-gateway-implementation-that-does-not-pass-the-spectral-validation.json index 71d4cebf..71a975c4 100644 --- a/cli/test_fixtures/api-gateway-implementation-that-does-not-pass-the-spectral-validation.json +++ b/cli/test_fixtures/api-gateway-implementation-that-does-not-pass-the-spectral-validation.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway.json", "nodes": [ { "ingress-host": "ingress-host", diff --git a/cli/test_fixtures/api-gateway-implementation.json b/cli/test_fixtures/api-gateway-implementation.json index a0e189d5..7094f60d 100644 --- a/cli/test_fixtures/api-gateway-implementation.json +++ b/cli/test_fixtures/api-gateway-implementation.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway.json", "nodes": [ { "ingress-host": "{{ INGRESS_HOST }}", diff --git a/cli/test_fixtures/api-gateway-self-reference.json b/cli/test_fixtures/api-gateway-self-reference.json index 1635000d..93595b3b 100644 --- a/cli/test_fixtures/api-gateway-self-reference.json +++ b/cli/test_fixtures/api-gateway-self-reference.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway", "title": "API Gateway Pattern", "type": "object", "properties": { @@ -30,7 +30,7 @@ ], "defs": { "sample-node": { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/core.json#/defs/node", "properties": { "extra-prop": { "type": "string" @@ -50,7 +50,7 @@ "required": ["extra-prop"] }, "sample-interface": { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/interface-type", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-04/meta/interface.json#/defs/interface-type", "properties": { "extra-prop-interface": { "const": "value" diff --git a/cli/test_fixtures/api-gateway-with-no-relationships.json b/cli/test_fixtures/api-gateway-with-no-relationships.json index 8d18db04..0e72eb24 100644 --- a/cli/test_fixtures/api-gateway-with-no-relationships.json +++ b/cli/test_fixtures/api-gateway-with-no-relationships.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway", "title": "API Gateway Pattern", "type": "object", "properties": { @@ -9,7 +9,7 @@ "minItems": 3, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "ingress-host": { "type": "string" @@ -40,7 +40,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "description": { "const": "The API Consumer making an authenticated and authorized request" @@ -57,7 +57,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "host": { "type": "string" @@ -84,7 +84,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "description": { "const": "The Identity Provider used to verify the bearer token" diff --git a/cli/test_fixtures/api-gateway.json b/cli/test_fixtures/api-gateway.json index ae74b653..31b39476 100644 --- a/cli/test_fixtures/api-gateway.json +++ b/cli/test_fixtures/api-gateway.json @@ -1,6 +1,6 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/pattern/api-gateway", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/pattern/api-gateway", "title": "API Gateway Pattern", "type": "object", "properties": { @@ -9,7 +9,7 @@ "minItems": 3, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "ingress-host": { "type": "string" @@ -40,7 +40,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "description": { "const": "The API Consumer making an authenticated and authorized request" @@ -57,7 +57,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "host": { "type": "string" @@ -84,7 +84,7 @@ ] }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/node", "properties": { "description": { "const": "The Identity Provider used to verify the bearer token" @@ -107,7 +107,7 @@ "minItems": 3, "prefixItems": [ { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-consumer-api-gateway" @@ -131,7 +131,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-gateway-idp" @@ -150,7 +150,7 @@ } }, { - "$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", + "$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json#/defs/relationship", "properties": { "unique-id": { "const": "api-gateway-api-producer" diff --git a/cli/test_fixtures/calm.json b/cli/test_fixtures/calm.json index 86d9b1b6..90ded9ad 100644 --- a/cli/test_fixtures/calm.json +++ b/cli/test_fixtures/calm.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "$vocabulary": { "https://json-schema.org/draft/2020-12/vocab/core": true, @@ -9,13 +9,13 @@ "https://json-schema.org/draft/2020-12/vocab/meta-data": true, "https://json-schema.org/draft/2020-12/vocab/format-annotation": true, "https://json-schema.org/draft/2020-12/vocab/content": true, - "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json": true + "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json": true }, "$dynamicAnchor": "meta", "title": "Common Architecture Language Model (CALM) Schema", "allOf": [ {"$ref": "https://json-schema.org/draft/2020-12/schema"}, - {"$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json"} + {"$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json"} ] } diff --git a/cli/test_fixtures/calm/calm.json b/cli/test_fixtures/calm/calm.json index 86d9b1b6..90ded9ad 100644 --- a/cli/test_fixtures/calm/calm.json +++ b/cli/test_fixtures/calm/calm.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "$vocabulary": { "https://json-schema.org/draft/2020-12/vocab/core": true, @@ -9,13 +9,13 @@ "https://json-schema.org/draft/2020-12/vocab/meta-data": true, "https://json-schema.org/draft/2020-12/vocab/format-annotation": true, "https://json-schema.org/draft/2020-12/vocab/content": true, - "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json": true + "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json": true }, "$dynamicAnchor": "meta", "title": "Common Architecture Language Model (CALM) Schema", "allOf": [ {"$ref": "https://json-schema.org/draft/2020-12/schema"}, - {"$ref": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json"} + {"$ref": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json"} ] } diff --git a/cli/test_fixtures/calm/core.json b/cli/test_fixtures/calm/core.json index 82e87916..0043554e 100644 --- a/cli/test_fixtures/calm/core.json +++ b/cli/test_fixtures/calm/core.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json", "title": "Common Architecture Language Model (CALM) Vocab", "properties": { "nodes": { diff --git a/cli/test_fixtures/core.json b/cli/test_fixtures/core.json index 82e87916..0043554e 100644 --- a/cli/test_fixtures/core.json +++ b/cli/test_fixtures/core.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/core.json", + "$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/core.json", "title": "Common Architecture Language Model (CALM) Vocab", "properties": { "nodes": { diff --git a/cli/test_fixtures/recursive_refs/recursive.json b/cli/test_fixtures/recursive_refs/recursive.json index 7843a8dc..b6c8d8c0 100644 --- a/cli/test_fixtures/recursive_refs/recursive.json +++ b/cli/test_fixtures/recursive_refs/recursive.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "$id": "https://calm.com/recursive.json", "title": "API Gateway Pattern", "type": "object", diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6fc781d3..610cbcfa 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -20,7 +20,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'finos-labs', // Usually your GitHub org/user name. + organizationName: 'finos', // Usually your GitHub org/user name. projectName: 'architecture-as-code', // Usually your repo name. onBrokenLinks: 'throw', @@ -108,7 +108,7 @@ const config = { activeBaseRegex: `/community/`, }, { - href: 'https://github.com/finos-labs/architecture-as-code', + href: 'https://github.com/finos/architecture-as-code', label: 'GitHub', position: 'right', }, @@ -122,7 +122,7 @@ const config = { items: [ { label: 'Core', - href: 'http://github.com/finos-labs/architecture-as-code/blob/master/calm/', + href: 'http://github.com/finos/architecture-as-code/blob/master/calm/', }, ], }, @@ -131,15 +131,15 @@ const config = { items: [ { label: 'Find an Issue', - href: 'https://github.com/finos-labs/architecture-as-code/issues', + href: 'https://github.com/finos/architecture-as-code/issues', }, { label: 'Feature Request', - href: 'https://github.com/finos-labs/architecture-as-code/issues/new?assignees=&labels=&projects=&template=Feature_request.md', + href: 'https://github.com/finos/architecture-as-code/issues/new?assignees=&labels=&projects=&template=Feature_request.md', }, { label: 'Bug Report', - href: 'https://github.com/finos-labs/architecture-as-code/issues/new?assignees=&labels=&projects=&template=Bug_report.md', + href: 'https://github.com/finos/architecture-as-code/issues/new?assignees=&labels=&projects=&template=Bug_report.md', }, ], }, @@ -152,7 +152,7 @@ const config = { }, { label: 'GitHub', - href: 'https://github.com/finos-labs/architecture-as-code', + href: 'https://github.com/finos/architecture-as-code', }, ], }, diff --git a/translator/pom.xml b/translator/pom.xml index 2875bf31..6f9880f8 100644 --- a/translator/pom.xml +++ b/translator/pom.xml @@ -83,7 +83,7 @@ true true - + diff --git a/translator/src/test/java/org/finos/calmtranslator/controller/TestTranslatorShould.java b/translator/src/test/java/org/finos/calmtranslator/controller/TestTranslatorShould.java index cd204c8b..db1a1eff 100644 --- a/translator/src/test/java/org/finos/calmtranslator/controller/TestTranslatorShould.java +++ b/translator/src/test/java/org/finos/calmtranslator/controller/TestTranslatorShould.java @@ -63,7 +63,7 @@ void return_bad_request_when_invalid_calm_model_is_passed() throws Exception { .contentType(MediaType.APPLICATION_JSON) .content(new ObjectMapper().writeValueAsString(""" { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "nodes": [ ] }""")) diff --git a/translator/src/test/resources/cross-communication.json b/translator/src/test/resources/cross-communication.json index c78f9697..63aaac52 100644 --- a/translator/src/test/resources/cross-communication.json +++ b/translator/src/test/resources/cross-communication.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "nodes": [ { "unique-id": "system1", diff --git a/translator/src/test/resources/traderx-calm.json b/translator/src/test/resources/traderx-calm.json index 556f3e49..8eb2fd1b 100644 --- a/translator/src/test/resources/traderx-calm.json +++ b/translator/src/test/resources/traderx-calm.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/finos-labs/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", + "$schema": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-03/meta/calm.json", "nodes": [ { "unique-id": "traderx-system",