File tree Expand file tree Collapse file tree
src/extensions/score_metamodel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ http_file(
9797# Checker rule for CopyRight checks/fixes
9898
9999# docs dependency
100- bazel_dep (name = "score_process" , version = "1.1.1 " )
100+ bazel_dep (name = "score_process" , version = "1.2.0 " )
101101
102102# Add Linter
103103bazel_dep (name = "rules_multitool" , version = "1.9.0" )
Original file line number Diff line number Diff line change 44Process Requirements Overview
55===============================
66
7+ Unsatisfied Tool Requirements in Process
8+ ########################################
9+
10+ The following table lists tool requirements from our process which are not satisfied.
11+
12+ .. needtable ::
13+ :types: gd_req
14+ :columns: id;title;satisfied by
15+ :colwidths: 2;4;1
16+ :style: table
17+ :filter_warning: No unsatisfied requirements, no table. ☺️
18+
19+ results = []
20+ for need in needs.filter_types(["gd_req"]):
21+ if not need["id"].startswith("PROCESS_gd_req__tool_"):
22+ continue
23+ if len(need["satisfies_back"]) >= 1:
24+ continue
25+ results.append(need)
26+
27+ All our Tool Requirements
28+ #########################
29+
730.. needtable ::
831 :types: tool_req
932 :columns: satisfies as "Process Requirement" ;id as "Tool Requirement";implemented;source_code_link
Original file line number Diff line number Diff line change @@ -447,14 +447,14 @@ Mapping
447447 .. table ::
448448 :widths: auto
449449
450- ================================ ===========================
450+ ================================ ===================================================
451451 Source Type Allowed Link Target
452- ================================ ===========================
452+ ================================ ===================================================
453453 Feature Requirements Stakeholder Requirements
454454 Component Requirements Feature Requirements
455455 Process Requirements Workflows
456- Tooling Requirements Process Requirements
457- ================================ ===========================
456+ Tooling Requirements Process Requirements, Stakeholder Requirements
457+ ================================ ===================================================
458458
459459 .. note ::
460460 Certain tool requirements do not have a matching process requirement.
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ needs_types:
339339 optional_links :
340340 # req-Id: tool_req__docs_req_link_satisfies_allowed
341341 # TODO: make it mandatory
342- satisfies : gd_req
342+ satisfies : gd_req, stkh_req
343343 optional_options :
344344 codelink : ^.*$
345345 tags : ^.*$
You can’t perform that action at this time.
0 commit comments