-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update structure to reflect module repository #192
base: main
Are you sure you want to change the base?
Conversation
f689103
to
6b7b3d2
Compare
c44c5fa
to
8b3271e
Compare
Signed-off-by: ramceb <[email protected]>
8b3271e
to
703eb91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see inline comments
registry/ -> infrastructure configuration | ||
|
||
README.md -> Entrypoint of the repository. | ||
@eclise-score/score/ -> Central repository for the platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: eclipse
integration-tests/ -> ... integration tests [WP_FEATURE_INTEGRATION_TEST]. | ||
toolchain/ -> Definition of toolchain | ||
|
||
@eclise-score/<module_name>/ -> Repository all artifacts corresponding to one module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: eclipse
<sub_component_name>/ -> Sub-Component of the Component. | ||
copy the relevant folders below <component-name> if applicable (example: no code inspection needed for sub-components from the Open Source) | ||
|
||
platform_integration_tests/ -> Integration tests on reference hardware. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be part of @eclipse-score/score/
|
||
platform_integration_tests/ -> Integration tests on reference hardware. | ||
|
||
process/ -> process definition including workflows, workproducts, roles, guidance [WP_PROCESS_DEFINITION] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is planned to be in extra repo: eclipse-score/process_description
|
||
process/ -> process definition including workflows, workproducts, roles, guidance [WP_PROCESS_DEFINITION] | ||
|
||
registry/ -> infrastructure configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these two should be part of every repo
No description provided.