Skip to content

Commit

Permalink
Merge branch 'main' into renovate/commander-13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketstack-matt authored Jan 27, 2025
2 parents b48441a + edd21b3 commit 2034086
Show file tree
Hide file tree
Showing 49 changed files with 736 additions and 3,824 deletions.
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@
/calm-visualizer/ @oliviajanejohns @aidanm3341 @aamanrebello @yoofitt96

/shared/ @aidanm3341 @lbulanti-ms @willosborne @grahampacker-ms @jpgough-ms @rocketstack-matt @Thels

/translator/ @Budlee @matthewgardner @jpgough-ms @rocketstack-matt
22 changes: 0 additions & 22 deletions .github/workflows/build-translator.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/cve-scanning-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
java-version: [ '21' ]
module-folder: [
'translator',
'calm-hub'
]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-scanning-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
java-version: ['21']
module-folder: [
'translator'
'calm-hub'
]
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ your project.
## Projects

| 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/architecture-as-code/actions/workflows/validate-spectral.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/validate-spectral.yml) |
| [Docs](./docs) | [@rocketstack-matt](https://github.com/rocketstack-matt) | [![Sync Docs to S3](https://github.com/finos/architecture-as-code/actions/workflows/s3-docs-sync.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/s3-docs-sync.yml) [![Build Docs](https://github.com/finos/architecture-as-code/actions/workflows/build-docs.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/build-docs.yml) |
| [CLI](./cli) & [Shared](./shared) | [@aidanm3341](https://github.com/aidanm3341), [@lbulanti-ms](https://github.com/lbulanti-ms), [@willosborne](https://github.com/willosborne), [@grahampacker-ms](https://github.com/grahampacker-ms) [@Thels](https://github.com/Thels) | [![Build CLI](https://github.com/finos/architecture-as-code/actions/workflows/build-cli.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/build-cli.yml) |
| [Visualizer](./calm-visualizer) | [@oliviajanejohns](https://github.com/oliviajanejohns) [@aidanm3341](https://github.com/aidanm3341) [@aamanrebello](https://github.com/aamanrebello) [@yoofitt96](https://github.com/YoofiTT96) |
| [Translators](./translator) | [@Budlee](https://github.com/Budlee) [@matthewgardner](https://github.com/matthewgardner) [@jpgough-ms](https://github.com/jpgough-ms) | [![Build Translator](https://github.com/finos/architecture-as-code/actions/workflows/build-translator.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/build-translator.yml) |
| [Visualizer](./calm-visualizer) | [@oliviajanejohns](https://github.com/oliviajanejohns) [@aidanm3341](https://github.com/aidanm3341) [@aamanrebello](https://github.com/aamanrebello) [@yoofitt96](https://github.com/YoofiTT96) | [![Build CALM Visualizer](https://github.com/finos/architecture-as-code/actions/workflows/build-visualizer.yml/badge.svg)](https://github.com/finos/architecture-as-code/actions/workflows/build-visualizer.yml) |

## Getting Involved

Expand Down
8 changes: 4 additions & 4 deletions calm-hub/src/main/webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion calm-hub/src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"css-what": "6.1.0",
"express": "4.21.2",
"nth-check": "2.1.1",
"postcss": "8.4.49"
"postcss": "8.5.1"
},
"proxy": "http://127.0.0.1:8080/",
"eslintConfig": {
Expand Down
133 changes: 0 additions & 133 deletions calm-visualizer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/docs/introduction/key-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ CALM supports the creation and reuse of architectural patterns, allowing you to

CALM is designed to work with your existing toolchain, making it easy to adopt without disrupting your current workflows.

- **Translators**: Convert CALM schemas into other formats like C4 models or Kubernetes manifests, allowing you to maintain compatibility with popular architecture frameworks.
- **Custom Validation**: Extend CALM’s validation capabilities with bespoke rules to meet your specific requirements.


Loading

0 comments on commit 2034086

Please sign in to comment.