Skip to content

Commit 6e6e8c4

Browse files
authored
merge: Merge pull request #19 from DSD-DBS/add-global-configuration
feat: Add global configuration and script
2 parents 5a78ed5 + 725df49 commit 6e6e8c4

90 files changed

Lines changed: 3074 additions & 413 deletions

File tree

Some content is hidden

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

.reuse/dep5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ Source: https://github.com/DSD-DBS/capella-polarion-template
66
Files: template/.polarion/icons/*
77
Copyright: THALES GLOBAL SERVICES
88
License: EPL-2.0
9+
10+
Files: global/icons/*
11+
Copyright: THALES GLOBAL SERVICES
12+
License: EPL-2.0
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!-- SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
3+
SPDX-License-Identifier: Apache-2.0 -->
4+
<fields>
5+
<field id="uuid_capella" type="string" name="UUID (Capella)" description="Corresponding Capella ID"/>
6+
<field id="checksum" type="string" name="Checksum" description="A checksum-hash of the work item for efficient comparison for the SET Toolchain."/>
7+
<field id="assumption" type="text/html" name="Assumption" description="Requirement text from a Requirement of type Assumption."/>
8+
<field id="availability" type="text/html" name="Availability" description="Requirement text from a Requirement of type Availability."/>
9+
<field id="preCondition" type="text/html" name="Pre Condition" description="Pre Condition."/>
10+
<field id="postCondition" type="text/html" name="Post Condition" description="Post Condition."/>
11+
<field id="computation" type="text/html" name="Computation" description="Requirement text from a Requirement of type Computation."/>
12+
<field id="legal" type="text/html" name="Legal" description="Requirement text from a Requirement of type Legal."/>
13+
<field id="performance" type="text/html" name="Performance" description="Requirement text from a Requirement of type Performance."/>
14+
<field id="rationale" type="text/html" name="Rationale" description="Requirement text from a Requirement of type Rationale."/>
15+
<field id="reliability" type="text/html" name="Reliability" description="Requirement text from a Requirement of type Reliability."/>
16+
<field id="safety" type="text/html" name="Safety" description="Requirement text from a Requirement of type Safety."/>
17+
<field id="security" type="text/html" name="Security" description="Requirement text from a Requirement of type Security."/>
18+
<field id="standards" type="text/html" name="Standards" description="Requirement text from a Requirement of type Standards."/>
19+
<field id="allocated_functions" type="text/html" name="Allocated functions" description="Grouped links for allocated funtions."/>
20+
<field id="allocated_functional_exchanges" type="text/html" name="Allocated functional exchanges" description="Grouped links for allocated functional exchanges."/>
21+
<field id="exchange_items" type="text/html" name="Exchange items" description="Grouped links for exchange items."/>
22+
<field id="involved_activities" type="text/html" name="Involved activities" description="Grouped links for involved activities."/>
23+
<field id="involved_entities" type="text/html" name="Involved entities" description="Grouped links for involved entities."/>
24+
<field id="diagram_elements" type="text/html" name="Diagram elements" description="Grouped links for diagram elements."/>
25+
<field id="state_machines" type="text/html" name="State machines" description="Grouped links for state machines."/>
26+
<field id="parent" type="text/html" name="Parent" description="Grouped links for parent."/>
27+
<field id="allocated_functions_reverse" type="text/html" name="Allocated as a function by" description="Grouped links backlinks for allocated functions."/>
28+
<field id="allocated_functional_exchanges_reverse" type="text/html" name="Allocated as a functional Exchange by" description="Grouped links backlinks for allocated functional exchanges."/>
29+
<field id="exchange_items_reverse" type="text/html" name="Exchange item in" description="Grouped links backlinks for exchange items."/>
30+
<field id="involved_activities_reverse" type="text/html" name="Involved as an activity by" description="Grouped links backlinks for involved activities."/>
31+
<field id="involved_entities_reverse" type="text/html" name="Involved by" description="Grouped links backlinks for involved entities."/>
32+
<field id="diagram_elements_reverse" type="text/html" name="Diagrams" description="Grouped links backlinks for diagram elements."/>
33+
<field id="state_machines_reverse" type="text/html" name="State machine in" description="Grouped links backlinks for state machines."/>
34+
<field id="parent_reverse" type="text/html" name="Children" description="Grouped links backlinks for parent."/>
35+
<field id="constraints" type="text/html" name="Constraints" description="Grouped links for constraints."/>
36+
<field id="output_exchanges" type="text/html" name="Output exchanges" description="Grouped links for output functional exchanges."/>
37+
<field id="input_exchanges" type="text/html" name="Input exchanges" description="Grouped links for input functional exchanges."/>
38+
<field id="activities" type="text/html" name="Activities" description="Grouped links for activities."/>
39+
<field id="outputs" type="text/html" name="Outputs" description="Grouped links for outputs."/>
40+
<field id="inputs" type="text/html" name="Inputs" description="Grouped links for inputs."/>
41+
<field id="description_reference" type="text/html" name="Description references" description="Grouped links for description references."/>
42+
<field id="constraints_reverse" type="text/html" name="Constraints" description="Grouped links backlinks for constraints."/>
43+
<field id="output_exchanges_reverse" type="text/html" name="Output exchange in" description="Grouped links backlinks for output functional exchanges."/>
44+
<field id="input_exchanges_reverse" type="text/html" name="Input exchange in" description="Grouped links backlinks for input functional exchanges."/>
45+
<field id="activities_reverse" type="text/html" name="Activity in" description="Grouped links backlinks for activities."/>
46+
<field id="outputs_reverse" type="text/html" name="Output in" description="Grouped links backlinks for outputs."/>
47+
<field id="inputs_reverse" type="text/html" name="Input in" description="Grouped links backlinks for inputs."/>
48+
<field id="description_reference_reverse" type="text/html" name="Referenced in description by" description="Grouped links backlinks for descriptions references."/>
49+
<field id="scenarios" type="text/html" name="Scenarios" description="Grouped links for scenarios."/>
50+
<field id="scenarios_reverse" type="text/html" name="is Scenario in" description="Grouped links backlinks for scenarios."/>
51+
<field id="context_diagram" type="text/html" name="Context Diagram" description="Context Diagram"/>
52+
<field id="tree_view" type="text/html" name="Tree View Diagram" description="Tree View Diagram"/>
53+
<field id="involved_functions" type="text/html" name="Involved Functions" description="Involved functions on a FunctionalChain"/>
54+
<field id="involved_functions_reverse" type="text/html" name="Involved function in" description="Grouped links backlinks for involved_functions."/>
55+
<field id="involved_links" type="text/html" name="Involved Links" description="Involved exchanges on a FunctionalChain."/>
56+
<field id="involved_links_reverse" type="text/html" name="Involved exchange in" description="Grouped links backlinks for involve"/>
57+
<field id="realized_functions" type="text/html" name="Realized functions" description="Realized functions of a SystemFunction."/>
58+
<field id="realized_functions_reverse" type="text/html" name="Realizing functions" description="Grouped links backlinks for realized functions."/>
59+
</fields>
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<!-- SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
3+
SPDX-License-Identifier: Apache-2.0 -->
4+
<fields>
5+
<field id="uuid_capella" type="string" name="UUID (Capella)" description="Corresponding Capella ID"/>
6+
<field id="checksum" type="string" name="Checksum" description="A checksum-hash of the work item for efficient comparison for the SET Toolchain."/>
7+
<field id="assumption" type="text/html" name="Assumption" description="Requirement text from a Requirement of type Assumption."/>
8+
<field id="availability" type="text/html" name="Availability" description="Requirement text from a Requirement of type Availability."/>
9+
<field id="preCondition" type="text/html" name="Pre Condition" description="Pre Condition."/>
10+
<field id="postCondition" type="text/html" name="Post Condition" description="Post Condition."/>
11+
<field id="computation" type="text/html" name="Computation" description="Requirement text from a Requirement of type Computation."/>
12+
<field id="legal" type="text/html" name="Legal" description="Requirement text from a Requirement of type Legal."/>
13+
<field id="performance" type="text/html" name="Performance" description="Requirement text from a Requirement of type Performance."/>
14+
<field id="rationale" type="text/html" name="Rationale" description="Requirement text from a Requirement of type Rationale."/>
15+
<field id="reliability" type="text/html" name="Reliability" description="Requirement text from a Requirement of type Reliability."/>
16+
<field id="safety" type="text/html" name="Safety" description="Requirement text from a Requirement of type Safety."/>
17+
<field id="security" type="text/html" name="Security" description="Requirement text from a Requirement of type Security."/>
18+
<field id="standards" type="text/html" name="Standards" description="Requirement text from a Requirement of type Standards."/>
19+
<field id="allocated_functions" type="text/html" name="Allocated functions" description="Grouped links for allocated funtions."/>
20+
<field id="allocated_functional_exchanges" type="text/html" name="Allocated functional exchanges" description="Grouped links for allocated functional exchanges."/>
21+
<field id="exchange_items" type="text/html" name="Exchange items" description="Grouped links for exchange items."/>
22+
<field id="involved_activities" type="text/html" name="Involved activities" description="Grouped links for involved activities."/>
23+
<field id="involved_entities" type="text/html" name="Involved entities" description="Grouped links for involved entities."/>
24+
<field id="diagram_elements" type="text/html" name="Diagram elements" description="Grouped links for diagram elements."/>
25+
<field id="state_machines" type="text/html" name="State machines" description="Grouped links for state machines."/>
26+
<field id="parent" type="text/html" name="Parent" description="Grouped links for parent."/>
27+
<field id="allocated_functions_reverse" type="text/html" name="Allocated as a function by" description="Grouped links backlinks for allocated functions."/>
28+
<field id="allocated_functional_exchanges_reverse" type="text/html" name="Allocated as a functional Exchange by" description="Grouped links backlinks for allocated functional exchanges."/>
29+
<field id="exchange_items_reverse" type="text/html" name="Exchange item in" description="Grouped links backlinks for exchange items."/>
30+
<field id="involved_activities_reverse" type="text/html" name="Involved as an activity by" description="Grouped links backlinks for involved activities."/>
31+
<field id="involved_entities_reverse" type="text/html" name="Involved by" description="Grouped links backlinks for involved entities."/>
32+
<field id="diagram_elements_reverse" type="text/html" name="Diagrams" description="Grouped links backlinks for diagram elements."/>
33+
<field id="state_machines_reverse" type="text/html" name="State machine in" description="Grouped links backlinks for state machines."/>
34+
<field id="parent_reverse" type="text/html" name="Children" description="Grouped links backlinks for parent."/>
35+
<field id="constraints" type="text/html" name="Constraints" description="Grouped links for constraints."/>
36+
<field id="output_exchanges" type="text/html" name="Output exchanges" description="Grouped links for output functional exchanges."/>
37+
<field id="input_exchanges" type="text/html" name="Input exchanges" description="Grouped links for input functional exchanges."/>
38+
<field id="activities" type="text/html" name="Activities" description="Grouped links for activities."/>
39+
<field id="outputs" type="text/html" name="Outputs" description="Grouped links for outputs."/>
40+
<field id="inputs" type="text/html" name="Inputs" description="Grouped links for inputs."/>
41+
<field id="description_reference" type="text/html" name="Description references" description="Grouped links for description references."/>
42+
<field id="constraints_reverse" type="text/html" name="Constraints" description="Grouped links backlinks for constraints."/>
43+
<field id="output_exchanges_reverse" type="text/html" name="Output exchange in" description="Grouped links backlinks for output functional exchanges."/>
44+
<field id="input_exchanges_reverse" type="text/html" name="Input exchange in" description="Grouped links backlinks for input functional exchanges."/>
45+
<field id="activities_reverse" type="text/html" name="Activity in" description="Grouped links backlinks for activities."/>
46+
<field id="outputs_reverse" type="text/html" name="Output in" description="Grouped links backlinks for outputs."/>
47+
<field id="inputs_reverse" type="text/html" name="Input in" description="Grouped links backlinks for inputs."/>
48+
<field id="description_reference_reverse" type="text/html" name="Referenced in description by" description="Grouped links backlinks for descriptions references."/>
49+
<field id="scenarios" type="text/html" name="Scenarios" description="Grouped links for scenarios."/>
50+
<field id="scenarios_reverse" type="text/html" name="is Scenario in" description="Grouped links backlinks for scenarios."/>
51+
<field id="context_diagram" type="text/html" name="Context Diagram" description="Context Diagram"/>
52+
<field id="tree_view" type="text/html" name="Tree View Diagram" description="Tree View Diagram"/>
53+
<field id="involved_functions" type="text/html" name="Involved Functions" description="Involved functions on a FunctionalChain"/>
54+
<field id="involved_functions_reverse" type="text/html" name="Involved function in" description="Grouped links backlinks for involved_functions."/>
55+
<field id="involved_links" type="text/html" name="Involved Links" description="Involved exchanges on a FunctionalChain."/>
56+
<field id="involved_links_reverse" type="text/html" name="Involved exchange in" description="Grouped links backlinks for involve"/>
57+
<field id="realized_functions" type="text/html" name="Realized functions" description="Realized functions of a SystemFunction."/>
58+
<field id="realized_functions_reverse" type="text/html" name="Realizing functions" description="Grouped links backlinks for realized functions."/>
59+
</fields>

0 commit comments

Comments
 (0)