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
7 changes: 6 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ http_file(
# docs dependency
# Note: requirements were last aligned with 1.2.0,
# the switch to 1.3.1 is purely to drop the dependency on docs-as-code 1.x.
bazel_dep(name = "score_process", version = "1.4.3")
bazel_dep(name = "score_process")
git_override(
module_name = "score_process",
commit = "5205f7bf4a8919a2280989ef5d12e826065e55cd",
remote = "https://github.com/eclipse-score/process_description.git",
)

# Add Linter
bazel_dep(name = "rules_multitool", version = "1.9.0")
Expand Down
5 changes: 1 addition & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/extensions/score_metamodel/metamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ needs_types:
# req-Id: tool_req__docs_common_attr_status
status: ^(valid|invalid)$
optional_links:
consists_of: comp # preparation for linking change according to DR-005
includes: ^logic_arc_int(_op)*__.+$
uses: ^logic_arc_int(_op)*__.+$
provides: ^logic_arc_int(_op)*__.+$ # preparation for linking change according to DR-005
Expand Down Expand Up @@ -554,11 +553,12 @@ needs_types:
safety: ^(QM|ASIL_B)$
# req-Id: tool_req__docs_common_attr_status
status: ^(valid|invalid)$
mandatory_links:
belongs_to: feat # preparation for linking change according to DR-005
optional_links:
implements: logic_arc_int, real_arc_int_op
uses: logic_arc_int, real_arc_int_op
consists_of: comp
belongs_to: feat # preparation for linking change according to DR-005
tags:
- architecture_element
parts: 2
Expand Down
Loading