Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/refresh-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:

- run: pip install -r requirements.txt

- name: Update README
env:
GITHUB_TOKEN: ${{ github.token }}
run: python scripts/update_readme.py

- name: Collect metrics
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -41,7 +36,6 @@ jobs:
committer: eclipse-score-bot <187756813+eclipse-score-bot@users.noreply.github.com>
body: |
This PR updates:
- The repository descriptions and status in `profile/README.md`
- The cross-repo metrics report in `profile/metrics.md`
Please review and merge if everything looks good.
commit-message: "chore: auto-refresh status column"
Expand Down
131 changes: 40 additions & 91 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,94 +6,43 @@ This Github organization contains artifacts developed by the [Eclipse S-CORE Pro

See [S-CORE-website](https://eclipse-score.github.io/) and [documentation](https://eclipse-score.github.io/score).

## 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

| 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 | 💤 obsolete |
| [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 | 💤 obsolete |
| [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 |

### Integrations
| Repository | Description | Status |
|------------|-------------|--------|
| [reference_integration](https://github.com/eclipse-score/reference_integration) | Score project integration repository | ✅ active |

### Incubation

| Repository | Description | Status |
|------------|-------------|--------|
| [bazel-tools-python](https://github.com/eclipse-score/bazel-tools-python) | Repository for python static code checker | ✅ active |
| [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 | 🕓 stale |
| [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 | ✅ active |
| [inc_mw_log](https://github.com/eclipse-score/inc_mw_log) | Incubation repository for logging framework | 🕓 stale |
| [inc_nlohmann_json](https://github.com/eclipse-score/inc_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 |
| [inc_lifecycle](https://github.com/eclipse-score/inc_lifecycle) | Incubation repository for the lifecycle feature | ✅ active |

### Infrastructure / Toolchains

| Repository | Description | Status |
|------------|-------------|--------|
| [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 | ✅ active |
| [toolchains_gcc_packages](https://github.com/eclipse-score/toolchains_gcc_packages) | Bazel toolchains for GNU GCC | 💤 obsolete |
| [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

| Repository | Description | Status |
|------------|-------------|--------|
| [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 |

### Infrastructure / Other

| Repository | Description | Status |
|------------|-------------|--------|
| [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 | 💤 obsolete |
| [.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 |
## Project Organization

| Team | Long Name | Discussion | OPL | Team Metric | Repository |
|------|-----------------------------------|------------|-----|-------------|------------|
| | C O M M I T T E E S | | | | |
| TLC | [Technical Lead Circle](https://github.com/orgs/eclipse-score/teams/automotive-score-technical-leads) | [TLC Discussion](https://github.com/orgs/eclipse-score/discussions/categories/technical-lead-circle) | [TLC OPL](https://github.com/orgs/eclipse-score/projects/3)| [TLC Metrics]() | [score](https://github.com/eclipse-score/score) |
| | C O M M U N I T I E S | | | | |
| ARC | [Architecture Community](https://github.com/orgs/eclipse-score/teams/automotive-score-architecture-community) | [ARC Discussion](https://github.com/orgs/eclipse-score/discussions/categories/architecture-community) | [ARC OPL](https://github.com/orgs/eclipse-score/projects/)| [ARC Metrics]() | [score](https://github.com/eclipse-score/score) |
| PRC | [Process Development Community](https://github.com/orgs/eclipse-score/teams/automotive-score-process-community) | [PRC Discussion](https://github.com/orgs/eclipse-score/discussions/categories/sw-dev-process-community) | Development: <br> [PRC OPL](https://github.com/orgs/eclipse-score/projects/21) <br> Implementation: <br> [PIM OPL](https://github.com/orgs/eclipse-score/projects/7) | [PRC Metrics]() | [process_description](https://github.com/eclipse-score/process_description) <br> [score](https://github.com/eclipse-score/score) |
| INF | [Infrastructure Community](https://github.com/orgs/eclipse-score/teams/automotive-score-infrastructure-community) | [INF Discussion](https://github.com/orgs/eclipse-score/discussions/categories/infrastructure-community) | [INF OPL](https://github.com/orgs/eclipse-score/projects/6) | [INF Metrics]() | Toolchains: <br> [bazel_platforms](https://github.com/eclipse-score/bazel_platforms) <br> [toolchains_gcc](https://github.com/eclipse-score/toolchains_gcc) <br> [toolchains_gcc_packages](https://github.com/eclipse-score/toolchains_gcc_packages) <br> [toolchains_qnx](https://github.com/eclipse-score/toolchains_qnx) <br> [toolchains_rust](https://github.com/eclipse-score/toolchains_rust) <br> Tooling: <br> [devcontainer](https://github.com/eclipse-score/devcontainer) <br> [docs-as-code](https://github.com/eclipse-score/docs-as-code) <br> [tooling](https://github.com/eclipse-score/tooling) <br> Others: <br> [apt-install](https://github.com/eclipse-score/apt-install) <br> [cicd-workflows](https://github.com/eclipse-score/cicd-workflows) <br> [bazel_registry](https://github.com/eclipse-score/bazel_registry) <br> [bazel_registry_ui](https://github.com/eclipse-score/bazel_registry_ui)<br> [.eclipsefdn](https://github.com/eclipse-score/.eclipsefdn) <br> [examples](https://github.com/eclipse-score/examples) |
| TST | [Testing Community](https://github.com/orgs/eclipse-score/teams/automotive-score-testing-community) | [TST Discussion](https://github.com/orgs/eclipse-score/discussions/categories/testing-community) | [TST OPL](https://github.com/orgs/eclipse-score/projects/) | [TST Metrics]() | [itf](https://github.com/eclipse-score/itf) |
| INT | [Integration Community](https://github.com/orgs/eclipse-score/teams/automotive-score-integration-community) | [INT Discussion](https://github.com/orgs/eclipse-score/discussions/categories/) | [INT OPL](https://github.com/orgs/eclipse-score/projects/) | [INT Metrics]() | [reference_integration](https://github.com/eclipse-score/reference_integration)<br> [os_images](https://github.com/eclipse-score/os_images)<br> [scrample](https://github.com/eclipse-score/scrample) |
| | F E A T U R E - T E A M S | | | | |
| BAS | [Baselibs](https://github.com/orgs/eclipse-score/teams/automotive-score-baselibs) | [BAS Discussion](https://github.com/orgs/eclipse-score/discussions/categories/base-libs-ft) | [BAS OPL](https://github.com/orgs/eclipse-score/projects/6)| [BAS Metrics]() | [baslibs](https://github.com/eclipse-score/baslibs)<br> [baslibs_rust](https://github.com/eclipse-score/baslibs_rust) |
| COM | [Infrastructure Community](https://github.com/orgs/eclipse-score/teams/automotive-score-communication) | [COM Discussion](https://github.com/orgs/eclipse-score/discussions/categories/communication-ft) | [COM OPL](https://github.com/orgs/eclipse-score/projects/19)| [COM Metrics]() | [communication](https://github.com/eclipse-score/communication) |
| CFG | [Configuration Management](https://github.com/orgs/eclipse-score/teams/automotive-score-configurtion-management) | [CFG Discussion](https://github.com/orgs/eclipse-score/discussions/categories/config-management-ft) | [CFG OPL](https://github.com/orgs/eclipse-score/projects/)| [CFG Metrics]() | [config_management](https://github.com/eclipse-score/config_management) |
| FEO | [Fixed Execution Order](https://github.com/orgs/eclipse-score/teams/automotive-score-feo) | [FEO Discussion](https://github.com/orgs/eclipse-score/discussions/categories/feo-ft) | [FEO OPL](https://github.com/orgs/eclipse-score/projects/9)| [FEO Metrics]() | [feo](https://github.com/eclipse-score/feo) |
| KYR | [Kyron](https://github.com/orgs/eclipse-score/teams/automotive-score-kyron) | [KYR Discussion]() | [KYR OPL](https://github.com/orgs/eclipse-score/projects)| [KYR Metrics]() | [kyron](https://github.com/eclipse-score/kyron) |
| LCM | [Life Cycle Management](https://github.com/orgs/eclipse-score/teams/automotive-score-lifecycle) | [LCM Discussion](https://github.com/orgs/eclipse-score/discussions/categories/health-lifecycle-ft) | [INF OPL](https://github.com/orgs/eclipse-score/projects/33)| [LCM Metrics]() | [lifecycle](https://github.com/eclipse-score/inc_lifecycle) |
| LOG | [Logging](https://github.com/orgs/eclipse-score/teams/automotive-score-logging) | [LOG Discussion](https://github.com/orgs/eclipse-score/discussions/categories/logging-ft) | [LOG OPL](https://github.com/orgs/eclipse-score/projects/31)| [LOG Metrics]() | [logging](https://github.com/eclipse-score/logging) |
| ORC | [Orchestration](https://github.com/orgs/eclipse-score/teams/automotive-score-orchestration) | [ORC Discussion](https://github.com/orgs/eclipse-score/discussions/categories/orchestration-ft) | [ORC OPL](https://github.com/orgs/eclipse-score/projects/29)| [ORC Metrics]() | [orchestrator](https://github.com/eclipse-score/orchestrator) |
| OSY | [Operating System](https://github.com/orgs/eclipse-score/teams/automotive-score-operating-system) | [OSY Discussion]() | [OSY OPL](https://github.com/orgs/eclipse-score/projects)| [OSY Metrics]() | [operating_systems](https://github.com/eclipse-score/operating_system) |
| PER | [Persitency](https://github.com/orgs/eclipse-score/teams/automotive-score-persistency) | [PER Discussion](https://github.com/orgs/eclipse-score/discussions/categories/persistency-ft) | [PER OPL](https://github.com/orgs/eclipse-score/projects/20)| [PER Metrics]() | [persistency](https://github.com/eclipse-score/persistency) |
| SEC | [Security](https://github.com/orgs/eclipse-score/teams/automotive-score-security) | [SEC Discussion](https://github.com/orgs/eclipse-score/discussions/categories/security-crypto-ft) | [SEC OPL](https://github.com/orgs/eclipse-score/projects)| [SEC Metrics]() | [security](https://github.com/eclipse-score/security) |
| TIM | [Time](https://github.com/orgs/eclipse-score/teams/automotive-score-time) | [TIM Discussion](https://github.com/orgs/eclipse-score/discussions/categories) | [TIM OPL](https://github.com/orgs/eclipse-score/projects/32)| [TIM Metrics]() | [time](https://github.com/eclipse-score/time) |

ToDo: [Add Incubation Repositories](https://github.com/eclipse-score/score/issues/2376)
ToDo: [Add Metric Links](https://github.com/eclipse-score/score/issues/2377)
ToDO: [Add WebSites, .github](https://github.com/eclipse-score/score/issues/2378)
ToDo: [Add Mar&Com Team](https://github.com/eclipse-score/score/issues/2379)

## Releases

| Version | Quality Status | Release Date | Release Documentation | Used Process Version |
|---------|----------------|--------------|-----------------------|----------------------|
| V0.5 | ALPHA | | | |

ToDO: [Update Release Information](https://github.com/eclipse-score/score/issues/2380)

## [Detailed Repository Status](https://github.com/eclipse-score/.github/blob/main/profile/metrics.md)
Loading