Skip to content

Commit 78b96a5

Browse files
authored
Prepare for release of Lyon (#277)
1 parent 41d31d5 commit 78b96a5

24 files changed

+33
-33
lines changed

eiffel-syntax-and-usage/versioning.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
Copyright 2017 Ericsson AB.
2+
Copyright 2017-2021 Ericsson AB and others.
33
For a full list of individual contributors, please see the commit history.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
@@ -27,7 +27,7 @@ That being said, to facilitate compatibility and consistency, the Eiffel protoco
2727
| Edition | Tag | Changes |
2828
| --------- | --------------------------------------------------- | ------------------------------------------------ |
2929
| Arica | _Reserved for future use._ | |
30-
| Lyon | _Reserved for future use._ | |
30+
| Lyon | [edition-lyon](../../../tree/edition-lyon) | Added domainId member to links ([Issue 233](https://github.com/eiffel-community/eiffel/issues/233)), added {mediaType,tags} to data.{liveLogs,persistentLogs} of various event types ([Issue 166](https://github.com/eiffel-community/eiffel/issues/166)), added RUNTIME_ENVIRONMENT as link type for ED ([Issue 258](https://github.com/eiffel-community/eiffel/issues/258)), and added missing validation pattern for links.target of TERCC ([Issue 271](https://github.com/eiffel-community/eiffel/issues/271)). |
3131
| Paris | [edition-paris](../../../tree/edition-paris) | Minor backwards-compatible changes to CD and ArtP (Issues [218](https://github.com/eiffel-community/eiffel/issues/218) and [248](https://github.com/eiffel-community/eiffel/issues/248)). |
3232
| Agen-1 | [edition-agen-1](../../../tree/edition-agen-1) | Maintenance release to solve [Issue 205](https://github.com/eiffel-community/eiffel/issues/205). |
3333
| Agen | [edition-agen](../../../tree/edition-agen) | Introduced [EiffelIssueDefinedEvent](../eiffel-vocabulary/EiffelIssueDefinedEvent.md). Updated meta.security of all event types. Changed from GAV to purl based artifact identification. Introduced automated packaging of schema files for edition tags. Added detailed rules and examples for event type version stepping. |

eiffel-vocabulary/EiffelActivityCanceledEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ __Description:__ The number of the event within the named sequence.
182182
## Version History
183183
| Version | Introduced in | Changes |
184184
| --------- | ------------------------------------------------------ | --------------------------------------- |
185-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
185+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
186186
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
187187
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityCanceledEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
188188
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelActivityFinishedEvent.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ __Description:__ The number of the event within the named sequence.
224224
## Version History
225225
| Version | Introduced in | Changes |
226226
| --------- | ------------------------------------------------------ | --------------------------------------- |
227-
| 3.2.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
228-
| 3.1.0 | Current version | Add `data.persistentLogs.{mediaType,tags}`. |
227+
| 3.2.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
228+
| 3.1.0 | No edition set | Add `data.persistentLogs.{mediaType,tags}`. |
229229
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
230230
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityFinishedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
231231
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelActivityStartedEvent.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ __Description:__ The number of the event within the named sequence.
213213
## Version History
214214
| Version | Introduced in | Changes |
215215
| --------- | ------------------------------------------------------ | --------------------------------------- |
216-
| 4.2.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
217-
| 4.1.0 | Current version | Add `data.liveLogs.{mediaType,tags}`. |
216+
| 4.2.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
217+
| 4.1.0 | No edition set | Add `data.liveLogs.{mediaType,tags}`. |
218218
| 4.0.0 | [edition-agen-1](../../../tree/edition-agen-1) | Bug fix in schema file (see [Issue 205](https://github.com/eiffel-community/eiffel/issues/205)) |
219219
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
220220
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityStartedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |

eiffel-vocabulary/EiffelActivityTriggeredEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ __Description:__ The number of the event within the named sequence.
210210
## Version History
211211
| Version | Introduced in | Changes |
212212
| --------- | ------------------------------------------------------ | --------------------------------------- |
213-
| 4.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
213+
| 4.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
214214
| 4.0.0 | [edition-agen-1](../../../tree/edition-agen-1) | Bug fix in schema file (see [Issue 205](https://github.com/eiffel-community/eiffel/issues/205)) |
215215
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
216216
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelActivityTriggeredEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |

eiffel-vocabulary/EiffelAnnouncementPublishedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ __Description:__ The number of the event within the named sequence.
198198
## Version History
199199
| Version | Introduced in | Changes |
200200
| --------- | ------------------------------------------------------ | --------------------------------------- |
201-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
201+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
202202
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
203203
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelAnnouncementPublishedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
204204
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelArtifactCreatedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ __Description:__ The number of the event within the named sequence.
242242
## Version History
243243
| Version | Introduced in | Changes |
244244
| --------- | ------------------------------------------------------ | --------------------------------------- |
245-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
245+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
246246
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
247247
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelArtifactCreatedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
248248
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelArtifactPublishedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ __Description:__ The number of the event within the named sequence.
202202
## Version History
203203
| Version | Introduced in | Changes |
204204
| --------- | ------------------------------------------------------ | --------------------------------------- |
205-
| 3.2.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
205+
| 3.2.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
206206
| 3.1.0 | [edition-paris](../../../tree/edition-paris) | Added name qualifier for artifact locations (see [Issue 248](https://github.com/eiffel-community/eiffel/issues/248)) |
207207
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
208208
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelArtifactPublishedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |

eiffel-vocabulary/EiffelArtifactReusedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ __Description:__ The number of the event within the named sequence.
186186
## Version History
187187
| Version | Introduced in | Changes |
188188
| --------- | ------------------------------------------------------ | --------------------------------------- |
189-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
189+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
190190
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
191191
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelArtifactReusedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
192192
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelCompositionDefinedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ __Description:__ The number of the event within the named sequence.
195195
## Version History
196196
| Version | Introduced in | Changes |
197197
| --------- | ------------------------------------------------------ | --------------------------------------- |
198-
| 3.2.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
198+
| 3.2.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
199199
| 3.1.0 | [edition-paris](../../../tree/edition-paris) | Added SCC as valid target for ELEMENT links (see [Issue 218](https://github.com/eiffel-community/eiffel/issues/218)) |
200200
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
201201
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelCompositionDefinedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |

eiffel-vocabulary/EiffelConfidenceLevelModifiedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ __Description:__ The number of the event within the named sequence.
228228
## Version History
229229
| Version | Introduced in | Changes |
230230
| --------- | ------------------------------------------------------ | --------------------------------------- |
231-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
231+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
232232
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
233233
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelConfidenceLevelModifiedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
234234
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelEnvironmentDefinedEvent.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ __Description:__ The number of the event within the named sequence.
220220
## Version History
221221
| Version | Introduced in | Changes |
222222
| --------- | ------------------------------------------------------ | --------------------------------------- |
223-
| 3.2.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
224-
| 3.1.0 | Current version | Added RUNTIME_ENVIRONMENT link type. |
223+
| 3.2.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
224+
| 3.1.0 | No edition set | Added RUNTIME_ENVIRONMENT link type. |
225225
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
226226
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelEnvironmentDefinedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
227227
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelFlowContextDefinedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ __Description:__ The number of the event within the named sequence.
198198
## Version History
199199
| Version | Introduced in | Changes |
200200
| --------- | ------------------------------------------------------ | --------------------------------------- |
201-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
201+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
202202
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
203203
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelFlowContextDefinedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
204204
| 1.1.0 | [edition-toulouse](../../../tree/edition-toulouse) | Multiple links of type FLOW_CONTEXT allowed. |

eiffel-vocabulary/EiffelIssueDefinedEvent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ __Description:__ The number of the event within the named sequence.
232232
## Version History
233233
| Version | Introduced in | Changes |
234234
| --------- | ------------------------------------------------------ | --------------------------------------- |
235-
| 3.1.0 | Current version | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
235+
| 3.1.0 | [edition-lyon](../../../tree/edition-lyon) | Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). |
236236
| 3.0.0 | [edition-agen](../../../tree/edition-agen) | Improved information integrity protection | (see [Issue 185](https://github.com/eiffel-community/eiffel/issues/185)) |
237237
| 2.0.0 | [dc5ec6f](../../../blob/dc5ec6fb87e293eeffe88fdafe698eec0f5a2c89/eiffel-vocabulary/EiffelIssueDefinedEvent.md) | Introduced purl identifiers instead of GAVs (see [Issue 182](https://github.com/eiffel-community/eiffel/issues/182)) |
238238
| 1.0.0 | [0706840](../../../blob/070684053ceb1da5fb42d9f0ef21df816961d6bc/eiffel-vocabulary/EiffelIssueDefinedEvent.md) | Initial version |

0 commit comments

Comments
 (0)