-
Notifications
You must be signed in to change notification settings - Fork 76
S-CORE v0.5 beta release notes #2300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
523ff63
Add template for v0.5 beta release
antonkri ea910cd
fix: handbook
FScholPer 76db9ec
added code_of_conduct and fixed contribution guidelines
FScholPer dbc22bf
add process_description
masc2023 65be69d
release: add kyron & orchestrator notes
pawelrutkaq 3712e83
Merge pull request #2341 from qorix-group/pawelrutkaq_rel_notes_kyron…
pawelrutkaq 6857fe0
release: add test scenarios notes
PiotrKorkus 4250c2e
Add release notes for EBcLfSA reference integration
opajonk 05003ca
bump devcontainer
opajonk 31d4a15
fixes naming
FScholPer 9cc10ba
Merge branch 'score_v05_beta' of https://github.com/eclipse-score/sco…
FScholPer 4739134
added descriptions
FScholPer 01b33d9
added platform
FScholPer c714cc4
Update CONTRIBUTION.md
FScholPer a93716e
add further content
antonkri 11957a1
updated to new
FScholPer d5d7eca
add_beta
FScholPer a028e77
add logging daemon desciption
antonkri fa948d1
replace maturity link for process with current status image
masc2023 2e49652
add baselibs release notes
antonkri 7525bf8
further improvement
antonkri 45254fe
Add release notes for communication
LittleHuba 277ee7c
Update CONTRIBUTION.md
FScholPer 908dcb8
fixed review comments
FScholPer 1662068
Update docs/handbook/own_application/index.rst
FScholPer 9e765ec
Update docs/handbook/own_application/index.rst
FScholPer 80cc7b4
Update docs/score_releases/score_releases/score_v0_5_beta.rst
FScholPer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "name": "eclipse-s-core", | ||
| "image": "ghcr.io/eclipse-score/devcontainer:1.0.0" | ||
| "image": "ghcr.io/eclipse-score/devcontainer:v1.1.0" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,61 @@ | ||
| # Eclipse Safe Open Vehicle Core (SCORE) | ||
| # Eclipse Safe Open Vehicle Core (S-CORE) | ||
| The [Eclipse Safe Open Vehicle Core](https://projects.eclipse.org/projects/automotive.score) project aims to develop an open-source core stack for Software Defined Vehicles (SDVs), specifically targeting embedded high-performance Electronic Control Units (ECUs). | ||
| Please check the [documentation](https://eclipse-score.github.io) for more information. | ||
| Please check the [documentation](https://eclipse-score.github.io/score/main/) for more information. | ||
| The source code is hosted at [GitHub](https://github.com/eclipse-score). | ||
|
|
||
| The communication mainly takes place via the [`score-dev` mailing list](https://accounts.eclipse.org/mailing-list/score-dev) and GitHub issues & pull requests (PR). And we have a chatroom for community discussions here [Eclipse SCORE chatroom](https://chat.eclipse.org/#/room/#automotive.score:matrix.eclipse.org). | ||
| The communication mainly takes place via the [`score-dev` mailing list](https://accounts.eclipse.org/mailing-list/score-dev), [Discussions](https://github.com/orgs/eclipse-score/discussions) and GitHub issues & pull requests (PR). | ||
| We have a Slack channel for community discussions here [Eclipse S-CORE Slack Channel](https://sdvworkinggroup.slack.com/archives/C083Z4VL90B). | ||
|
|
||
| Please note that for the project the [Eclipse Foundation’s Terms of Use](https://www.eclipse.org/legal/terms-of-use/) apply. | ||
| In addition, you need to sign the [ECA](https://www.eclipse.org/legal/ECA.php) and the [DCO](https://www.eclipse.org/legal/dco/) to contribute to the project. | ||
|
|
||
| ## Contributing | ||
|
|
||
| ### Code of Conduct | ||
|
|
||
| Please be familiar with the [Code of Conduct](CODE_OF_CONDUCT.md). | ||
|
|
||
| ## Eclipse Contributor Agreement & Developer Certificate of Origin | ||
|
|
||
| Please note that for the project the [Eclipse Foundation’s Terms of Use](https://www.eclipse.org/legal/terms-of-use/) apply. | ||
|
|
||
| Before your contribution can be accepted by the project team contributors must | ||
| electronically sign the Eclipse Contributor Agreement (ECA). | ||
|
|
||
| * https://www.eclipse.org/legal/eca/ | ||
|
|
||
|
|
||
| For more information, please see the Eclipse Committer Handbook: | ||
| https://www.eclipse.org/projects/handbook/#resources-commit | ||
|
|
||
| To complete and submit a ECA, log into the | ||
| [Eclipse projects forge](https://www.eclipse.org/contribute/cla/) | ||
| (you will need to create an account with the Eclipse Foundation if you have not already done so). | ||
| Click on "Eclipse Contributor Agreement" and complete the form. | ||
| Be sure to use the same email address when you register for the account | ||
| that you intend to use when you commit to Git. | ||
|
|
||
| In addition, you need to sign the [DCO](https://www.eclipse.org/legal/dco/) to contribute to the project. | ||
|
|
||
|
|
||
| ### Getting the source code & building the project | ||
| Please refer to the [README.md](README.md) for further information. | ||
|
|
||
| ### Getting involved | ||
|
|
||
| #### Setup Phase | ||
| This phase is part of the eclipse Incubation Phase and shall establish all the processes needed for a safe development of functions. Only after this phase it will be possible to contribute code to the project. As the development in this project is driven by requirements, the processes and needed infrastructure incl. tooling will be established based on non-functional Stakeholder_Requirements<!-- TODO: fill link to correct page with requirements -->. During setup phase the contributions are Bug Fixes and Improvements (both on processes and infrastructure). | ||
| This phase is part of the eclipse Incubation Phase and shall establish all the processes needed for a safe development of functions. Only after this phase it will be possible to contribute code to the project. As the development in this project is driven by requirements, the processes and needed infrastructure incl. tooling will be established based on [Non-functional Stakeholder_Requirements](https://eclipse-score.github.io/score/main/requirements/stakeholder/index.html). During setup phase the contributions are Bug Fixes and Improvements (both on processes and infrastructure). | ||
|
|
||
| #### Bug Fixes and Improvements | ||
| Improvements are adding/changing processes and infrastructure, bug fixes can be also on development work products like code. | ||
| In case you want to fix a bug or contribute an improvement, please perform the following steps: | ||
| 1) Create a PR by using the corresponding template ([Bugfix PR template](.github/PULL_REQUEST_TEMPLATE/bug_fix.md) or [Improvement PR template](.github/PULL_REQUEST_TEMPLATE/improvement.md)). Please mark your PR as draft until it's ready for review by the Committers (see the [Eclipse Foundation Project Handbook](https://www.eclipse.org/projects/handbook/#contributing-committers) for more information on the role definitions). Improvements are requested by the definition or modification of [Stakeholder Requirements](docs/stakeholder_requirements) or [Tool Requirements](docs/tool_requirements) and may be implemented after acceptance/merge of the request by a second Improvement PR. The needed reviews are automatically triggered via the [CODEOWNERS](.github/CODEOWNERS) file in the repository. | ||
| 2) Initiate content review by opening a corresponding issue for the PR when it is ready for review. Review of the PR and final merge into the project repository is in responsibility of the Committers. Use the [Bugfix Issue template](.github/ISSUE_TEMPLATE/bug_fix.md) or [Improvement Issue template](.github/ISSUE_TEMPLATE/improvement.md) for this. | ||
|
|
||
| Please check here for our Git Commit Rules in the [Configuration_Tool_Guidelines](https://eclipse-score.github.io/score/process_description/guidelines/index.html). | ||
| Please check here for our Git Commit Rules in the [Git Guidelines](https://eclipse-score.github.io/score/main/contribute/general/git.html). | ||
|
|
||
| Please use the [Stakeholder and Tool Requirements Template](https://eclipse-score.github.io/score/process_description/templates/index.html) when defining these requirements. | ||
|
|
||
|  | ||
|
|
||
| #### Additional Information | ||
| Please note, that all Git commit messages must adhere the rules described in the [Eclipse Foundation Project Handbook](https://www.eclipse.org/projects/handbook/#resources-commit). | ||
|
|
||
| Please find process descriptions here: [process description](https://eclipse-score.github.io/score/process_description/). | ||
| Please find process descriptions here: [process description](https://eclipse-score.github.io/process_description/main/index.html). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
docs/score_releases/_assets/score_process_area_overview.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,3 +6,4 @@ S-CORE Releases | |
| :maxdepth: 1 | ||
|
|
||
| score_v0_5_alpha.rst | ||
| score_v0_5_beta.rst | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.