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
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ http_file(
urls = ["https://github.com/withered-magic/starpls/releases/download/v0.1.21/starpls-linux-amd64"],
)

bazel_dep(name = "score_process", version = "1.6.0")
bazel_dep(name = "score_process", version = "2.0.0")

# Provide the tools from the devcontainer to Bazel
bazel_dep(name = "score_devcontainer", version = "1.7.0")
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

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

13 changes: 7 additions & 6 deletions docs/internals/requirements/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ This section provides an overview of current process requirements and their clar
:satisfies:
gd_req__req_check_mandatory,
gd_req__req_attr_safety,
gd_req__impl_diagram_safety,
gd_req__arch_attr_safety

Docs-as-Code shall enforce that the ``safety`` attribute has one of the following values:
Expand Down Expand Up @@ -240,7 +239,6 @@ This section provides an overview of current process requirements and their clar
gd_req__req_attr_status,
gd_req__arch_attr_status,
gd_req__saf_attr_status,
gd_req__impl_diagram_status,
gd_req__req_check_mandatory,

Docs-as-Code shall enforce that the ``status`` attribute has one of the following values:
Expand Down Expand Up @@ -772,10 +770,6 @@ Architecture Attributes
:implemented: PARTIAL
:version: 1
:satisfies:
gd_req__impl_diagram_check_id,
gd_req__impl_diagram_linkage_id,
gd_req__impl_diagram_check_includes,
gd_req__impl_diagram_linkage_includes,
Comment thread
a-zw marked this conversation as resolved.
:parent_covered: YES

Architectural diagrams (``mod_view_sta``, ``feat_arc_sta``, ``comp_arc_sta``,
Expand All @@ -788,6 +782,13 @@ Architecture Attributes
"belongs_to", "corresponding architecture element same level"
"includes", "corresponding architecture element lower level"

.. note::
:need:`tool_req__docs_arch_links` satisfies
``gd_req__impl_diagram_check_id`` and
``gd_req__impl_diagram_linkage_id``,
but those were accidentally removed in process v2.0.0.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a v2.0.1 tomorrow or on Monday. I guess, we can wait.

See `PR #730 <https://github.com/eclipse-score/process_description/pull/730>`_.


💻 Detailed Design & Code
##########################
Expand Down
Loading