Skip to content

Commit d032f1f

Browse files
Changed ID according to new rules (#146)
* Changed ID according to new rules * changed templates according to new ID schema * Changes in ID's * Fix ID prefix * Upgrade DaC version --------- Co-authored-by: PhilipPartsch <[email protected]>
1 parent 8110bff commit d032f1f

File tree

112 files changed

+757
-757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+757
-757
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ bazel_dep(name = "score_python_basics", version = "0.3.4")
5858
# Checker rule for CopyRight checks/fixes
5959
bazel_dep(name = "score_cr_checker", version = "0.3.1")
6060
bazel_dep(name = "score_format_checker", version = "0.1.1")
61-
bazel_dep(name = "score_docs_as_code", version = "1.0.0")
61+
bazel_dep(name = "score_docs_as_code", version = "1.0.2-CW1")

process/folder_templates/features/feature_name/architecture/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ They will be replaced by linking the proper SW component definitions in the used
151151
.. attention::
152152
The above directives must be updated according to your feature architecture.
153153

154-
- Replace the example content by the real content (according to :need:`gd_guidl__arch__design`)
154+
- Replace the example content by the real content (according to :need:`gd_guidl__arch_design`)
155155
- Set the status to valid and start the review/merge process

process/folder_templates/features/feature_name/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Safety Impact
119119

120120
.. note::
121121
If there are safety concerns in relation to the CR, those concerns should be explicitly written out to make sure reviewers of the CR are aware of them.
122-
Link here to the filled out :need:`Impact Analysis Template <gd_temp__change__impact_analysis>` or copy the template in this chapter.
122+
Link here to the filled out :need:`Impact Analysis Template <gd_temp__change_impact_analysis>` or copy the template in this chapter.
123123

124124
Which safety requirements are affected or has to be changed?
125125
Could the new/modified feature be a potential common cause or cascading failure initiator?

process/folder_templates/features/feature_name/requirements/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
:id: doc__feature_name_requirements
2020
:status: draft
2121
:safety: ASIL_B
22-
:realizes: wp__requirements__feat
22+
:realizes: wp__requirements_feat
2323
:tags: template
2424

2525
.. attention::
@@ -70,7 +70,7 @@ Requirements
7070
.. attention::
7171
The above directives must be updated according to your feature requirements.
7272

73-
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req__engineering`)
73+
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
7474
- Set the status to valid and start the review/merge process
7575
- Add other needed requirements for your feature
7676

process/folder_templates/features/feature_name/safety_planning/index.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@ Feature Safety Planning
4343
- WP/doc status
4444

4545
* - :need:`wp__feat_request`
46-
- :need:`gd_temp__change__feature_request`
47-
- :ndf:`copy('status', need_id='gd_temp__change__feature_request')`
46+
- :need:`gd_temp__change_feature_request`
47+
- :ndf:`copy('status', need_id='gd_temp__change_feature_request')`
4848
- <link to issue>
4949
- :need:`doc__feature_name`
5050
- :ndf:`copy('status', need_id='doc__feature_name')`
5151

52-
* - :need:`wp__requirements__feat`
53-
- :need:`gd_temp__req__feat_req`
54-
- :ndf:`copy('status', need_id='gd_temp__req__feat_req')`
52+
* - :need:`wp__requirements_feat`
53+
- :need:`gd_temp__req_feat_req`
54+
- :ndf:`copy('status', need_id='gd_temp__req_feat_req')`
5555
- <link to issue>
5656
- :need:`doc__feature_name_requirements`
5757
- doc :ndf:`copy('status', need_id='doc__feature_name')` & WP below
5858

59-
* - :need:`wp__requirements__feat_aou`
60-
- :need:`gd_temp__req__aou_req`
61-
- :ndf:`copy('status', need_id='gd_temp__req__aou_req')`
59+
* - :need:`wp__requirements_feat_aou`
60+
- :need:`gd_temp__req_aou_req`
61+
- :ndf:`copy('status', need_id='gd_temp__req_aou_req')`
6262
- <link to issue>
6363
- :need:`doc__feature_name_requirements`
6464
- doc :ndf:`copy('status', need_id='doc__feature_name')` & WP below
6565

6666
* - :need:`wp__feature_arch`
67-
- :need:`gd_temp__arch__feature`
68-
- :ndf:`copy('status', need_id='gd_temp__arch__feature')`
67+
- :need:`gd_temp__arch_feature`
68+
- :ndf:`copy('status', need_id='gd_temp__arch_feature')`
6969
- <link to issue>
7070
- :need:`doc__feature_name_architecture`
7171
- doc :ndf:`copy('status', need_id='doc__feature_name_architecture')` & WP below
@@ -84,21 +84,21 @@ Feature Safety Planning
8484
- :need:`doc__feature_name_dfa`
8585
- doc :ndf:`copy('status', need_id='doc__feature_name_dfa')` & WP below
8686

87-
* - :need:`wp__requirements__inspect`
88-
- :need:`gd_chklst__req__inspection`
89-
- :ndf:`copy('status', need_id='gd_chklst__req__inspection')`
87+
* - :need:`wp__requirements_inspect`
88+
- :need:`gd_chklst__req_inspection`
89+
- :ndf:`copy('status', need_id='gd_chklst__req_inspection')`
9090
- n/a
9191
- Checklist used in Pull Request Review
9292
- n/a
9393

9494
* - :need:`wp__sw_arch_verification`
95-
- :need:`gd_chklst__arch__inspection_checklist`
96-
- :ndf:`copy('status', need_id='gd_chklst__arch__inspection_checklist')`
95+
- :need:`gd_chklst__arch_inspection_checklist`
96+
- :ndf:`copy('status', need_id='gd_chklst__arch_inspection_checklist')`
9797
- n/a
9898
- Checklist used in Pull Request Review
9999
- n/a
100100

101-
* - :need:`wp__verification__feat_int_test`
101+
* - :need:`wp__verification_feat_int_test`
102102
- :need:`gd_guidl__verification_guide`
103103
- :ndf:`copy('status', need_id='gd_guidl__verification_guide')`
104104
- <link to issue>

process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ Lower Level Components
126126
.. attention::
127127
The above directives must be updated according to your component architecture.
128128

129-
- Replace the example content by the real content (according to :need:`gd_guidl__arch__design`)
129+
- Replace the example content by the real content (according to :need:`gd_guidl__arch_design`)
130130
- Set the status to valid and start the review/merge process

process/folder_templates/modules/module_name/component_name/docs/detailed_design/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Static Diagrams for Unit Interactions
5454
.. code-block:: rst
5555
5656
.. dd_sta:: <Title>
57-
:id: dd_sta__<Title>
57+
:id: dd_sta__<Feature>__<Title>
5858
:security: <YES|NO>
5959
:safety: <QM|ASIL_B>
6060
:status: <valid|invalid>
@@ -68,7 +68,7 @@ Dynamic Diagrams for Unit Interactions
6868
.. code-block:: rst
6969
7070
.. dd_dyn:: <Title>
71-
:id: dd_dyn__<Title>
71+
:id: dd_dyn__<Feature>__<Title>
7272
:security: <YES|NO>
7373
:safety: <QM|ASIL_B>
7474
:status: <valid|invalid>

process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
:id: doc__component_name_requirements
2020
:status: draft
2121
:safety: ASIL_B
22-
:realizes: wp__requirements__comp
22+
:realizes: wp__requirements_comp
2323
:tags: template
2424

2525
.. attention::
@@ -64,7 +64,7 @@ Requirements
6464
.. attention::
6565
The above directives must be updated according to your feature requirements.
6666

67-
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req__engineering`)
67+
- Replace the example content by the real content for your first requirement (according to :need:`gd_guidl__req_engineering`)
6868
- Set the status to valid and start the review/merge process
6969
- Add other needed requirements for your feature
7070

process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -135,16 +135,16 @@ Module Work products List
135135
- :need:`doc__module_name_safety_manual`
136136
- :ndf:`copy('status', need_id='doc__module_name_safety_manual')`
137137

138-
* - :need:`wp__verification__module_ver_report`
138+
* - :need:`wp__verification_module_ver_report`
139139
- :need:`gd_temp__mod_ver_report`
140140
- :ndf:`copy('status', need_id='gd_temp__mod_ver_report')`
141141
- <Link to issue>
142142
- :need:`doc__module_name_verification_report`
143143
- :ndf:`copy('status', need_id='doc__module_name_verification_report')`
144144

145145
* - :need:`wp__module_sw_release_note`
146-
- :need:`gd_temp__rel__mod_rel_note`
147-
- :ndf:`copy('status', need_id='gd_temp__rel__mod_rel_note')`
146+
- :need:`gd_temp__rel_mod_rel_note`
147+
- :ndf:`copy('status', need_id='gd_temp__rel_mod_rel_note')`
148148
- <Link to issue>
149149
- :need:`doc__module_name_release_note`
150150
- :ndf:`copy('status', need_id='doc__module_name_release_note')`
@@ -162,37 +162,37 @@ Component <name> Work products List
162162
- Link to WP
163163
- WP/doc status
164164

165-
* - :need:`wp__requirements__comp`
166-
- :need:`gd_temp__req__comp_req`
167-
- :ndf:`copy('status', need_id='gd_temp__req__comp_req')`
165+
* - :need:`wp__requirements_comp`
166+
- :need:`gd_temp__req_comp_req`
167+
- :ndf:`copy('status', need_id='gd_temp__req_comp_req')`
168168
- <Link to issue>
169169
- :need:`doc__component_name_requirements`
170170
- doc :ndf:`copy('status', need_id='doc__component_name_requirements')` & WP below
171171

172-
* - :need:`wp__requirements__comp_aou`
173-
- :need:`gd_temp__req__aou_req`
174-
- :ndf:`copy('status', need_id='gd_temp__req__aou_req')`
172+
* - :need:`wp__requirements_comp_aou`
173+
- :need:`gd_temp__req_aou_req`
174+
- :ndf:`copy('status', need_id='gd_temp__req_aou_req')`
175175
- <Link to issue>
176176
- :need:`doc__component_name_requirements`
177177
- doc :ndf:`copy('status', need_id='doc__component_name_requirements')` & WP below
178178

179-
* - :need:`wp__requirements__inspect`
180-
- :need:`gd_chklst__req__inspection`
181-
- :ndf:`copy('status', need_id='gd_chklst__req__inspection')`
179+
* - :need:`wp__requirements_inspect`
180+
- :need:`gd_chklst__req_inspection`
181+
- :ndf:`copy('status', need_id='gd_chklst__req_inspection')`
182182
- n/a
183183
- Checklist used in Pull Request Review
184184
- n/a
185185

186186
* - :need:`wp__component_arch`
187-
- :need:`gd_temp__arch__comp`
188-
- :ndf:`copy('status', need_id='gd_temp__arch__comp')`
187+
- :need:`gd_temp__arch_comp`
188+
- :ndf:`copy('status', need_id='gd_temp__arch_comp')`
189189
- <Link to issue>
190190
- :need:`doc__component_name_architecture`
191191
- doc :ndf:`copy('status', need_id='doc__component_name_architecture')` & WP below
192192

193193
* - :need:`wp__sw_arch_verification`
194-
- :need:`gd_chklst__arch__inspection_checklist`
195-
- :ndf:`copy('status', need_id='gd_chklst__arch__inspection_checklist')`
194+
- :need:`gd_chklst__arch_inspection_checklist`
195+
- :ndf:`copy('status', need_id='gd_chklst__arch_inspection_checklist')`
196196
- n/a
197197
- Checklist used in Pull Request Review
198198
- n/a
@@ -218,7 +218,7 @@ Component <name> Work products List
218218
- <Link to WP>
219219
- <automated>
220220

221-
* - :need:`wp__verification__sw_unit_test`
221+
* - :need:`wp__verification_sw_unit_test`
222222
- :need:`gd_guidl__verification_guide`
223223
- :ndf:`copy('status', need_id='gd_guidl__verification_guide')`
224224
- <Link to issue>
@@ -232,7 +232,7 @@ Component <name> Work products List
232232
- Checklist used in Pull Request Review
233233
- n/a
234234

235-
* - :need:`wp__verification__comp_int_test`
235+
* - :need:`wp__verification_comp_int_test`
236236
- :need:`gd_guidl__verification_guide`
237237
- :ndf:`copy('status', need_id='gd_guidl__verification_guide')`
238238
- <Link to issue>
@@ -265,15 +265,15 @@ If the OSS element is classified as a
265265
- Link to issue
266266
- Reasoning for tailoring
267267

268-
* - :need:`wp__requirements__comp`
268+
* - :need:`wp__requirements_comp`
269269
- <Link to issue>
270270
- Always needed (for Q and QR classification) and also improves process Id 2
271271

272-
* - :need:`wp__requirements__comp_aou`
272+
* - :need:`wp__requirements_comp_aou`
273273
- <Link to issue>
274274
- Always needed (for Q and QR classification) and also improves process Id 5
275275

276-
* - :need:`wp__requirements__inspect`
276+
* - :need:`wp__requirements_inspect`
277277
- n/a
278278
- Checklist used in Pull Request Review
279279

@@ -293,15 +293,15 @@ If the OSS element is classified as a
293293
- n/a
294294
- If source code is modified, this is not a OSS qualification any more.
295295

296-
* - :need:`wp__verification__sw_unit_test`
296+
* - :need:`wp__verification_sw_unit_test`
297297
- <Link to issue>
298298
- <Reasoning for tailoring, can improve deficits in process Id 6 and complexity Id 3>
299299

300300
* - :need:`wp__sw_implementation_inspection`
301301
- <Link to issue>
302302
- <Reasoning for tailoring, can improve deficits in process Id 6 and complexity Id 2>
303303

304-
* - :need:`wp__verification__comp_int_test`
304+
* - :need:`wp__verification_comp_int_test`
305305
- <Link to issue>
306306
- Always needed (for Q and QR classification)
307307

process/folder_templates/modules/module_name/docs/verification/module_verification_report.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Verification Report
2121
:id: doc__module_name_verification_report
2222
:status: draft
2323
:safety: ASIL_B
24-
:realizes: wp__verification__module_ver_report
24+
:realizes: wp__verification_module_ver_report
2525
:tags: template
2626

2727
.. attention::
@@ -33,7 +33,7 @@ Verification Report
3333
- Adjust ``safety`` and ``tags`` according to your needs
3434

3535

36-
This verification report is based on the :need:`gd_temp__verification__plan`.
36+
This verification report is based on the :need:`gd_temp__verification_plan`.
3737
It covers all the components of the above stated module.
3838

3939
Verification Report contains:

0 commit comments

Comments
 (0)