From 98652f2a77f440759d5dca7c1fc2e9e91b71d9df Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Wed, 4 Mar 2026 19:17:26 +0100 Subject: [PATCH 1/3] styles --- profile/README.md | 72 +++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/profile/README.md b/profile/README.md index b7134a3..4e4db20 100644 --- a/profile/README.md +++ b/profile/README.md @@ -8,37 +8,12 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https ## Repositories in the Github organization -*Note: descriptions are taken from [IAC configuration](https://github.com/eclipse-score/.eclipsefdn/blob/main/otterdog/eclipse-score.jsonnet) and may not be up to date. Change them there, not here!* +--- -### General +### Infrastructure - "Table Style" +*formal looking tables, but very long* -| Repository | Description | Status | -|------------|-------------|--------| -| [score](https://github.com/eclipse-score/score) | Score project main repository | ✅ active | -| [.github](https://github.com/eclipse-score/.github) | Houses the organisation README | ✅ active | -| [process_description](https://github.com/eclipse-score/process_description) | Score project process description | ✅ active | - -### Website - -| Repository | Description | Status | -|------------|-------------|--------| -| [eclipse-score.github.io](https://github.com/eclipse-score/eclipse-score.github.io) | The landing page website for the Score project | 💤 obsolete | -| [eclipse-score-website](https://github.com/eclipse-score/eclipse-score-website) | (no description) | ✅ active | -| [eclipse-score-website-preview](https://github.com/eclipse-score/eclipse-score-website-preview) | (no description) | ✅ active | -| [eclipse-score-website-published](https://github.com/eclipse-score/eclipse-score-website-published) | (no description) | 💤 obsolete | - -### Modules - -| Repository | Description | Status | -|------------|-------------|--------| -| [module_template](https://github.com/eclipse-score/module_template) | C++ & Rust Bazel Template Repository | ✅ active | -| [baselibs](https://github.com/eclipse-score/baselibs) | base libraries including common functionality | ✅ active | -| [communication](https://github.com/eclipse-score/communication) | Repository for the communication module LoLa | ✅ active | -| [feo](https://github.com/eclipse-score/feo) | Repository for the Fixed Order Execution (FEO) framework | ✅ active | -| [itf](https://github.com/eclipse-score/itf) | Integration Testing Framework repository | ✅ active | -| [operating_system](https://github.com/eclipse-score/operating_system) | Repository for the module operating system | 💤 obsolete | -| [orchestrator](https://github.com/eclipse-score/orchestrator) | Orchestration framework & Safe async runtime for Rust | ✅ active | -| [persistency](https://github.com/eclipse-score/persistency) | Repository for persistency framework | ✅ active | +#### Toolchains ### Integrations | Repository | Description | Status | @@ -92,8 +67,37 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https | [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui) | House the ui for bazel_registry in Score | ✅ active | | [.eclipsefdn](https://github.com/eclipse-score/.eclipsefdn) | Repository to host configurations related to the Eclipse Foundation. | ✅ active | -### Examples & Templates - -| Repository | Description | Status | -|------------|-------------|--------| -| [examples](https://github.com/eclipse-score/examples) | Hosts templates and examples for score tools and workflows | 💤 obsolete | \ No newline at end of file +--- + +### Infrastructure - "Short Table Style" +*still formal looking, but much shorter* + + +| Category | Repository | Description | Status | +|----------|------------|-------------|--------| +| **Docs-As-Code** | [docs-as-code](https://github.com/eclipse-score/docs-as-code) | Docs-as-code tooling for Eclipse S-CORE | ✅ active | +| | | | | +| **SBOM & License Scanning** | [dash-license-scan](https://github.com/eclipse-score/dash-license-scan) | GitHub Action to scan licenses | 🕓 stale | +| | [sbom-tool](https://github.com/eclipse-score/sbom-tool) | Tool to generate Software Bill of Materials (SBOM) | 🕓 stale | +| | | | | +| **GitHub Workflows** | [cicd-workflows](https://github.com/eclipse-score/cicd-workflows) | Reusable GitHub Actions workflows for CI/CD automation | ✅ active | +| | [apt-install](https://github.com/eclipse-score/apt-install) | GitHub Action to execute apt-install in a clever way | 🕓 stale | +| | [more-disk-space](https://github.com/eclipse-score/more-disk-space) | GitHub Action to increase available disk space | 🕓 stale | +| | | | | +| **Bazel Registry** | [bazel_registry](https://github.com/eclipse-score/bazel_registry) | Score project bazel modules registry | ✅ active | +| | [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui) | House the ui for bazel_registry in Score | 🕓 stale | + +### Infrastructure - "List Style" +*not formal looking, but it does contain all the information and is very compact (note: status will be deleted anyway)* + +* **Docs-As-Code** + * [docs-as-code](https://github.com/eclipse-score/docs-as-code): Docs-as-code tooling for Eclipse S-CORE +* **SBOM & License Scanning** + * [dash-license-scan](https://github.com/eclipse-score/dash-license-scan): GitHub Action to scan licenses + * [sbom-tool](https://github.com/eclipse-score/sbom-tool): Tool to generate Software Bill of Materials (SBOM) +* **GitHub Workflows** + * [apt-install](https://github.com/eclipse-score/apt-install): GitHub Action to execute apt-install in a clever way + * [more-disk-space](https://github.com/eclipse-score/more-disk-space): GitHub Action to increase available disk space +* **Bazel Registry** + * [bazel_registry](https://github.com/eclipse-score/bazel_registry): Score project bazel modules registry + * [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui): House the ui for bazel_registry in Score From 3e8f15e7e5c39752134f4823ee46276a645e8e3a Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Wed, 4 Mar 2026 19:21:28 +0100 Subject: [PATCH 2/3] more content --- profile/README.md | 113 +++++++++++++++++++++++++++++----------------- 1 file changed, 72 insertions(+), 41 deletions(-) diff --git a/profile/README.md b/profile/README.md index 4e4db20..8be4c82 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,26 +1,12 @@ -# Welcome to eclipse-score - -This Github organization contains artifacts developed by the [Eclipse S-CORE Project](https://projects.eclipse.org/projects/automotive.score). - -## Introduction to Eclipse S-CORE Project - -See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https://eclipse-score.github.io/score). - -## Repositories in the Github organization - ---- - -### Infrastructure - "Table Style" +# "Table Style" *formal looking tables, but very long* -#### Toolchains - -### Integrations +#### Integrations | Repository | Description | Status | |------------|-------------|--------| | [reference_integration](https://github.com/eclipse-score/reference_integration) | Score project integration repository | ✅ active | -### Incubation +#### Incubation | Repository | Description | Status | |------------|-------------|--------| @@ -39,7 +25,7 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https | [testing_tools](https://github.com/eclipse-score/testing_tools) | Repository for testing utilities | ✅ active | | [lifecycle](https://github.com/eclipse-score/lifecycle) | Repository for the lifecycle feature | ✅ active | -### Infrastructure / Toolchains +#### Toolchains | Repository | Description | Status | |------------|-------------|--------| @@ -49,7 +35,7 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https | [toolchains_qnx](https://github.com/eclipse-score/toolchains_qnx) | Bazel toolchains for QNX | ✅ active | | [toolchains_rust](https://github.com/eclipse-score/toolchains_rust) | Rust toolchains | ✅ active | -### Infrastructure / Tooling +#### Tooling | Repository | Description | Status | |------------|-------------|--------| @@ -57,7 +43,7 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https | [docs-as-code](https://github.com/eclipse-score/docs-as-code) | Docs-as-code tooling for Eclipse S-CORE | ✅ active | | [tooling](https://github.com/eclipse-score/tooling) | Tooling for Eclipse S-CORE | ✅ active | -### Infrastructure / Other +#### Other | Repository | Description | Status | |------------|-------------|--------| @@ -69,35 +55,80 @@ See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https --- -### Infrastructure - "Short Table Style" +# "Short Table Style" *still formal looking, but much shorter* | Category | Repository | Description | Status | |----------|------------|-------------|--------| -| **Docs-As-Code** | [docs-as-code](https://github.com/eclipse-score/docs-as-code) | Docs-as-code tooling for Eclipse S-CORE | ✅ active | +| **Integrations** | [reference_integration](https://github.com/eclipse-score/reference_integration) | Score project integration repository | ✅ active | | | | | | -| **SBOM & License Scanning** | [dash-license-scan](https://github.com/eclipse-score/dash-license-scan) | GitHub Action to scan licenses | 🕓 stale | -| | [sbom-tool](https://github.com/eclipse-score/sbom-tool) | Tool to generate Software Bill of Materials (SBOM) | 🕓 stale | +| **Incubation** | [bazel-tools-python](https://github.com/eclipse-score/bazel-tools-python) | Repository for python static code checker | 🕓 stale | +| | [bazel-tools-cc](https://github.com/eclipse-score/bazel-tools-cc) | Repository for clang-tidy based static code checker | ✅ active | +| | [inc_config_management](https://github.com/eclipse-score/inc_config_management) | Incubation repository for config management | 💤 obsolete | +| | [inc_daal](https://github.com/eclipse-score/inc_daal) | Incubation repository for DAAL module | ✅ active | +| | [inc_feo](https://github.com/eclipse-score/inc_feo) | Incubation repository for the fixed execution order framework | 💤 obsolete | +| | [inc_json](https://github.com/eclipse-score/inc_json) | Incubation repository for JSON module | 💤 obsolete | +| | [inc_mw_com](https://github.com/eclipse-score/inc_mw_com) | Incubation repository for interprocess communication framework | 🕓 stale | +| | [inc_mw_log](https://github.com/eclipse-score/inc_mw_log) | Incubation repository for logging framework | 💤 obsolete | +| | [nlohmann_json](https://github.com/eclipse-score/nlohmann_json) | Nlohmann JSON Library | ✅ active | +| | [inc_os_autosd](https://github.com/eclipse-score/inc_os_autosd) | Incubation repository for AutoSD Development Platform | ✅ active | +| | [inc_process_test_management](https://github.com/eclipse-score/inc_process_test_management) | Incubation repository for Process - Sphinx-Test management | 💤 obsolete | +| | [inc_process_variant_management](https://github.com/eclipse-score/inc_process_variant_management) | Incubation repository for Process - Sphinx-Variant management | 💤 obsolete | +| | [testing_tools](https://github.com/eclipse-score/testing_tools) | Repository for testing utilities | ✅ active | +| | [lifecycle](https://github.com/eclipse-score/lifecycle) | Repository for the lifecycle feature | ✅ active | | | | | | -| **GitHub Workflows** | [cicd-workflows](https://github.com/eclipse-score/cicd-workflows) | Reusable GitHub Actions workflows for CI/CD automation | ✅ active | -| | [apt-install](https://github.com/eclipse-score/apt-install) | GitHub Action to execute apt-install in a clever way | 🕓 stale | -| | [more-disk-space](https://github.com/eclipse-score/more-disk-space) | GitHub Action to increase available disk space | 🕓 stale | +| **Toolchains** | [bazel_platforms](https://github.com/eclipse-score/bazel_platforms) | Bazel platform definitions used by S-CORE modules | ✅ active | +| | [toolchains_gcc](https://github.com/eclipse-score/toolchains_gcc) | Bazel toolchains for GNU GCC | 🕓 stale | +| | [toolchains_gcc_packages](https://github.com/eclipse-score/toolchains_gcc_packages) | Bazel toolchains for GNU GCC | 🕓 stale | +| | [toolchains_qnx](https://github.com/eclipse-score/toolchains_qnx) | Bazel toolchains for QNX | ✅ active | +| | [toolchains_rust](https://github.com/eclipse-score/toolchains_rust) | Rust toolchains | ✅ active | | | | | | -| **Bazel Registry** | [bazel_registry](https://github.com/eclipse-score/bazel_registry) | Score project bazel modules registry | ✅ active | -| | [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui) | House the ui for bazel_registry in Score | 🕓 stale | +| **Tooling** | [devcontainer](https://github.com/eclipse-score/devcontainer) | Common Devcontainer for Eclipse S-CORE | ✅ active | +| | [docs-as-code](https://github.com/eclipse-score/docs-as-code) | Docs-as-code tooling for Eclipse S-CORE | ✅ active | +| | [tooling](https://github.com/eclipse-score/tooling) | Tooling for Eclipse S-CORE | ✅ active | +| | | | | +| **Other** | [apt-install](https://github.com/eclipse-score/apt-install) | GitHub Action to execute apt-install in a clever way | 💤 obsolete | +| | [cicd-workflows](https://github.com/eclipse-score/cicd-workflows) | Reusable GitHub Actions workflows for CI/CD automation | ✅ active | +| | [bazel_registry](https://github.com/eclipse-score/bazel_registry) | Score project bazel modules registry | ✅ active | +| | [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui) | House the ui for bazel_registry in Score | ✅ active | +| | [.eclipsefdn](https://github.com/eclipse-score/.eclipsefdn) | Repository to host configurations related to the Eclipse Foundation. | ✅ active | + +--- -### Infrastructure - "List Style" +# Infrastructure - "List Style" *not formal looking, but it does contain all the information and is very compact (note: status will be deleted anyway)* -* **Docs-As-Code** - * [docs-as-code](https://github.com/eclipse-score/docs-as-code): Docs-as-code tooling for Eclipse S-CORE -* **SBOM & License Scanning** - * [dash-license-scan](https://github.com/eclipse-score/dash-license-scan): GitHub Action to scan licenses - * [sbom-tool](https://github.com/eclipse-score/sbom-tool): Tool to generate Software Bill of Materials (SBOM) -* **GitHub Workflows** - * [apt-install](https://github.com/eclipse-score/apt-install): GitHub Action to execute apt-install in a clever way - * [more-disk-space](https://github.com/eclipse-score/more-disk-space): GitHub Action to increase available disk space -* **Bazel Registry** - * [bazel_registry](https://github.com/eclipse-score/bazel_registry): Score project bazel modules registry - * [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui): House the ui for bazel_registry in Score +* **Integrations** + * [reference_integration](https://github.com/eclipse-score/reference_integration): Score project integration repository — ✅ active +* **Incubation** + * [bazel-tools-python](https://github.com/eclipse-score/bazel-tools-python): Repository for python static code checker — 🕓 stale + * [bazel-tools-cc](https://github.com/eclipse-score/bazel-tools-cc): Repository for clang-tidy based static code checker — ✅ active + * [inc_config_management](https://github.com/eclipse-score/inc_config_management): Incubation repository for config management — 💤 obsolete + * [inc_daal](https://github.com/eclipse-score/inc_daal): Incubation repository for DAAL module — ✅ active + * [inc_feo](https://github.com/eclipse-score/inc_feo): Incubation repository for the fixed execution order framework — 💤 obsolete + * [inc_json](https://github.com/eclipse-score/inc_json): Incubation repository for JSON module — 💤 obsolete + * [inc_mw_com](https://github.com/eclipse-score/inc_mw_com): Incubation repository for interprocess communication framework — 🕓 stale + * [inc_mw_log](https://github.com/eclipse-score/inc_mw_log): Incubation repository for logging framework — 💤 obsolete + * [nlohmann_json](https://github.com/eclipse-score/nlohmann_json): Nlohmann JSON Library — ✅ active + * [inc_os_autosd](https://github.com/eclipse-score/inc_os_autosd): Incubation repository for AutoSD Development Platform — ✅ active + * [inc_process_test_management](https://github.com/eclipse-score/inc_process_test_management): Incubation repository for Process - Sphinx-Test management — 💤 obsolete + * [inc_process_variant_management](https://github.com/eclipse-score/inc_process_variant_management): Incubation repository for Process - Sphinx-Variant management — 💤 obsolete + * [testing_tools](https://github.com/eclipse-score/testing_tools): Repository for testing utilities — ✅ active + * [lifecycle](https://github.com/eclipse-score/lifecycle): Repository for the lifecycle feature — ✅ active +* **Toolchains** + * [bazel_platforms](https://github.com/eclipse-score/bazel_platforms): Bazel platform definitions used by S-CORE modules — ✅ active + * [toolchains_gcc](https://github.com/eclipse-score/toolchains_gcc): Bazel toolchains for GNU GCC — 🕓 stale + * [toolchains_gcc_packages](https://github.com/eclipse-score/toolchains_gcc_packages): Bazel toolchains for GNU GCC — 🕓 stale + * [toolchains_qnx](https://github.com/eclipse-score/toolchains_qnx): Bazel toolchains for QNX — ✅ active + * [toolchains_rust](https://github.com/eclipse-score/toolchains_rust): Rust toolchains — ✅ active +* **Tooling** + * [devcontainer](https://github.com/eclipse-score/devcontainer): Common Devcontainer for Eclipse S-CORE — ✅ active + * [docs-as-code](https://github.com/eclipse-score/docs-as-code): Docs-as-code tooling for Eclipse S-CORE — ✅ active + * [tooling](https://github.com/eclipse-score/tooling): Tooling for Eclipse S-CORE — ✅ active +* **Other** + * [apt-install](https://github.com/eclipse-score/apt-install): GitHub Action to execute apt-install in a clever way — 💤 obsolete + * [cicd-workflows](https://github.com/eclipse-score/cicd-workflows): Reusable GitHub Actions workflows for CI/CD automation — ✅ active + * [bazel_registry](https://github.com/eclipse-score/bazel_registry): Score project bazel modules registry — ✅ active + * [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui): House the ui for bazel_registry in Score — ✅ active + * [.eclipsefdn](https://github.com/eclipse-score/.eclipsefdn): Repository to host configurations related to the Eclipse Foundation. — ✅ active From 201f9c777cfb1406c9041c864b5444fe5a5b1794 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Thu, 5 Mar 2026 08:46:23 +0100 Subject: [PATCH 3/3] add numbers Signed-off-by: Alexander Lanin --- profile/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 8be4c82..ad1a347 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,4 +1,4 @@ -# "Table Style" +# :one: "Table Style" *formal looking tables, but very long* #### Integrations @@ -55,7 +55,7 @@ --- -# "Short Table Style" +# :two: "Short Table Style" *still formal looking, but much shorter* @@ -96,7 +96,7 @@ --- -# Infrastructure - "List Style" +# :three: "List Style" *not formal looking, but it does contain all the information and is very compact (note: status will be deleted anyway)* * **Integrations**