Skip to content

Commit

Permalink
Change definition of "introduced_in" field in the history tables (#354)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
magnusbaeck committed Jun 29, 2023
1 parent 6ee6e4f commit 2caec32
Show file tree
Hide file tree
Showing 187 changed files with 840 additions and 842 deletions.
4 changes: 2 additions & 2 deletions definitions/EiffelActivityCanceledEvent/1.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -95,7 +95,7 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
6 changes: 3 additions & 3 deletions definitions/EiffelActivityCanceledEvent/1.1.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -95,10 +95,10 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
8 changes: 4 additions & 4 deletions definitions/EiffelActivityCanceledEvent/2.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -95,14 +95,14 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 2.0.0
introduced_in: Current version
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
10 changes: 5 additions & 5 deletions definitions/EiffelActivityCanceledEvent/3.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -95,17 +95,17 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
12 changes: 6 additions & 6 deletions definitions/EiffelActivityCanceledEvent/3.1.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -95,21 +95,21 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.1.0
introduced_in: '[edition-lyon](../../../tree/edition-lyon)'
introduced_in: edition-lyon
changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)).
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection (see [Issue
185](https://github.com/eiffel-community/eiffel/issues/185)).
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
14 changes: 7 additions & 7 deletions definitions/EiffelActivityCanceledEvent/3.2.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -95,24 +95,24 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.2.0
introduced_in: '[edition-arica](../../../tree/edition-arica)'
introduced_in: edition-arica
changes: Add schema URL to the meta object (see [Issue 280](https://github.com/eiffel-community/eiffel/issues/280)).
- version: 3.1.0
introduced_in: '[edition-lyon](../../../tree/edition-lyon)'
introduced_in: edition-lyon
changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)).
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection (see [Issue
185](https://github.com/eiffel-community/eiffel/issues/185)).
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
4 changes: 2 additions & 2 deletions definitions/EiffelActivityFinishedEvent/1.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -136,7 +136,7 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
6 changes: 3 additions & 3 deletions definitions/EiffelActivityFinishedEvent/1.1.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -136,10 +136,10 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
8 changes: 4 additions & 4 deletions definitions/EiffelActivityFinishedEvent/2.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -136,14 +136,14 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 2.0.0
introduced_in: Current version
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
10 changes: 5 additions & 5 deletions definitions/EiffelActivityFinishedEvent/3.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -136,17 +136,17 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityFinishedEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
12 changes: 6 additions & 6 deletions definitions/EiffelActivityFinishedEvent/3.1.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -149,20 +149,20 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.1.0
introduced_in: Current version
introduced_in: edition-lyon
changes: Add `data.persistentLogs.{mediaType,tags}`.
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityFinishedEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
14 changes: 7 additions & 7 deletions definitions/EiffelActivityFinishedEvent/3.2.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -149,24 +149,24 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.2.0
introduced_in: '[edition-lyon](../../../tree/edition-lyon)'
introduced_in: edition-lyon
changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)).
- version: 3.1.0
introduced_in: No edition set
introduced_in: edition-lyon
changes: Add `data.persistentLogs.{mediaType,tags}`.
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection (see [Issue
185](https://github.com/eiffel-community/eiffel/issues/185)).
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityFinishedEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
16 changes: 8 additions & 8 deletions definitions/EiffelActivityFinishedEvent/3.3.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -149,27 +149,27 @@ _links:
- EiffelFlowContextDefinedEvent
_history:
- version: 3.3.0
introduced_in: '[edition-arica](../../../tree/edition-arica)'
introduced_in: edition-arica
changes: Add schema URL to the meta object (see [Issue 280](https://github.com/eiffel-community/eiffel/issues/280)).
- version: 3.2.0
introduced_in: '[edition-lyon](../../../tree/edition-lyon)'
introduced_in: edition-lyon
changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)).
- version: 3.1.0
introduced_in: No edition set
introduced_in: edition-lyon
changes: Add `data.persistentLogs.{mediaType,tags}`.
- version: 3.0.0
introduced_in: '[edition-agen](../../../tree/edition-agen)'
introduced_in: edition-agen
changes: Improved information integrity protection (see [Issue
185](https://github.com/eiffel-community/eiffel/issues/185)).
- version: 2.0.0
introduced_in: '[dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityFinishedEvent.md)'
introduced_in: edition-agen
changes: Introduced purl identifiers instead of GAVs (see [Issue
182](https://github.com/eiffel-community/eiffel/issues/182))
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
4 changes: 2 additions & 2 deletions definitions/EiffelActivityStartedEvent/1.0.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -122,7 +122,7 @@ _links:
- EiffelActivityTriggeredEvent
_history:
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down
6 changes: 3 additions & 3 deletions definitions/EiffelActivityStartedEvent/1.1.0.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2022 Ericsson AB and others.
# Copyright 2017-2023 Ericsson AB and others.
# For a full list of individual contributors, please see the commit history.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -122,10 +122,10 @@ _links:
- EiffelActivityTriggeredEvent
_history:
- version: 1.1.0
introduced_in: '[edition-toulouse](../../../tree/edition-toulouse)'
introduced_in: edition-toulouse
changes: Multiple links of type FLOW_CONTEXT allowed.
- version: 1.0.0
introduced_in: '[edition-bordeaux](../../../tree/edition-bordeaux)'
introduced_in: edition-bordeaux
changes: Initial version.
_examples:
- title: Simple example
Expand Down

0 comments on commit 2caec32

Please sign in to comment.