fix any missing links from current meta model#2542
fix any missing links from current meta model#2542AlexanderLanin merged 3 commits intoeclipse-score:mainfrom
Conversation
|
|
|
The created documentation from the pull request is available at: docu-html |
| :satisfies: feat_req__lifecycle__launch_support | ||
| :belongs_to: comp__lifecycle_launch_manager | ||
|
|
||
| Dummy requirement |
There was a problem hiding this comment.
Yes. See above. I only want, that there are no build faults in the next release, because a requirement is mandatory. But I don't want to create requirements, because there are no component requirements yet for com.
| :status: valid | ||
| :uses: logic_arc_int__logging__logging, logic_arc_int__tracing__tracing | ||
| :belongs_to: comp__orch_executor | ||
| :fulfils: comp_req__component_name__some_title |
| :satisfies: | ||
| :implements: logic_arc_int__os__fcntl, logic_arc_int__os__stat, logic_arc_int__os__mmap, logic_arc_int__os__fork | ||
| :belongs_to: comp__os_libc | ||
| :fulfils: comp_req__component_name__some_title |
MODULE.bazel
Outdated
| bazel_dep(name = "score_tooling", version = "1.0.4") | ||
| bazel_dep(name = "score_docs_as_code", version = "2.3.3") | ||
| bazel_dep(name = "score_process", version = "1.4.2") | ||
| git_override( |
There was a problem hiding this comment.
can we directly release?!
There was a problem hiding this comment.
Yes, if the release from process is available. But a release is not there yet. This value is the latest master, which should be the same as the release, if this is released. But this PR is for preparation of the release.
MODULE.bazel
Outdated
| remote = "https://github.com/eclipse-score/process_description.git", | ||
| ) | ||
|
|
||
| git_override( |
There was a problem hiding this comment.
Yes, if the release from process is available. But a release is not there yet.
037888f
fix any missing links from current meta model.
This is a preparation for the next release. The current sphinx needs meta model contains deprecated optional links, which are removed or made mandatory. To avoid documentation build errors this PR is raised.