From da537781f2c8ac8d81f8251e2b2a25f817996f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20B=C3=A4ck?= Date: Thu, 18 Jan 2024 16:39:24 +0100 Subject: [PATCH] Add _name and _version fields to all definition files (#392) Up to now we've been relying on the directory structure and filenames to determine the name and version of a definition file for an event or some other type. There are advantages to this, but also the drawback that it's clunky to work with and that the files always must remain in this structure, i.e. you can't just transfer the contents of a file over some channel or protocol and expect the receiver to be able to make sense of it. The new _name and _version key are introduced in the definition file format and all existing files are updated to include them. We also add a test that makes sure that the contents of those keys matches the path to the file. --- .../EiffelActivityCanceledEvent/1.0.0.yml | 4 ++- .../EiffelActivityCanceledEvent/1.1.0.yml | 4 ++- .../EiffelActivityCanceledEvent/2.0.0.yml | 4 ++- .../EiffelActivityCanceledEvent/3.0.0.yml | 4 ++- .../EiffelActivityCanceledEvent/3.1.0.yml | 4 ++- .../EiffelActivityCanceledEvent/3.2.0.yml | 4 ++- .../EiffelActivityCanceledEvent/4.0.0.yml | 2 ++ .../EiffelActivityFinishedEvent/1.0.0.yml | 4 ++- .../EiffelActivityFinishedEvent/1.1.0.yml | 4 ++- .../EiffelActivityFinishedEvent/2.0.0.yml | 4 ++- .../EiffelActivityFinishedEvent/3.0.0.yml | 4 ++- .../EiffelActivityFinishedEvent/3.1.0.yml | 4 ++- .../EiffelActivityFinishedEvent/3.2.0.yml | 4 ++- .../EiffelActivityFinishedEvent/3.3.0.yml | 4 ++- .../EiffelActivityStartedEvent/1.0.0.yml | 4 ++- .../EiffelActivityStartedEvent/1.1.0.yml | 4 ++- .../EiffelActivityStartedEvent/2.0.0.yml | 4 ++- .../EiffelActivityStartedEvent/3.0.0.yml | 4 ++- .../EiffelActivityStartedEvent/4.0.0.yml | 4 ++- .../EiffelActivityStartedEvent/4.1.0.yml | 4 ++- .../EiffelActivityStartedEvent/4.2.0.yml | 4 ++- .../EiffelActivityStartedEvent/4.3.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/1.0.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/1.1.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/2.0.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/3.0.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/4.0.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/4.1.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/4.2.0.yml | 4 ++- .../EiffelActivityTriggeredEvent/4.3.0.yml | 4 ++- .../1.0.0.yml | 4 ++- .../1.1.0.yml | 4 ++- .../2.0.0.yml | 4 ++- .../3.0.0.yml | 4 ++- .../3.1.0.yml | 4 ++- .../3.2.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/1.0.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/1.1.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/2.0.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/3.0.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/3.1.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/3.2.0.yml | 4 ++- .../EiffelArtifactCreatedEvent/3.3.0.yml | 4 ++- .../EiffelArtifactDeployedEvent/0.1.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/1.0.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/1.1.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/2.0.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/3.0.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/3.1.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/3.2.0.yml | 4 ++- .../EiffelArtifactPublishedEvent/3.3.0.yml | 4 ++- .../EiffelArtifactReusedEvent/1.0.0.yml | 4 ++- .../EiffelArtifactReusedEvent/1.1.0.yml | 4 ++- .../EiffelArtifactReusedEvent/2.0.0.yml | 4 ++- .../EiffelArtifactReusedEvent/3.0.0.yml | 4 ++- .../EiffelArtifactReusedEvent/3.1.0.yml | 4 ++- .../EiffelArtifactReusedEvent/3.2.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/1.0.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/1.1.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/2.0.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/3.0.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/3.1.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/3.2.0.yml | 4 ++- .../EiffelCompositionDefinedEvent/3.3.0.yml | 4 ++- .../1.0.0.yml | 4 ++- .../1.1.0.yml | 4 ++- .../2.0.0.yml | 4 ++- .../3.0.0.yml | 4 ++- .../3.1.0.yml | 4 ++- .../3.2.0.yml | 4 ++- .../3.3.0.yml | 4 ++- .../3.4.0.yml | 4 ++- .../EiffelCustomDataProperty/1.0.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/1.0.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/1.1.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/2.0.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/3.0.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/3.1.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/3.2.0.yml | 4 ++- .../EiffelEnvironmentDefinedEvent/3.3.0.yml | 4 ++- definitions/EiffelEventLink/1.0.0.yml | 4 ++- definitions/EiffelEventLink/1.0.1.yml | 4 ++- definitions/EiffelEventLink/1.1.0.yml | 4 ++- definitions/EiffelEventLink/1.1.1.yml | 4 ++- .../EiffelFlowContextDefinedEvent/1.0.0.yml | 4 ++- .../EiffelFlowContextDefinedEvent/1.1.0.yml | 4 ++- .../EiffelFlowContextDefinedEvent/2.0.0.yml | 4 ++- .../EiffelFlowContextDefinedEvent/3.0.0.yml | 4 ++- .../EiffelFlowContextDefinedEvent/3.1.0.yml | 4 ++- .../EiffelFlowContextDefinedEvent/3.2.0.yml | 4 ++- definitions/EiffelIssueDefinedEvent/1.0.0.yml | 4 ++- definitions/EiffelIssueDefinedEvent/2.0.0.yml | 4 ++- definitions/EiffelIssueDefinedEvent/3.0.0.yml | 4 ++- definitions/EiffelIssueDefinedEvent/3.1.0.yml | 4 ++- definitions/EiffelIssueDefinedEvent/3.2.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/1.0.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/1.1.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/2.0.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/3.0.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/4.0.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/4.1.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/4.2.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/4.3.0.yml | 4 ++- .../EiffelIssueVerifiedEvent/4.3.1.yml | 4 ++- definitions/EiffelMetaProperty/1.0.0.yml | 4 ++- definitions/EiffelMetaProperty/2.0.0.yml | 4 ++- definitions/EiffelMetaProperty/3.0.0.yml | 4 ++- definitions/EiffelMetaProperty/3.1.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/1.0.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/1.1.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/2.0.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/3.0.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/4.0.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/4.1.0.yml | 4 ++- .../EiffelSourceChangeCreatedEvent/4.2.0.yml | 4 ++- .../1.0.0.yml | 4 ++- .../1.1.0.yml | 4 ++- .../2.0.0.yml | 4 ++- .../3.0.0.yml | 4 ++- .../3.1.0.yml | 4 ++- .../3.2.0.yml | 4 ++- .../EiffelTestCaseCanceledEvent/1.0.0.yml | 4 ++- .../EiffelTestCaseCanceledEvent/1.1.0.yml | 4 ++- .../EiffelTestCaseCanceledEvent/2.0.0.yml | 4 ++- .../EiffelTestCaseCanceledEvent/3.0.0.yml | 4 ++- .../EiffelTestCaseCanceledEvent/3.1.0.yml | 4 ++- .../EiffelTestCaseCanceledEvent/3.2.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/1.0.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/1.0.1.yml | 4 ++- .../EiffelTestCaseFinishedEvent/1.1.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/2.0.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/3.0.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/3.1.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/3.2.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/3.3.0.yml | 4 ++- .../EiffelTestCaseFinishedEvent/3.3.1.yml | 4 ++- .../EiffelTestCaseStartedEvent/1.0.0.yml | 4 ++- .../EiffelTestCaseStartedEvent/1.1.0.yml | 4 ++- .../EiffelTestCaseStartedEvent/2.0.0.yml | 4 ++- .../EiffelTestCaseStartedEvent/3.0.0.yml | 4 ++- .../EiffelTestCaseStartedEvent/3.1.0.yml | 4 ++- .../EiffelTestCaseStartedEvent/3.2.0.yml | 4 ++- .../EiffelTestCaseStartedEvent/3.3.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/1.0.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/1.1.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/2.0.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.0.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.1.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.2.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.3.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.4.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.5.0.yml | 4 ++- .../EiffelTestCaseTriggeredEvent/3.5.1.yml | 4 ++- .../1.0.0.yml | 4 ++- .../2.0.0.yml | 4 ++- .../2.1.0.yml | 4 ++- .../3.0.0.yml | 4 ++- .../4.0.0.yml | 4 ++- .../4.1.0.yml | 4 ++- .../4.1.1.yml | 4 ++- .../4.2.0.yml | 4 ++- .../4.3.0.yml | 4 ++- .../4.3.1.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/1.0.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/1.1.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/2.0.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/3.0.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/3.1.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/3.2.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/3.3.0.yml | 4 ++- .../EiffelTestSuiteFinishedEvent/3.3.1.yml | 4 ++- .../EiffelTestSuiteStartedEvent/1.0.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/1.1.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/2.0.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/3.0.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/3.1.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/3.2.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/3.3.0.yml | 4 ++- .../EiffelTestSuiteStartedEvent/3.4.0.yml | 4 ++- eiffel-syntax-and-usage/event-schemas.md | 6 ++++- generate_docs.py | 8 +++--- generate_schemas.py | 10 +++---- test_definitions.py | 26 ++++++++++++++++--- 183 files changed, 572 insertions(+), 192 deletions(-) diff --git a/definitions/EiffelActivityCanceledEvent/1.0.0.yml b/definitions/EiffelActivityCanceledEvent/1.0.0.yml index 3bc9fbbc..60b48c96 100644 --- a/definitions/EiffelActivityCanceledEvent/1.0.0.yml +++ b/definitions/EiffelActivityCanceledEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 1.0.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityCanceledEvent/1.1.0.yml b/definitions/EiffelActivityCanceledEvent/1.1.0.yml index 5e025367..486e7edd 100644 --- a/definitions/EiffelActivityCanceledEvent/1.1.0.yml +++ b/definitions/EiffelActivityCanceledEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 1.1.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityCanceledEvent/2.0.0.yml b/definitions/EiffelActivityCanceledEvent/2.0.0.yml index a1b10ee3..90fb11c7 100644 --- a/definitions/EiffelActivityCanceledEvent/2.0.0.yml +++ b/definitions/EiffelActivityCanceledEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 2.0.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityCanceledEvent/3.0.0.yml b/definitions/EiffelActivityCanceledEvent/3.0.0.yml index 1e0e9304..5fbfee41 100644 --- a/definitions/EiffelActivityCanceledEvent/3.0.0.yml +++ b/definitions/EiffelActivityCanceledEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 3.0.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityCanceledEvent/3.1.0.yml b/definitions/EiffelActivityCanceledEvent/3.1.0.yml index f6ab2bce..0ccdde33 100644 --- a/definitions/EiffelActivityCanceledEvent/3.1.0.yml +++ b/definitions/EiffelActivityCanceledEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 3.1.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityCanceledEvent/3.2.0.yml b/definitions/EiffelActivityCanceledEvent/3.2.0.yml index a94fd492..4912281a 100644 --- a/definitions/EiffelActivityCanceledEvent/3.2.0.yml +++ b/definitions/EiffelActivityCanceledEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 3.2.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityCanceledEvent/4.0.0.yml b/definitions/EiffelActivityCanceledEvent/4.0.0.yml index 3d64f086..25f30431 100644 --- a/definitions/EiffelActivityCanceledEvent/4.0.0.yml +++ b/definitions/EiffelActivityCanceledEvent/4.0.0.yml @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityCanceledEvent +_version: 4.0.0 _abbrev: ActC _description: The EiffelActivityCanceledEvent signals that a previously triggered activity execution has been canceled _before it has started_. diff --git a/definitions/EiffelActivityFinishedEvent/1.0.0.yml b/definitions/EiffelActivityFinishedEvent/1.0.0.yml index c564a251..b44ee5ea 100644 --- a/definitions/EiffelActivityFinishedEvent/1.0.0.yml +++ b/definitions/EiffelActivityFinishedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 1.0.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityFinishedEvent/1.1.0.yml b/definitions/EiffelActivityFinishedEvent/1.1.0.yml index d3b434e4..c95ac1c4 100644 --- a/definitions/EiffelActivityFinishedEvent/1.1.0.yml +++ b/definitions/EiffelActivityFinishedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 1.1.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityFinishedEvent/2.0.0.yml b/definitions/EiffelActivityFinishedEvent/2.0.0.yml index fc693743..7e78f4c0 100644 --- a/definitions/EiffelActivityFinishedEvent/2.0.0.yml +++ b/definitions/EiffelActivityFinishedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 2.0.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityFinishedEvent/3.0.0.yml b/definitions/EiffelActivityFinishedEvent/3.0.0.yml index 152076e8..05c8bd6d 100644 --- a/definitions/EiffelActivityFinishedEvent/3.0.0.yml +++ b/definitions/EiffelActivityFinishedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 3.0.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityFinishedEvent/3.1.0.yml b/definitions/EiffelActivityFinishedEvent/3.1.0.yml index 279bb4c4..10c783dc 100644 --- a/definitions/EiffelActivityFinishedEvent/3.1.0.yml +++ b/definitions/EiffelActivityFinishedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 3.1.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityFinishedEvent/3.2.0.yml b/definitions/EiffelActivityFinishedEvent/3.2.0.yml index 4bb8d8f5..e7fea65b 100644 --- a/definitions/EiffelActivityFinishedEvent/3.2.0.yml +++ b/definitions/EiffelActivityFinishedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 3.2.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityFinishedEvent/3.3.0.yml b/definitions/EiffelActivityFinishedEvent/3.3.0.yml index 650b7f5d..a5b28ffc 100644 --- a/definitions/EiffelActivityFinishedEvent/3.3.0.yml +++ b/definitions/EiffelActivityFinishedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityFinishedEvent +_version: 3.3.0 _abbrev: ActF _description: The EiffelActivityFinishedEvent declares that a previously started activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md) diff --git a/definitions/EiffelActivityStartedEvent/1.0.0.yml b/definitions/EiffelActivityStartedEvent/1.0.0.yml index 092e2c3a..1afbe3ce 100644 --- a/definitions/EiffelActivityStartedEvent/1.0.0.yml +++ b/definitions/EiffelActivityStartedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 1.0.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/1.1.0.yml b/definitions/EiffelActivityStartedEvent/1.1.0.yml index a36d72fb..fd0e77b7 100644 --- a/definitions/EiffelActivityStartedEvent/1.1.0.yml +++ b/definitions/EiffelActivityStartedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 1.1.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/2.0.0.yml b/definitions/EiffelActivityStartedEvent/2.0.0.yml index ef15f06a..0b9cbbdb 100644 --- a/definitions/EiffelActivityStartedEvent/2.0.0.yml +++ b/definitions/EiffelActivityStartedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 2.0.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/3.0.0.yml b/definitions/EiffelActivityStartedEvent/3.0.0.yml index 1342298b..a28985fc 100644 --- a/definitions/EiffelActivityStartedEvent/3.0.0.yml +++ b/definitions/EiffelActivityStartedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 3.0.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/4.0.0.yml b/definitions/EiffelActivityStartedEvent/4.0.0.yml index 4dd55567..e8eb7738 100644 --- a/definitions/EiffelActivityStartedEvent/4.0.0.yml +++ b/definitions/EiffelActivityStartedEvent/4.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 4.0.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/4.1.0.yml b/definitions/EiffelActivityStartedEvent/4.1.0.yml index f29b1ee1..68720430 100644 --- a/definitions/EiffelActivityStartedEvent/4.1.0.yml +++ b/definitions/EiffelActivityStartedEvent/4.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 4.1.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/4.2.0.yml b/definitions/EiffelActivityStartedEvent/4.2.0.yml index 808b4e8a..ef5ba320 100644 --- a/definitions/EiffelActivityStartedEvent/4.2.0.yml +++ b/definitions/EiffelActivityStartedEvent/4.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 4.2.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityStartedEvent/4.3.0.yml b/definitions/EiffelActivityStartedEvent/4.3.0.yml index f301df3f..815a162a 100644 --- a/definitions/EiffelActivityStartedEvent/4.3.0.yml +++ b/definitions/EiffelActivityStartedEvent/4.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityStartedEvent +_version: 4.3.0 _abbrev: ActS _description: The EiffelActivityStartedEvent declares that a previously triggered activity (declared by [EiffelActivityTriggeredEvent](./EiffelActivityTriggeredEvent.md)) diff --git a/definitions/EiffelActivityTriggeredEvent/1.0.0.yml b/definitions/EiffelActivityTriggeredEvent/1.0.0.yml index 03b9ca51..48d7e40f 100644 --- a/definitions/EiffelActivityTriggeredEvent/1.0.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 1.0.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/1.1.0.yml b/definitions/EiffelActivityTriggeredEvent/1.1.0.yml index c55e78eb..89cc47c6 100644 --- a/definitions/EiffelActivityTriggeredEvent/1.1.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 1.1.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/2.0.0.yml b/definitions/EiffelActivityTriggeredEvent/2.0.0.yml index a948b7a3..5a32e85d 100644 --- a/definitions/EiffelActivityTriggeredEvent/2.0.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 2.0.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/3.0.0.yml b/definitions/EiffelActivityTriggeredEvent/3.0.0.yml index 4b782216..5e195f44 100644 --- a/definitions/EiffelActivityTriggeredEvent/3.0.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 3.0.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/4.0.0.yml b/definitions/EiffelActivityTriggeredEvent/4.0.0.yml index c094b828..9d833932 100644 --- a/definitions/EiffelActivityTriggeredEvent/4.0.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/4.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 4.0.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/4.1.0.yml b/definitions/EiffelActivityTriggeredEvent/4.1.0.yml index ae568c09..25030257 100644 --- a/definitions/EiffelActivityTriggeredEvent/4.1.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/4.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 4.1.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/4.2.0.yml b/definitions/EiffelActivityTriggeredEvent/4.2.0.yml index 8c75c5df..d8b09d77 100644 --- a/definitions/EiffelActivityTriggeredEvent/4.2.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/4.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 4.2.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelActivityTriggeredEvent/4.3.0.yml b/definitions/EiffelActivityTriggeredEvent/4.3.0.yml index d3e95d6e..7fb0c031 100644 --- a/definitions/EiffelActivityTriggeredEvent/4.3.0.yml +++ b/definitions/EiffelActivityTriggeredEvent/4.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelActivityTriggeredEvent +_version: 4.3.0 _abbrev: ActT _description: |- The EiffelActivityTriggeredEvent declares that a certain activity - typically a build, test or analysis activity - has been triggered by some factor. Note that this is crucially different from the activity execution having _started_ (as declared by [EiffelActivityStartedEvent](./EiffelActivityStartedEvent.md)). diff --git a/definitions/EiffelAnnouncementPublishedEvent/1.0.0.yml b/definitions/EiffelAnnouncementPublishedEvent/1.0.0.yml index e40874b5..292e8165 100644 --- a/definitions/EiffelAnnouncementPublishedEvent/1.0.0.yml +++ b/definitions/EiffelAnnouncementPublishedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelAnnouncementPublishedEvent +_version: 1.0.0 _abbrev: AnnP _description: The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate diff --git a/definitions/EiffelAnnouncementPublishedEvent/1.1.0.yml b/definitions/EiffelAnnouncementPublishedEvent/1.1.0.yml index 78dfa257..c74e7944 100644 --- a/definitions/EiffelAnnouncementPublishedEvent/1.1.0.yml +++ b/definitions/EiffelAnnouncementPublishedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelAnnouncementPublishedEvent +_version: 1.1.0 _abbrev: AnnP _description: The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate diff --git a/definitions/EiffelAnnouncementPublishedEvent/2.0.0.yml b/definitions/EiffelAnnouncementPublishedEvent/2.0.0.yml index 179e1161..6549b065 100644 --- a/definitions/EiffelAnnouncementPublishedEvent/2.0.0.yml +++ b/definitions/EiffelAnnouncementPublishedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelAnnouncementPublishedEvent +_version: 2.0.0 _abbrev: AnnP _description: The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate diff --git a/definitions/EiffelAnnouncementPublishedEvent/3.0.0.yml b/definitions/EiffelAnnouncementPublishedEvent/3.0.0.yml index a93705b6..69bc34ab 100644 --- a/definitions/EiffelAnnouncementPublishedEvent/3.0.0.yml +++ b/definitions/EiffelAnnouncementPublishedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelAnnouncementPublishedEvent +_version: 3.0.0 _abbrev: AnnP _description: The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate diff --git a/definitions/EiffelAnnouncementPublishedEvent/3.1.0.yml b/definitions/EiffelAnnouncementPublishedEvent/3.1.0.yml index 1905632c..f9f1ba72 100644 --- a/definitions/EiffelAnnouncementPublishedEvent/3.1.0.yml +++ b/definitions/EiffelAnnouncementPublishedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelAnnouncementPublishedEvent +_version: 3.1.0 _abbrev: AnnP _description: The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate diff --git a/definitions/EiffelAnnouncementPublishedEvent/3.2.0.yml b/definitions/EiffelAnnouncementPublishedEvent/3.2.0.yml index 7c902e3d..7f52d224 100644 --- a/definitions/EiffelAnnouncementPublishedEvent/3.2.0.yml +++ b/definitions/EiffelAnnouncementPublishedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelAnnouncementPublishedEvent +_version: 3.2.0 _abbrev: AnnP _description: The EiffelAnnouncementPublishedEvent represents an announcement, technically regarding any topic but typically used to communicate diff --git a/definitions/EiffelArtifactCreatedEvent/1.0.0.yml b/definitions/EiffelArtifactCreatedEvent/1.0.0.yml index 24926d46..c1e93e56 100644 --- a/definitions/EiffelArtifactCreatedEvent/1.0.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 1.0.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactCreatedEvent/1.1.0.yml b/definitions/EiffelArtifactCreatedEvent/1.1.0.yml index df6a56a6..dd36dffb 100644 --- a/definitions/EiffelArtifactCreatedEvent/1.1.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 1.1.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactCreatedEvent/2.0.0.yml b/definitions/EiffelArtifactCreatedEvent/2.0.0.yml index 8df3b5f6..79892536 100644 --- a/definitions/EiffelArtifactCreatedEvent/2.0.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 2.0.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactCreatedEvent/3.0.0.yml b/definitions/EiffelArtifactCreatedEvent/3.0.0.yml index 8fb1b4fb..3ba1c94f 100644 --- a/definitions/EiffelArtifactCreatedEvent/3.0.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 3.0.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactCreatedEvent/3.1.0.yml b/definitions/EiffelArtifactCreatedEvent/3.1.0.yml index 08fda352..958af5a9 100644 --- a/definitions/EiffelArtifactCreatedEvent/3.1.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 3.1.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactCreatedEvent/3.2.0.yml b/definitions/EiffelArtifactCreatedEvent/3.2.0.yml index cd6c5e2b..57961605 100644 --- a/definitions/EiffelArtifactCreatedEvent/3.2.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 3.2.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactCreatedEvent/3.3.0.yml b/definitions/EiffelArtifactCreatedEvent/3.3.0.yml index 7287c307..737a8d49 100644 --- a/definitions/EiffelArtifactCreatedEvent/3.3.0.yml +++ b/definitions/EiffelArtifactCreatedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactCreatedEvent +_version: 3.3.0 _abbrev: ArtC _description: The EiffelArtifactCreatedEvent declares that a software artifact has been created, what its coordinates are, what it contains diff --git a/definitions/EiffelArtifactDeployedEvent/0.1.0.yml b/definitions/EiffelArtifactDeployedEvent/0.1.0.yml index 4d45b292..d28736b6 100644 --- a/definitions/EiffelArtifactDeployedEvent/0.1.0.yml +++ b/definitions/EiffelArtifactDeployedEvent/0.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2022 Axis Communications AB. +# Copyright 2022-2024 Axis Communications AB. # For a full list of individual contributors, please see the commit history. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactDeployedEvent +_version: 0.1.0 _abbrev: ArtD _description: The EiffelArtifactDeployedEvent states that a software artifact had been deployed into a specified environment or that the configuration of the artifact has been changed. diff --git a/definitions/EiffelArtifactPublishedEvent/1.0.0.yml b/definitions/EiffelArtifactPublishedEvent/1.0.0.yml index 71e7e64e..41ba4ab4 100644 --- a/definitions/EiffelArtifactPublishedEvent/1.0.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 1.0.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactPublishedEvent/1.1.0.yml b/definitions/EiffelArtifactPublishedEvent/1.1.0.yml index 78f65819..3ad31bc5 100644 --- a/definitions/EiffelArtifactPublishedEvent/1.1.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 1.1.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactPublishedEvent/2.0.0.yml b/definitions/EiffelArtifactPublishedEvent/2.0.0.yml index bbcf5247..2095f3d4 100644 --- a/definitions/EiffelArtifactPublishedEvent/2.0.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 2.0.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactPublishedEvent/3.0.0.yml b/definitions/EiffelArtifactPublishedEvent/3.0.0.yml index d831420c..e832a82a 100644 --- a/definitions/EiffelArtifactPublishedEvent/3.0.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 3.0.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactPublishedEvent/3.1.0.yml b/definitions/EiffelArtifactPublishedEvent/3.1.0.yml index 08336123..c7b90fef 100644 --- a/definitions/EiffelArtifactPublishedEvent/3.1.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 3.1.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactPublishedEvent/3.2.0.yml b/definitions/EiffelArtifactPublishedEvent/3.2.0.yml index c4c3d31d..59fef9f1 100644 --- a/definitions/EiffelArtifactPublishedEvent/3.2.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 3.2.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactPublishedEvent/3.3.0.yml b/definitions/EiffelArtifactPublishedEvent/3.3.0.yml index abff2e76..77f15e57 100644 --- a/definitions/EiffelArtifactPublishedEvent/3.3.0.yml +++ b/definitions/EiffelArtifactPublishedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactPublishedEvent +_version: 3.3.0 _abbrev: ArtP _description: The EiffelArtifactPublishedEvent declares that a software artifact (declared by [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md)) diff --git a/definitions/EiffelArtifactReusedEvent/1.0.0.yml b/definitions/EiffelArtifactReusedEvent/1.0.0.yml index d9e64985..bcf050c3 100644 --- a/definitions/EiffelArtifactReusedEvent/1.0.0.yml +++ b/definitions/EiffelArtifactReusedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactReusedEvent +_version: 1.0.0 _abbrev: ArtR _description: |- The EiffelArtifactReusedEvent declares that an identified [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md) has been _reused_ for an identified [EiffelCompositionDefinedEvent](./EiffelCompositionDefinedEvent.md). This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the [Build Avoidance Usage Example](../usage-examples/build-avoidance.md) for more information). diff --git a/definitions/EiffelArtifactReusedEvent/1.1.0.yml b/definitions/EiffelArtifactReusedEvent/1.1.0.yml index 2abb82f6..20e97f45 100644 --- a/definitions/EiffelArtifactReusedEvent/1.1.0.yml +++ b/definitions/EiffelArtifactReusedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactReusedEvent +_version: 1.1.0 _abbrev: ArtR _description: |- The EiffelArtifactReusedEvent declares that an identified [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md) has been _reused_ for an identified [EiffelCompositionDefinedEvent](./EiffelCompositionDefinedEvent.md). This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the [Build Avoidance Usage Example](../usage-examples/build-avoidance.md) for more information). diff --git a/definitions/EiffelArtifactReusedEvent/2.0.0.yml b/definitions/EiffelArtifactReusedEvent/2.0.0.yml index 6b15dba6..84ae48c6 100644 --- a/definitions/EiffelArtifactReusedEvent/2.0.0.yml +++ b/definitions/EiffelArtifactReusedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactReusedEvent +_version: 2.0.0 _abbrev: ArtR _description: |- The EiffelArtifactReusedEvent declares that an identified [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md) has been _reused_ for an identified [EiffelCompositionDefinedEvent](./EiffelCompositionDefinedEvent.md). This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the [Build Avoidance Usage Example](../usage-examples/build-avoidance.md) for more information). diff --git a/definitions/EiffelArtifactReusedEvent/3.0.0.yml b/definitions/EiffelArtifactReusedEvent/3.0.0.yml index 0a978467..30470471 100644 --- a/definitions/EiffelArtifactReusedEvent/3.0.0.yml +++ b/definitions/EiffelArtifactReusedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactReusedEvent +_version: 3.0.0 _abbrev: ArtR _description: |- The EiffelArtifactReusedEvent declares that an identified [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md) has been _reused_ for an identified [EiffelCompositionDefinedEvent](./EiffelCompositionDefinedEvent.md). This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the [Build Avoidance Usage Example](../usage-examples/build-avoidance.md) for more information). diff --git a/definitions/EiffelArtifactReusedEvent/3.1.0.yml b/definitions/EiffelArtifactReusedEvent/3.1.0.yml index affed04c..a457706b 100644 --- a/definitions/EiffelArtifactReusedEvent/3.1.0.yml +++ b/definitions/EiffelArtifactReusedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactReusedEvent +_version: 3.1.0 _abbrev: ArtR _description: |- The EiffelArtifactReusedEvent declares that an identified [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md) has been _reused_ for an identified [EiffelCompositionDefinedEvent](./EiffelCompositionDefinedEvent.md). This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the [Build Avoidance Usage Example](../usage-examples/build-avoidance.md) for more information). diff --git a/definitions/EiffelArtifactReusedEvent/3.2.0.yml b/definitions/EiffelArtifactReusedEvent/3.2.0.yml index 4ef2b35c..4e63afbc 100644 --- a/definitions/EiffelArtifactReusedEvent/3.2.0.yml +++ b/definitions/EiffelArtifactReusedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelArtifactReusedEvent +_version: 3.2.0 _abbrev: ArtR _description: |- The EiffelArtifactReusedEvent declares that an identified [EiffelArtifactCreatedEvent](./EiffelArtifactCreatedEvent.md) has been _reused_ for an identified [EiffelCompositionDefinedEvent](./EiffelCompositionDefinedEvent.md). This means that it is logically equivalent to an artifact that would have been built from that composition, and can be used for build avoidance (see the [Build Avoidance Usage Example](../usage-examples/build-avoidance.md) for more information). diff --git a/definitions/EiffelCompositionDefinedEvent/1.0.0.yml b/definitions/EiffelCompositionDefinedEvent/1.0.0.yml index 439a0c0a..db6b115c 100644 --- a/definitions/EiffelCompositionDefinedEvent/1.0.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 1.0.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelCompositionDefinedEvent/1.1.0.yml b/definitions/EiffelCompositionDefinedEvent/1.1.0.yml index d5677216..85b32bfb 100644 --- a/definitions/EiffelCompositionDefinedEvent/1.1.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 1.1.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelCompositionDefinedEvent/2.0.0.yml b/definitions/EiffelCompositionDefinedEvent/2.0.0.yml index 37b777ea..ab956c31 100644 --- a/definitions/EiffelCompositionDefinedEvent/2.0.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 2.0.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelCompositionDefinedEvent/3.0.0.yml b/definitions/EiffelCompositionDefinedEvent/3.0.0.yml index 8a6d9fc2..06fe0518 100644 --- a/definitions/EiffelCompositionDefinedEvent/3.0.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 3.0.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelCompositionDefinedEvent/3.1.0.yml b/definitions/EiffelCompositionDefinedEvent/3.1.0.yml index b11e17cc..b44310e7 100644 --- a/definitions/EiffelCompositionDefinedEvent/3.1.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 3.1.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelCompositionDefinedEvent/3.2.0.yml b/definitions/EiffelCompositionDefinedEvent/3.2.0.yml index cde40f2b..cacce6c1 100644 --- a/definitions/EiffelCompositionDefinedEvent/3.2.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 3.2.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelCompositionDefinedEvent/3.3.0.yml b/definitions/EiffelCompositionDefinedEvent/3.3.0.yml index 944cb296..dc29a608 100644 --- a/definitions/EiffelCompositionDefinedEvent/3.3.0.yml +++ b/definitions/EiffelCompositionDefinedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCompositionDefinedEvent +_version: 3.3.0 _abbrev: CD _description: The EiffelCompositionDefinedEvent declares a composition of items (artifacts, sources and other compositions) has been defined, diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/1.0.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/1.0.0.yml index 6bbec72e..97993279 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/1.0.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 1.0.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria. This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/1.1.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/1.1.0.yml index 006a340b..7ffae6da 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/1.1.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 1.1.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/2.0.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/2.0.0.yml index f9c70016..b63c8dfa 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/2.0.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 2.0.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/3.0.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/3.0.0.yml index b38f9073..46c5e951 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/3.0.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 3.0.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/3.1.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/3.1.0.yml index 7b3ff0ca..69132bd0 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/3.1.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 3.1.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/3.2.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/3.2.0.yml index b1f5237f..fadaf9d9 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/3.2.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 3.2.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/3.3.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/3.3.0.yml index e1af5b6b..7925e1de 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/3.3.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 3.3.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelConfidenceLevelModifiedEvent/3.4.0.yml b/definitions/EiffelConfidenceLevelModifiedEvent/3.4.0.yml index e99dbf4c..6e75eae8 100644 --- a/definitions/EiffelConfidenceLevelModifiedEvent/3.4.0.yml +++ b/definitions/EiffelConfidenceLevelModifiedEvent/3.4.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelConfidenceLevelModifiedEvent +_version: 3.4.0 _abbrev: CLM _description: |- The EiffelConfidenceLevelModifiedEvent declares that an entity has achieved (or failed to achieve) a certain level of confidence, or in a broader sense to annotate it as being applicable or relevant to a certain case (e.g. fit for release to a certain customer segment or having passed certain criteria). This is particularly useful for promoting various engineering artifacts, such as product revisions, through the continuous integration and delivery pipeline. diff --git a/definitions/EiffelCustomDataProperty/1.0.0.yml b/definitions/EiffelCustomDataProperty/1.0.0.yml index 9f2049d6..b9866d39 100644 --- a/definitions/EiffelCustomDataProperty/1.0.0.yml +++ b/definitions/EiffelCustomDataProperty/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelCustomDataProperty +_version: 1.0.0 type: object properties: key: diff --git a/definitions/EiffelEnvironmentDefinedEvent/1.0.0.yml b/definitions/EiffelEnvironmentDefinedEvent/1.0.0.yml index 9bc54ced..35bd2cbc 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/1.0.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 1.0.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEnvironmentDefinedEvent/1.1.0.yml b/definitions/EiffelEnvironmentDefinedEvent/1.1.0.yml index 5a27a8bc..8aa864a0 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/1.1.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 1.1.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEnvironmentDefinedEvent/2.0.0.yml b/definitions/EiffelEnvironmentDefinedEvent/2.0.0.yml index d3974ac2..5d1d9955 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/2.0.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 2.0.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEnvironmentDefinedEvent/3.0.0.yml b/definitions/EiffelEnvironmentDefinedEvent/3.0.0.yml index d22e62aa..42a7ad06 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/3.0.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 3.0.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEnvironmentDefinedEvent/3.1.0.yml b/definitions/EiffelEnvironmentDefinedEvent/3.1.0.yml index b8821ab9..462df5f5 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/3.1.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 3.1.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEnvironmentDefinedEvent/3.2.0.yml b/definitions/EiffelEnvironmentDefinedEvent/3.2.0.yml index 6085aa3e..0ff512a5 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/3.2.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 3.2.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEnvironmentDefinedEvent/3.3.0.yml b/definitions/EiffelEnvironmentDefinedEvent/3.3.0.yml index 8f59d1f0..060963dd 100644 --- a/definitions/EiffelEnvironmentDefinedEvent/3.3.0.yml +++ b/definitions/EiffelEnvironmentDefinedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEnvironmentDefinedEvent +_version: 3.3.0 _abbrev: ED _description: |- The EiffelEnvironmentDefinedEvent declares an environment which may be referenced from other events in order to secure traceability to the conditions under which an artifact was created or a test was executed. Depending on the technology domain, the nature of an environment varies greatly however: it may be a virtual image, a complete mechatronic system of millions of independent parts, or anything in between. Consequently, a concise yet complete and generic syntax for describing any environment is futile. diff --git a/definitions/EiffelEventLink/1.0.0.yml b/definitions/EiffelEventLink/1.0.0.yml index 0454a943..bc9794f5 100644 --- a/definitions/EiffelEventLink/1.0.0.yml +++ b/definitions/EiffelEventLink/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEventLink +_version: 1.0.0 type: object properties: type: diff --git a/definitions/EiffelEventLink/1.0.1.yml b/definitions/EiffelEventLink/1.0.1.yml index bf43c19e..421cb35c 100644 --- a/definitions/EiffelEventLink/1.0.1.yml +++ b/definitions/EiffelEventLink/1.0.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEventLink +_version: 1.0.1 type: object properties: type: diff --git a/definitions/EiffelEventLink/1.1.0.yml b/definitions/EiffelEventLink/1.1.0.yml index 65bf2089..577f5dae 100644 --- a/definitions/EiffelEventLink/1.1.0.yml +++ b/definitions/EiffelEventLink/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEventLink +_version: 1.1.0 type: object properties: type: diff --git a/definitions/EiffelEventLink/1.1.1.yml b/definitions/EiffelEventLink/1.1.1.yml index 761eb28b..af467813 100644 --- a/definitions/EiffelEventLink/1.1.1.yml +++ b/definitions/EiffelEventLink/1.1.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelEventLink +_version: 1.1.1 type: object properties: type: diff --git a/definitions/EiffelFlowContextDefinedEvent/1.0.0.yml b/definitions/EiffelFlowContextDefinedEvent/1.0.0.yml index fbd56b4b..7ebdc015 100644 --- a/definitions/EiffelFlowContextDefinedEvent/1.0.0.yml +++ b/definitions/EiffelFlowContextDefinedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelFlowContextDefinedEvent +_version: 1.0.0 _abbrev: FCD _description: |- The EiffelFlowContextDefined describes the context of other events, answering questions such as "Which project is change part of?" or "Which track does artifact belong to?". In this way it offers a method of classifying and structuring one's continuous integration and delivery system and thereby facilitaring traceability and searchability. diff --git a/definitions/EiffelFlowContextDefinedEvent/1.1.0.yml b/definitions/EiffelFlowContextDefinedEvent/1.1.0.yml index ea4a37e9..366f4a80 100644 --- a/definitions/EiffelFlowContextDefinedEvent/1.1.0.yml +++ b/definitions/EiffelFlowContextDefinedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelFlowContextDefinedEvent +_version: 1.1.0 _abbrev: FCD _description: |- The EiffelFlowContextDefinedEvent describes the context of other events, answering questions such as "Which project is this change part of?" or "Which track does this artifact belong to?". In this way it offers a method of classifying and structuring one's continuous integration and delivery system and thereby facilitating traceability and searchability. diff --git a/definitions/EiffelFlowContextDefinedEvent/2.0.0.yml b/definitions/EiffelFlowContextDefinedEvent/2.0.0.yml index 3a1f11c9..efa7fcba 100644 --- a/definitions/EiffelFlowContextDefinedEvent/2.0.0.yml +++ b/definitions/EiffelFlowContextDefinedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelFlowContextDefinedEvent +_version: 2.0.0 _abbrev: FCD _description: |- The EiffelFlowContextDefinedEvent describes the context of other events, answering questions such as "Which project is this change part of?" or "Which track does this artifact belong to?". In this way it offers a method of classifying and structuring one's continuous integration and delivery system and thereby facilitating traceability and searchability. diff --git a/definitions/EiffelFlowContextDefinedEvent/3.0.0.yml b/definitions/EiffelFlowContextDefinedEvent/3.0.0.yml index 8b7af535..4439dc07 100644 --- a/definitions/EiffelFlowContextDefinedEvent/3.0.0.yml +++ b/definitions/EiffelFlowContextDefinedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelFlowContextDefinedEvent +_version: 3.0.0 _abbrev: FCD _description: |- The EiffelFlowContextDefinedEvent describes the context of other events, answering questions such as "Which project is this change part of?" or "Which track does this artifact belong to?". In this way it offers a method of classifying and structuring one's continuous integration and delivery system and thereby facilitating traceability and searchability. diff --git a/definitions/EiffelFlowContextDefinedEvent/3.1.0.yml b/definitions/EiffelFlowContextDefinedEvent/3.1.0.yml index fc65bad5..f918fe73 100644 --- a/definitions/EiffelFlowContextDefinedEvent/3.1.0.yml +++ b/definitions/EiffelFlowContextDefinedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelFlowContextDefinedEvent +_version: 3.1.0 _abbrev: FCD _description: |- The EiffelFlowContextDefinedEvent describes the context of other events, answering questions such as "Which project is this change part of?" or "Which track does this artifact belong to?". In this way it offers a method of classifying and structuring one's continuous integration and delivery system and thereby facilitating traceability and searchability. diff --git a/definitions/EiffelFlowContextDefinedEvent/3.2.0.yml b/definitions/EiffelFlowContextDefinedEvent/3.2.0.yml index f5a21e9c..1da05f59 100644 --- a/definitions/EiffelFlowContextDefinedEvent/3.2.0.yml +++ b/definitions/EiffelFlowContextDefinedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelFlowContextDefinedEvent +_version: 3.2.0 _abbrev: FCD _description: |- The EiffelFlowContextDefinedEvent describes the context of other events, answering questions such as "Which project is this change part of?" or "Which track does this artifact belong to?". In this way it offers a method of classifying and structuring one's continuous integration and delivery system and thereby facilitating traceability and searchability. diff --git a/definitions/EiffelIssueDefinedEvent/1.0.0.yml b/definitions/EiffelIssueDefinedEvent/1.0.0.yml index 20f6cd35..2fac2558 100644 --- a/definitions/EiffelIssueDefinedEvent/1.0.0.yml +++ b/definitions/EiffelIssueDefinedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueDefinedEvent +_version: 1.0.0 _abbrev: ID _description: The EiffelIssueDefinedEvent declares that an issue has been created in some external issue management software. ID is semantically diff --git a/definitions/EiffelIssueDefinedEvent/2.0.0.yml b/definitions/EiffelIssueDefinedEvent/2.0.0.yml index 35a73642..354db22c 100644 --- a/definitions/EiffelIssueDefinedEvent/2.0.0.yml +++ b/definitions/EiffelIssueDefinedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueDefinedEvent +_version: 2.0.0 _abbrev: ID _description: The EiffelIssueDefinedEvent declares that an issue has been created in some external issue management software. ID is semantically diff --git a/definitions/EiffelIssueDefinedEvent/3.0.0.yml b/definitions/EiffelIssueDefinedEvent/3.0.0.yml index 83813901..2a3e0da7 100644 --- a/definitions/EiffelIssueDefinedEvent/3.0.0.yml +++ b/definitions/EiffelIssueDefinedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueDefinedEvent +_version: 3.0.0 _abbrev: ID _description: The EiffelIssueDefinedEvent declares that an issue has been created in some external issue management software. ID is semantically diff --git a/definitions/EiffelIssueDefinedEvent/3.1.0.yml b/definitions/EiffelIssueDefinedEvent/3.1.0.yml index ae38db74..d38aab5f 100644 --- a/definitions/EiffelIssueDefinedEvent/3.1.0.yml +++ b/definitions/EiffelIssueDefinedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueDefinedEvent +_version: 3.1.0 _abbrev: ID _description: The EiffelIssueDefinedEvent declares that an issue has been created in some external issue management software. ID is semantically diff --git a/definitions/EiffelIssueDefinedEvent/3.2.0.yml b/definitions/EiffelIssueDefinedEvent/3.2.0.yml index b543402a..eb9df2bb 100644 --- a/definitions/EiffelIssueDefinedEvent/3.2.0.yml +++ b/definitions/EiffelIssueDefinedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueDefinedEvent +_version: 3.2.0 _abbrev: ID _description: The EiffelIssueDefinedEvent declares that an issue has been created in some external issue management software. ID is semantically diff --git a/definitions/EiffelIssueVerifiedEvent/1.0.0.yml b/definitions/EiffelIssueVerifiedEvent/1.0.0.yml index a2ee3c87..d2826009 100644 --- a/definitions/EiffelIssueVerifiedEvent/1.0.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 1.0.0 _abbrev: IV _description: The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different diff --git a/definitions/EiffelIssueVerifiedEvent/1.1.0.yml b/definitions/EiffelIssueVerifiedEvent/1.1.0.yml index 1bd3f23a..87bf1231 100644 --- a/definitions/EiffelIssueVerifiedEvent/1.1.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 1.1.0 _abbrev: IV _description: The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different diff --git a/definitions/EiffelIssueVerifiedEvent/2.0.0.yml b/definitions/EiffelIssueVerifiedEvent/2.0.0.yml index ff2e163a..9612b3c2 100644 --- a/definitions/EiffelIssueVerifiedEvent/2.0.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 2.0.0 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelIssueVerifiedEvent/3.0.0.yml b/definitions/EiffelIssueVerifiedEvent/3.0.0.yml index fbdb6311..1656a036 100644 --- a/definitions/EiffelIssueVerifiedEvent/3.0.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 3.0.0 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelIssueVerifiedEvent/4.0.0.yml b/definitions/EiffelIssueVerifiedEvent/4.0.0.yml index 8925312b..d7338fd3 100644 --- a/definitions/EiffelIssueVerifiedEvent/4.0.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/4.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 4.0.0 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelIssueVerifiedEvent/4.1.0.yml b/definitions/EiffelIssueVerifiedEvent/4.1.0.yml index bdfe5e55..7d3f61c3 100644 --- a/definitions/EiffelIssueVerifiedEvent/4.1.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/4.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 4.1.0 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelIssueVerifiedEvent/4.2.0.yml b/definitions/EiffelIssueVerifiedEvent/4.2.0.yml index 306f25b4..6ad1509b 100644 --- a/definitions/EiffelIssueVerifiedEvent/4.2.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/4.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 4.2.0 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelIssueVerifiedEvent/4.3.0.yml b/definitions/EiffelIssueVerifiedEvent/4.3.0.yml index ab3a8913..49cfea5b 100644 --- a/definitions/EiffelIssueVerifiedEvent/4.3.0.yml +++ b/definitions/EiffelIssueVerifiedEvent/4.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 4.3.0 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelIssueVerifiedEvent/4.3.1.yml b/definitions/EiffelIssueVerifiedEvent/4.3.1.yml index a3870933..e9cf57ed 100644 --- a/definitions/EiffelIssueVerifiedEvent/4.3.1.yml +++ b/definitions/EiffelIssueVerifiedEvent/4.3.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelIssueVerifiedEvent +_version: 4.3.1 _abbrev: IV _description: |- The EiffelIssueVerifiedEvent declares that an issue, typically a requirement, has been verified by some means. It is different from [EiffelTestCaseFinishedEvent](./EiffelTestCaseFinishedEvent.md) in that multiple test case executions may serve as the basis for a single verification or, conversely, multiple issues may be verified based on a single test case execution. diff --git a/definitions/EiffelMetaProperty/1.0.0.yml b/definitions/EiffelMetaProperty/1.0.0.yml index 5a3e9110..f6272bbd 100644 --- a/definitions/EiffelMetaProperty/1.0.0.yml +++ b/definitions/EiffelMetaProperty/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelMetaProperty +_version: 1.0.0 type: object properties: id: diff --git a/definitions/EiffelMetaProperty/2.0.0.yml b/definitions/EiffelMetaProperty/2.0.0.yml index 92608755..50467edf 100644 --- a/definitions/EiffelMetaProperty/2.0.0.yml +++ b/definitions/EiffelMetaProperty/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelMetaProperty +_version: 2.0.0 type: object properties: id: diff --git a/definitions/EiffelMetaProperty/3.0.0.yml b/definitions/EiffelMetaProperty/3.0.0.yml index f263bc04..301acf8b 100644 --- a/definitions/EiffelMetaProperty/3.0.0.yml +++ b/definitions/EiffelMetaProperty/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelMetaProperty +_version: 3.0.0 type: object properties: id: diff --git a/definitions/EiffelMetaProperty/3.1.0.yml b/definitions/EiffelMetaProperty/3.1.0.yml index 4006f11c..4f0114a7 100644 --- a/definitions/EiffelMetaProperty/3.1.0.yml +++ b/definitions/EiffelMetaProperty/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. $schema: http://json-schema.org/draft-04/schema# +_name: EiffelMetaProperty +_version: 3.1.0 type: object properties: id: diff --git a/definitions/EiffelSourceChangeCreatedEvent/1.0.0.yml b/definitions/EiffelSourceChangeCreatedEvent/1.0.0.yml index bad791d1..22b300ca 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/1.0.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 1.0.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeCreatedEvent/1.1.0.yml b/definitions/EiffelSourceChangeCreatedEvent/1.1.0.yml index 901a69ef..3d6276ea 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/1.1.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 1.1.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeCreatedEvent/2.0.0.yml b/definitions/EiffelSourceChangeCreatedEvent/2.0.0.yml index 1eda78f9..67c78930 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/2.0.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 2.0.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeCreatedEvent/3.0.0.yml b/definitions/EiffelSourceChangeCreatedEvent/3.0.0.yml index d979b0ab..6fed665c 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/3.0.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 3.0.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeCreatedEvent/4.0.0.yml b/definitions/EiffelSourceChangeCreatedEvent/4.0.0.yml index 285e1c42..5f790d1c 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/4.0.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/4.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 4.0.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeCreatedEvent/4.1.0.yml b/definitions/EiffelSourceChangeCreatedEvent/4.1.0.yml index 81d441fb..c57ce646 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/4.1.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/4.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 4.1.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeCreatedEvent/4.2.0.yml b/definitions/EiffelSourceChangeCreatedEvent/4.2.0.yml index 3ea88f8e..e50f30d7 100644 --- a/definitions/EiffelSourceChangeCreatedEvent/4.2.0.yml +++ b/definitions/EiffelSourceChangeCreatedEvent/4.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeCreatedEvent +_version: 4.2.0 _abbrev: SCC _description: |- The EiffelSourceChangeCreatedEvent declares that a change to sources has been made, but not yet submitted (see [EiffelSourceChangeSubmittedEvent](./EiffelSourceChangeSubmittedEvent.md)). This can be used to represent a change done on a private branch, undergoing review or made in a forked repository. Unlike EiffelSourceChangeSubmittedEvent, EiffelSourceChangeCreatedEvent _describes the change_ in terms of who authored it and which issues it addressed. diff --git a/definitions/EiffelSourceChangeSubmittedEvent/1.0.0.yml b/definitions/EiffelSourceChangeSubmittedEvent/1.0.0.yml index 48a64738..ccb9058e 100644 --- a/definitions/EiffelSourceChangeSubmittedEvent/1.0.0.yml +++ b/definitions/EiffelSourceChangeSubmittedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeSubmittedEvent +_version: 1.0.0 _abbrev: SCS _description: |- The EiffelSourceChangeSubmittedEvent declares that a change has been integrated into to a shared source branch of interest (e.g. "master", "dev" or "mainline") as opposed to a private or local branch. Note that it does not describe what has changed, but instead uses the __CHANGE__ link type to reference [EiffelSourceChangeCreatedEvent](./EiffelSourceChangeCreatedEvent.md). diff --git a/definitions/EiffelSourceChangeSubmittedEvent/1.1.0.yml b/definitions/EiffelSourceChangeSubmittedEvent/1.1.0.yml index 3fd27e11..d2c6bb74 100644 --- a/definitions/EiffelSourceChangeSubmittedEvent/1.1.0.yml +++ b/definitions/EiffelSourceChangeSubmittedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeSubmittedEvent +_version: 1.1.0 _abbrev: SCS _description: |- The EiffelSourceChangeSubmittedEvent declares that a change has been integrated into to a shared source branch of interest (e.g. "master", "dev" or "mainline") as opposed to a private or local branch. Note that it does not describe what has changed, but instead uses the __CHANGE__ link type to reference [EiffelSourceChangeCreatedEvent](./EiffelSourceChangeCreatedEvent.md). diff --git a/definitions/EiffelSourceChangeSubmittedEvent/2.0.0.yml b/definitions/EiffelSourceChangeSubmittedEvent/2.0.0.yml index 891ce41d..288439ae 100644 --- a/definitions/EiffelSourceChangeSubmittedEvent/2.0.0.yml +++ b/definitions/EiffelSourceChangeSubmittedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeSubmittedEvent +_version: 2.0.0 _abbrev: SCS _description: |- The EiffelSourceChangeSubmittedEvent declares that a change has been integrated into to a shared source branch of interest (e.g. "master", "dev" or "mainline") as opposed to a private or local branch. Note that it does not describe what has changed, but instead uses the __CHANGE__ link type to reference [EiffelSourceChangeCreatedEvent](./EiffelSourceChangeCreatedEvent.md). diff --git a/definitions/EiffelSourceChangeSubmittedEvent/3.0.0.yml b/definitions/EiffelSourceChangeSubmittedEvent/3.0.0.yml index 7bfcf431..55f934f6 100644 --- a/definitions/EiffelSourceChangeSubmittedEvent/3.0.0.yml +++ b/definitions/EiffelSourceChangeSubmittedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeSubmittedEvent +_version: 3.0.0 _abbrev: SCS _description: |- The EiffelSourceChangeSubmittedEvent declares that a change has been integrated into to a shared source branch of interest (e.g. "master", "dev" or "mainline") as opposed to a private or local branch. Note that it does not describe what has changed, but instead uses the __CHANGE__ link type to reference [EiffelSourceChangeCreatedEvent](./EiffelSourceChangeCreatedEvent.md). diff --git a/definitions/EiffelSourceChangeSubmittedEvent/3.1.0.yml b/definitions/EiffelSourceChangeSubmittedEvent/3.1.0.yml index 73ade8f0..df16fbc4 100644 --- a/definitions/EiffelSourceChangeSubmittedEvent/3.1.0.yml +++ b/definitions/EiffelSourceChangeSubmittedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeSubmittedEvent +_version: 3.1.0 _abbrev: SCS _description: |- The EiffelSourceChangeSubmittedEvent declares that a change has been integrated into to a shared source branch of interest (e.g. "master", "dev" or "mainline") as opposed to a private or local branch. Note that it does not describe what has changed, but instead uses the __CHANGE__ link type to reference [EiffelSourceChangeCreatedEvent](./EiffelSourceChangeCreatedEvent.md). diff --git a/definitions/EiffelSourceChangeSubmittedEvent/3.2.0.yml b/definitions/EiffelSourceChangeSubmittedEvent/3.2.0.yml index 3ad682c7..cdabd133 100644 --- a/definitions/EiffelSourceChangeSubmittedEvent/3.2.0.yml +++ b/definitions/EiffelSourceChangeSubmittedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelSourceChangeSubmittedEvent +_version: 3.2.0 _abbrev: SCS _description: |- The EiffelSourceChangeSubmittedEvent declares that a change has been integrated into to a shared source branch of interest (e.g. "master", "dev" or "mainline") as opposed to a private or local branch. Note that it does not describe what has changed, but instead uses the __CHANGE__ link type to reference [EiffelSourceChangeCreatedEvent](./EiffelSourceChangeCreatedEvent.md). diff --git a/definitions/EiffelTestCaseCanceledEvent/1.0.0.yml b/definitions/EiffelTestCaseCanceledEvent/1.0.0.yml index e36493dd..459fd1f2 100644 --- a/definitions/EiffelTestCaseCanceledEvent/1.0.0.yml +++ b/definitions/EiffelTestCaseCanceledEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseCanceledEvent +_version: 1.0.0 _abbrev: TCC _description: The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md)) diff --git a/definitions/EiffelTestCaseCanceledEvent/1.1.0.yml b/definitions/EiffelTestCaseCanceledEvent/1.1.0.yml index e3ff9825..671480d4 100644 --- a/definitions/EiffelTestCaseCanceledEvent/1.1.0.yml +++ b/definitions/EiffelTestCaseCanceledEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseCanceledEvent +_version: 1.1.0 _abbrev: TCC _description: The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md)) diff --git a/definitions/EiffelTestCaseCanceledEvent/2.0.0.yml b/definitions/EiffelTestCaseCanceledEvent/2.0.0.yml index 38889a9f..5bfe55ba 100644 --- a/definitions/EiffelTestCaseCanceledEvent/2.0.0.yml +++ b/definitions/EiffelTestCaseCanceledEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseCanceledEvent +_version: 2.0.0 _abbrev: TCC _description: The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md)) diff --git a/definitions/EiffelTestCaseCanceledEvent/3.0.0.yml b/definitions/EiffelTestCaseCanceledEvent/3.0.0.yml index d98a2158..f5caa275 100644 --- a/definitions/EiffelTestCaseCanceledEvent/3.0.0.yml +++ b/definitions/EiffelTestCaseCanceledEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseCanceledEvent +_version: 3.0.0 _abbrev: TCC _description: The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md)) diff --git a/definitions/EiffelTestCaseCanceledEvent/3.1.0.yml b/definitions/EiffelTestCaseCanceledEvent/3.1.0.yml index 679eec1c..7799d4bf 100644 --- a/definitions/EiffelTestCaseCanceledEvent/3.1.0.yml +++ b/definitions/EiffelTestCaseCanceledEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseCanceledEvent +_version: 3.1.0 _abbrev: TCC _description: The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md)) diff --git a/definitions/EiffelTestCaseCanceledEvent/3.2.0.yml b/definitions/EiffelTestCaseCanceledEvent/3.2.0.yml index 2e9d0387..7cab0d14 100644 --- a/definitions/EiffelTestCaseCanceledEvent/3.2.0.yml +++ b/definitions/EiffelTestCaseCanceledEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseCanceledEvent +_version: 3.2.0 _abbrev: TCC _description: The EiffelTestCaseCanceledEvent declares that a previously triggered test case execution (represented by [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md)) diff --git a/definitions/EiffelTestCaseFinishedEvent/1.0.0.yml b/definitions/EiffelTestCaseFinishedEvent/1.0.0.yml index 76bc8467..1e556345 100644 --- a/definitions/EiffelTestCaseFinishedEvent/1.0.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 1.0.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/1.0.1.yml b/definitions/EiffelTestCaseFinishedEvent/1.0.1.yml index d381f21e..fc5f6b2d 100644 --- a/definitions/EiffelTestCaseFinishedEvent/1.0.1.yml +++ b/definitions/EiffelTestCaseFinishedEvent/1.0.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 1.0.1 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/1.1.0.yml b/definitions/EiffelTestCaseFinishedEvent/1.1.0.yml index 8e9d3a45..5e68a74a 100644 --- a/definitions/EiffelTestCaseFinishedEvent/1.1.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 1.1.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/2.0.0.yml b/definitions/EiffelTestCaseFinishedEvent/2.0.0.yml index f75f0fa7..38854fcd 100644 --- a/definitions/EiffelTestCaseFinishedEvent/2.0.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 2.0.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/3.0.0.yml b/definitions/EiffelTestCaseFinishedEvent/3.0.0.yml index 52a4a1c3..857f418e 100644 --- a/definitions/EiffelTestCaseFinishedEvent/3.0.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 3.0.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/3.1.0.yml b/definitions/EiffelTestCaseFinishedEvent/3.1.0.yml index e94b88d7..68988ceb 100644 --- a/definitions/EiffelTestCaseFinishedEvent/3.1.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 3.1.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/3.2.0.yml b/definitions/EiffelTestCaseFinishedEvent/3.2.0.yml index efeac2ad..a6400355 100644 --- a/definitions/EiffelTestCaseFinishedEvent/3.2.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 3.2.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/3.3.0.yml b/definitions/EiffelTestCaseFinishedEvent/3.3.0.yml index c6304e56..5e5899cf 100644 --- a/definitions/EiffelTestCaseFinishedEvent/3.3.0.yml +++ b/definitions/EiffelTestCaseFinishedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 3.3.0 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseFinishedEvent/3.3.1.yml b/definitions/EiffelTestCaseFinishedEvent/3.3.1.yml index c217be5e..c6df7170 100644 --- a/definitions/EiffelTestCaseFinishedEvent/3.3.1.yml +++ b/definitions/EiffelTestCaseFinishedEvent/3.3.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseFinishedEvent +_version: 3.3.1 _abbrev: TCF _description: |- The EiffelTestCaseFinishedEvent declares that a previously started test case (declared by [EiffelTestCaseStartedEvent](./EiffelTestCaseStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestCaseStartedEvent/1.0.0.yml b/definitions/EiffelTestCaseStartedEvent/1.0.0.yml index 89e5de28..df096260 100644 --- a/definitions/EiffelTestCaseStartedEvent/1.0.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 1.0.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseStartedEvent/1.1.0.yml b/definitions/EiffelTestCaseStartedEvent/1.1.0.yml index d668833f..8c60fa86 100644 --- a/definitions/EiffelTestCaseStartedEvent/1.1.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 1.1.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseStartedEvent/2.0.0.yml b/definitions/EiffelTestCaseStartedEvent/2.0.0.yml index 62807a56..01532049 100644 --- a/definitions/EiffelTestCaseStartedEvent/2.0.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 2.0.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseStartedEvent/3.0.0.yml b/definitions/EiffelTestCaseStartedEvent/3.0.0.yml index 1cf0f42b..dfa015a6 100644 --- a/definitions/EiffelTestCaseStartedEvent/3.0.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 3.0.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseStartedEvent/3.1.0.yml b/definitions/EiffelTestCaseStartedEvent/3.1.0.yml index 73d07a11..a721d740 100644 --- a/definitions/EiffelTestCaseStartedEvent/3.1.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 3.1.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseStartedEvent/3.2.0.yml b/definitions/EiffelTestCaseStartedEvent/3.2.0.yml index 237b210d..a606ae5d 100644 --- a/definitions/EiffelTestCaseStartedEvent/3.2.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 3.2.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseStartedEvent/3.3.0.yml b/definitions/EiffelTestCaseStartedEvent/3.3.0.yml index 91e7f2f1..3daf381f 100644 --- a/definitions/EiffelTestCaseStartedEvent/3.3.0.yml +++ b/definitions/EiffelTestCaseStartedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseStartedEvent +_version: 3.3.0 _abbrev: TCS _description: The EiffelTestCaseStartedEvent declares that the execution of a test case has commenced. This event SHALL be preceded by a [EiffelTestCaseTriggeredEvent](./EiffelTestCaseTriggeredEvent.md), diff --git a/definitions/EiffelTestCaseTriggeredEvent/1.0.0.yml b/definitions/EiffelTestCaseTriggeredEvent/1.0.0.yml index 521dbe53..bf033b0f 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/1.0.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 1.0.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/1.1.0.yml b/definitions/EiffelTestCaseTriggeredEvent/1.1.0.yml index a71318fd..97f26f1f 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/1.1.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 1.1.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/2.0.0.yml b/definitions/EiffelTestCaseTriggeredEvent/2.0.0.yml index b29ea60b..bbe37c65 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/2.0.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 2.0.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.0.0.yml b/definitions/EiffelTestCaseTriggeredEvent/3.0.0.yml index aacfda6c..447a910f 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.0.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.0.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.1.0.yml b/definitions/EiffelTestCaseTriggeredEvent/3.1.0.yml index 13c8ec4d..ad8c240d 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.1.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.1.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.2.0.yml b/definitions/EiffelTestCaseTriggeredEvent/3.2.0.yml index f334c584..9cb8551e 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.2.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.2.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.3.0.yml b/definitions/EiffelTestCaseTriggeredEvent/3.3.0.yml index bb8d76f1..eef95034 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.3.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.3.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.4.0.yml b/definitions/EiffelTestCaseTriggeredEvent/3.4.0.yml index c7a1bf80..a117db1f 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.4.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.4.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.4.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.5.0.yml b/definitions/EiffelTestCaseTriggeredEvent/3.5.0.yml index 3f74f201..8444c738 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.5.0.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.5.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.5.0 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestCaseTriggeredEvent/3.5.1.yml b/definitions/EiffelTestCaseTriggeredEvent/3.5.1.yml index 77977ffd..6d442ae0 100644 --- a/definitions/EiffelTestCaseTriggeredEvent/3.5.1.yml +++ b/definitions/EiffelTestCaseTriggeredEvent/3.5.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestCaseTriggeredEvent +_version: 3.5.1 _abbrev: TCT _description: |- The EiffelTestCaseTriggeredEvent declares that the execution of a test case has been triggered, but not yet started. This can either be declared stand-alone or as part of an activity or test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/1.0.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/1.0.0.yml index 4681e33c..9d2dd402 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/1.0.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 1.0.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.0.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.0.0.yml index 4bcfcb11..1340c708 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.0.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 2.0.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.1.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.1.0.yml index f662b258..5a05f7fb 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.1.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/2.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 2.1.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/3.0.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/3.0.0.yml index bbbf6e5e..80aa0bf5 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/3.0.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 3.0.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.0.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.0.0.yml index 63dfdcd8..8b3ee46c 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.0.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 4.0.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.0.yml index dfd1d576..259c38c4 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 4.1.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.1.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.1.yml index ddc649c5..5591e341 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.1.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.1.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 4.1.1 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.2.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.2.0.yml index 71803086..c15b607e 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.2.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 4.2.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.0.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.0.yml index 34f4fa26..e9183a7e 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.0.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 4.3.0 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.1.yml b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.1.yml index 10f9f4e6..f702e11e 100644 --- a/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.1.yml +++ b/definitions/EiffelTestExecutionRecipeCollectionCreatedEvent/4.3.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestExecutionRecipeCollectionCreatedEvent +_version: 4.3.1 _abbrev: TERCC _description: |- The EiffelTestExecutionRecipeCollectionCreatedEvent declares that a collection of test execution recipes has been created. In order to clarify what that means, several concepts need to be explained. diff --git a/definitions/EiffelTestSuiteFinishedEvent/1.0.0.yml b/definitions/EiffelTestSuiteFinishedEvent/1.0.0.yml index 990b7cae..b691d1d6 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/1.0.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 1.0.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/1.1.0.yml b/definitions/EiffelTestSuiteFinishedEvent/1.1.0.yml index da3923e5..690684a5 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/1.1.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 1.1.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/2.0.0.yml b/definitions/EiffelTestSuiteFinishedEvent/2.0.0.yml index ef7fed5c..8510cc39 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/2.0.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 2.0.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/3.0.0.yml b/definitions/EiffelTestSuiteFinishedEvent/3.0.0.yml index a7ff4a89..7d39efcd 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/3.0.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 3.0.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/3.1.0.yml b/definitions/EiffelTestSuiteFinishedEvent/3.1.0.yml index bf3fc03c..a791ac8e 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/3.1.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 3.1.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/3.2.0.yml b/definitions/EiffelTestSuiteFinishedEvent/3.2.0.yml index cadb9af8..1e1878ef 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/3.2.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 3.2.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/3.3.0.yml b/definitions/EiffelTestSuiteFinishedEvent/3.3.0.yml index 1521f506..557661f9 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/3.3.0.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 3.3.0 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteFinishedEvent/3.3.1.yml b/definitions/EiffelTestSuiteFinishedEvent/3.3.1.yml index 14d1cbec..18e57279 100644 --- a/definitions/EiffelTestSuiteFinishedEvent/3.3.1.yml +++ b/definitions/EiffelTestSuiteFinishedEvent/3.3.1.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteFinishedEvent +_version: 3.3.1 _abbrev: TSF _description: |- The EiffelTestSuiteFinishedEvent declares that a previously started test suite (declared by [EiffelTestSuiteStartedEvent](./EiffelTestSuiteStartedEvent.md)) has finished and reports the outcome. diff --git a/definitions/EiffelTestSuiteStartedEvent/1.0.0.yml b/definitions/EiffelTestSuiteStartedEvent/1.0.0.yml index d995b421..f597dd6c 100644 --- a/definitions/EiffelTestSuiteStartedEvent/1.0.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/1.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 1.0.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/1.1.0.yml b/definitions/EiffelTestSuiteStartedEvent/1.1.0.yml index 5787d88f..bfa701c6 100644 --- a/definitions/EiffelTestSuiteStartedEvent/1.1.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/1.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 1.1.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/2.0.0.yml b/definitions/EiffelTestSuiteStartedEvent/2.0.0.yml index cca8f199..de58e9d3 100644 --- a/definitions/EiffelTestSuiteStartedEvent/2.0.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/2.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 2.0.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/3.0.0.yml b/definitions/EiffelTestSuiteStartedEvent/3.0.0.yml index 361db590..d37fad40 100644 --- a/definitions/EiffelTestSuiteStartedEvent/3.0.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/3.0.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 3.0.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/3.1.0.yml b/definitions/EiffelTestSuiteStartedEvent/3.1.0.yml index 5b2407c3..011ba006 100644 --- a/definitions/EiffelTestSuiteStartedEvent/3.1.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/3.1.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 3.1.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/3.2.0.yml b/definitions/EiffelTestSuiteStartedEvent/3.2.0.yml index 1ef22473..577fa9d8 100644 --- a/definitions/EiffelTestSuiteStartedEvent/3.2.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/3.2.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 3.2.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/3.3.0.yml b/definitions/EiffelTestSuiteStartedEvent/3.3.0.yml index da54d135..bfbb5fc2 100644 --- a/definitions/EiffelTestSuiteStartedEvent/3.3.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/3.3.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 3.3.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/definitions/EiffelTestSuiteStartedEvent/3.4.0.yml b/definitions/EiffelTestSuiteStartedEvent/3.4.0.yml index 149369bc..22d566b5 100644 --- a/definitions/EiffelTestSuiteStartedEvent/3.4.0.yml +++ b/definitions/EiffelTestSuiteStartedEvent/3.4.0.yml @@ -1,4 +1,4 @@ -# Copyright 2017-2023 Ericsson AB and others. +# Copyright 2017-2024 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"); @@ -14,6 +14,8 @@ # limitations under the License. --- $schema: http://json-schema.org/draft-04/schema# +_name: EiffelTestSuiteStartedEvent +_version: 3.4.0 _abbrev: TSS _description: |- The EiffelTestSuiteStartedEvent declares that the execution of a test suite has started. This can either be declared stand-alone or as part of an activity or other test suite, using either a __CAUSE__ or a __CONTEXT__ link type, respectively. diff --git a/eiffel-syntax-and-usage/event-schemas.md b/eiffel-syntax-and-usage/event-schemas.md index 53552fad..1c64dd8f 100644 --- a/eiffel-syntax-and-usage/event-schemas.md +++ b/eiffel-syntax-and-usage/event-schemas.md @@ -1,5 +1,5 @@