Skip to content
Merged
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
11 changes: 2 additions & 9 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module(
name = "cpp_rust_template_repository",
)

bazel_dep(name = "rules_python", version = "1.8.3", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.8.5", dev_dependency = True)

# Python 3.12: Required for testing infrastructure and code generation tools
PYTHON_VERSION = "3.12"
Expand Down Expand Up @@ -75,7 +75,7 @@ bazel_dep(name = "aspect_rules_lint", version = "1.10.2", dev_dependency = True)
bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True)

#docs-as-code
bazel_dep(name = "score_docs_as_code", version = "5.0.0", dev_dependency = True)
bazel_dep(name = "score_docs_as_code", version = "6.0.0", dev_dependency = True)
bazel_dep(name = "score_process", version = "2.0.2", dev_dependency = True)

# grpc-java 1.66.0 imports a grpc extension repo removed in newer grpc versions.
Expand All @@ -84,10 +84,3 @@ single_version_override(
module_name = "grpc-java",
version = "1.70.0",
)

# Use latest main, not released yet.
git_override(
module_name = "score_docs_as_code",
commit = "98a078b323fde35fa86d42dc67d75c558ed6c9a8",
remote = "https://github.com/eclipse-score/docs-as-code.git",
)
8 changes: 8 additions & 0 deletions MODULE.bazel.lock

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

4 changes: 3 additions & 1 deletion examples/docs/architecture_modeling_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Feature Architecture File
:safety: QM
:status: valid
:version: 1
:includes: logic_arc_int__example_feature__if_1, logic_arc_int__example_feature__if_2, logic_arc_int__example_feature__if_3

This is the example feature which shall normally defined in the platform repo.

Expand Down Expand Up @@ -58,6 +57,7 @@ Feature Architecture File
:safety: ASIL_B
:status: valid
:version: 1
:included_by: feat__mtef
:fulfils: feat_req__example_feature__example_req

.. needarch::
Expand All @@ -73,6 +73,7 @@ Feature Architecture File
:safety: ASIL_B
:status: valid
:version: 1
:included_by: feat__mtef
:fulfils: feat_req__example_feature__example_req

.. needarch::
Expand All @@ -88,6 +89,7 @@ Feature Architecture File
:safety: ASIL_B
:status: valid
:version: 1
:included_by: feat__mtef
:fulfils: feat_req__example_feature__example_req


Expand Down
Loading