Skip to content

Commit 2caec32

Browse files
authored
Change definition of "introduced_in" field in the history tables (#354)
That field has previously only had a well-defined and obvious meaning for event versions that were the latest version in a released edition. To make the files more consistent and easier to maintain we change the field to be the Git tag where the event version was first introduced, or null if the version hasn't been released yet. This also makes the field machine-readable, and we'll render it to a clickable link in the Markdown to the documentation generator.
1 parent 6ee6e4f commit 2caec32

File tree

187 files changed

+840
-842
lines changed

Some content is hidden

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

187 files changed

+840
-842
lines changed

definitions/EiffelActivityCanceledEvent/1.0.0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,7 +95,7 @@ _links:
9595
- EiffelFlowContextDefinedEvent
9696
_history:
9797
- version: 1.0.0
98-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
98+
introduced_in: edition-bordeaux
9999
changes: Initial version.
100100
_examples:
101101
- title: Simple example

definitions/EiffelActivityCanceledEvent/1.1.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,10 +95,10 @@ _links:
9595
- EiffelFlowContextDefinedEvent
9696
_history:
9797
- version: 1.1.0
98-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
98+
introduced_in: edition-toulouse
9999
changes: Multiple links of type FLOW_CONTEXT allowed.
100100
- version: 1.0.0
101-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
101+
introduced_in: edition-bordeaux
102102
changes: Initial version.
103103
_examples:
104104
- title: Simple example

definitions/EiffelActivityCanceledEvent/2.0.0.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,14 +95,14 @@ _links:
9595
- EiffelFlowContextDefinedEvent
9696
_history:
9797
- version: 2.0.0
98-
introduced_in: Current version
98+
introduced_in: edition-agen
9999
changes: Introduced purl identifiers instead of GAVs (see [Issue
100100
182](https://github.com/eiffel-community/eiffel/issues/182))
101101
- version: 1.1.0
102-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
102+
introduced_in: edition-toulouse
103103
changes: Multiple links of type FLOW_CONTEXT allowed.
104104
- version: 1.0.0
105-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
105+
introduced_in: edition-bordeaux
106106
changes: Initial version.
107107
_examples:
108108
- title: Simple example

definitions/EiffelActivityCanceledEvent/3.0.0.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,17 +95,17 @@ _links:
9595
- EiffelFlowContextDefinedEvent
9696
_history:
9797
- version: 3.0.0
98-
introduced_in: '[edition-agen](../../../tree/edition-agen)'
98+
introduced_in: edition-agen
9999
changes: Improved information integrity protection
100100
- version: 2.0.0
101-
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md)'
101+
introduced_in: edition-agen
102102
changes: Introduced purl identifiers instead of GAVs (see [Issue
103103
182](https://github.com/eiffel-community/eiffel/issues/182))
104104
- version: 1.1.0
105-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
105+
introduced_in: edition-toulouse
106106
changes: Multiple links of type FLOW_CONTEXT allowed.
107107
- version: 1.0.0
108-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
108+
introduced_in: edition-bordeaux
109109
changes: Initial version.
110110
_examples:
111111
- title: Simple example

definitions/EiffelActivityCanceledEvent/3.1.0.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,21 +95,21 @@ _links:
9595
- EiffelFlowContextDefinedEvent
9696
_history:
9797
- version: 3.1.0
98-
introduced_in: '[edition-lyon](../../../tree/edition-lyon)'
98+
introduced_in: edition-lyon
9999
changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)).
100100
- version: 3.0.0
101-
introduced_in: '[edition-agen](../../../tree/edition-agen)'
101+
introduced_in: edition-agen
102102
changes: Improved information integrity protection (see [Issue
103103
185](https://github.com/eiffel-community/eiffel/issues/185)).
104104
- version: 2.0.0
105-
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md)'
105+
introduced_in: edition-agen
106106
changes: Introduced purl identifiers instead of GAVs (see [Issue
107107
182](https://github.com/eiffel-community/eiffel/issues/182))
108108
- version: 1.1.0
109-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
109+
introduced_in: edition-toulouse
110110
changes: Multiple links of type FLOW_CONTEXT allowed.
111111
- version: 1.0.0
112-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
112+
introduced_in: edition-bordeaux
113113
changes: Initial version.
114114
_examples:
115115
- title: Simple example

definitions/EiffelActivityCanceledEvent/3.2.0.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -95,24 +95,24 @@ _links:
9595
- EiffelFlowContextDefinedEvent
9696
_history:
9797
- version: 3.2.0
98-
introduced_in: '[edition-arica](../../../tree/edition-arica)'
98+
introduced_in: edition-arica
9999
changes: Add schema URL to the meta object (see [Issue 280](https://github.com/eiffel-community/eiffel/issues/280)).
100100
- version: 3.1.0
101-
introduced_in: '[edition-lyon](../../../tree/edition-lyon)'
101+
introduced_in: edition-lyon
102102
changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)).
103103
- version: 3.0.0
104-
introduced_in: '[edition-agen](../../../tree/edition-agen)'
104+
introduced_in: edition-agen
105105
changes: Improved information integrity protection (see [Issue
106106
185](https://github.com/eiffel-community/eiffel/issues/185)).
107107
- version: 2.0.0
108-
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md)'
108+
introduced_in: edition-agen
109109
changes: Introduced purl identifiers instead of GAVs (see [Issue
110110
182](https://github.com/eiffel-community/eiffel/issues/182))
111111
- version: 1.1.0
112-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
112+
introduced_in: edition-toulouse
113113
changes: Multiple links of type FLOW_CONTEXT allowed.
114114
- version: 1.0.0
115-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
115+
introduced_in: edition-bordeaux
116116
changes: Initial version.
117117
_examples:
118118
- title: Simple example

definitions/EiffelActivityFinishedEvent/1.0.0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -136,7 +136,7 @@ _links:
136136
- EiffelFlowContextDefinedEvent
137137
_history:
138138
- version: 1.0.0
139-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
139+
introduced_in: edition-bordeaux
140140
changes: Initial version.
141141
_examples:
142142
- title: Simple example

definitions/EiffelActivityFinishedEvent/1.1.0.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -136,10 +136,10 @@ _links:
136136
- EiffelFlowContextDefinedEvent
137137
_history:
138138
- version: 1.1.0
139-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
139+
introduced_in: edition-toulouse
140140
changes: Multiple links of type FLOW_CONTEXT allowed.
141141
- version: 1.0.0
142-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
142+
introduced_in: edition-bordeaux
143143
changes: Initial version.
144144
_examples:
145145
- title: Simple example

definitions/EiffelActivityFinishedEvent/2.0.0.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -136,14 +136,14 @@ _links:
136136
- EiffelFlowContextDefinedEvent
137137
_history:
138138
- version: 2.0.0
139-
introduced_in: Current version
139+
introduced_in: edition-agen
140140
changes: Introduced purl identifiers instead of GAVs (see [Issue
141141
182](https://github.com/eiffel-community/eiffel/issues/182))
142142
- version: 1.1.0
143-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
143+
introduced_in: edition-toulouse
144144
changes: Multiple links of type FLOW_CONTEXT allowed.
145145
- version: 1.0.0
146-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
146+
introduced_in: edition-bordeaux
147147
changes: Initial version.
148148
_examples:
149149
- title: Simple example

definitions/EiffelActivityFinishedEvent/3.0.0.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2017-2022 Ericsson AB and others.
1+
# Copyright 2017-2023 Ericsson AB and others.
22
# For a full list of individual contributors, please see the commit history.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -136,17 +136,17 @@ _links:
136136
- EiffelFlowContextDefinedEvent
137137
_history:
138138
- version: 3.0.0
139-
introduced_in: '[edition-agen](../../../tree/edition-agen)'
139+
introduced_in: edition-agen
140140
changes: Improved information integrity protection
141141
- version: 2.0.0
142-
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityFinishedEvent.md)'
142+
introduced_in: edition-agen
143143
changes: Introduced purl identifiers instead of GAVs (see [Issue
144144
182](https://github.com/eiffel-community/eiffel/issues/182))
145145
- version: 1.1.0
146-
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
146+
introduced_in: edition-toulouse
147147
changes: Multiple links of type FLOW_CONTEXT allowed.
148148
- version: 1.0.0
149-
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
149+
introduced_in: edition-bordeaux
150150
changes: Initial version.
151151
_examples:
152152
- title: Simple example

0 commit comments

Comments
 (0)