-
Notifications
You must be signed in to change notification settings - Fork 61
Add ORIGINAL_TRIGGER link type to ActT/TCT/TSS #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
695619c
ActT/TCT/TSS: Add ORIGINAL_TRIGGER link type
magnusbaeck 52c48bc
activity-linking.md: Rephrased paragraph
magnusbaeck 20530ed
Say "previous activity" instead of "latter" to be unambiguous
magnusbaeck d2d61c4
build activity => activity
magnusbaeck b302d40
Add new versions of TCT and TSS
magnusbaeck de78d81
Clarify that a third attempt also links back to the first ActT
magnusbaeck 7d61a28
Add missing history table entries
magnusbaeck 1b58fcf
Regenerated documentation too
magnusbaeck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,185 @@ | ||
| # Copyright 2017-2023 Ericsson AB and others. | ||
| # For a full list of individual contributors, please see the commit history. | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| --- | ||
| $schema: http://json-schema.org/draft-04/schema# | ||
| _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)). | ||
|
|
||
| In a situation where execution follows immediately upon triggering these two events should be sent together. Where that is not the case (e.g. due to queuing) the time delta between EiffelActivityTriggeredEvent and EiffelActivityStartedEvent constitutes the queue time. | ||
| type: object | ||
| properties: | ||
| meta: | ||
| $ref: ../EiffelMetaProperty/3.1.0.yml | ||
| data: | ||
| type: object | ||
| properties: | ||
| name: | ||
| _description: The name of the activity. Uniqueness is not required | ||
| or checked, but is useful. | ||
| type: string | ||
| categories: | ||
| _description: Any categorization of the activity. This can | ||
| be used to group multiple similar activities for analysis | ||
| and visualization purposes. Example usage is to label the | ||
| similar but unique build activities of all the components | ||
| of system X as "System X Component Build" (whereas the name | ||
| would be e.g. "System X Component Y Build"). | ||
| type: array | ||
| items: | ||
| type: string | ||
| triggers: | ||
| _description: The circumstances triggering the activity. | ||
| type: array | ||
| items: | ||
| type: object | ||
| properties: | ||
| type: | ||
| _description: |- | ||
| The type of trigger. | ||
| MANUAL signifies that the activity was manually triggered. | ||
| EIFFEL_EVENT signifies that the activity was triggered by one or more Eiffel events. These events should be represented via __CAUSE__ links. | ||
| SOURCE_CHANGE signifies that the activity was triggered as a consequence of a detected source change __not__ represented by Eiffel events. | ||
| TIMER signifies that the activity was triggered by a timer. | ||
| OTHER signifies any other triggering cause. | ||
| type: string | ||
| enum: | ||
| - MANUAL | ||
| - EIFFEL_EVENT | ||
| - SOURCE_CHANGE | ||
| - TIMER | ||
| - OTHER | ||
| description: | ||
| _description: A description of the trigger. | ||
| type: string | ||
| required: | ||
| - type | ||
| additionalProperties: false | ||
| executionType: | ||
| _description: The type of execution (often related to, but | ||
| ultimately separate from, __data.triggers.type__). | ||
| type: string | ||
| enum: | ||
| - MANUAL | ||
| - SEMI_AUTOMATED | ||
| - AUTOMATED | ||
| - OTHER | ||
| customData: | ||
| type: array | ||
| items: | ||
| $ref: ../EiffelCustomDataProperty/1.0.0.yml | ||
| required: | ||
| - name | ||
| additionalProperties: false | ||
| links: | ||
| type: array | ||
| items: | ||
| $ref: ../EiffelEventLink/1.1.1.yml | ||
| required: | ||
| - meta | ||
| - data | ||
| - links | ||
| additionalProperties: false | ||
| _links: | ||
| CAUSE: | ||
| description: 'Identifies a cause of the event occurring. SHOULD | ||
| not be used in conjunction with __CONTEXT__: individual events | ||
| providing __CAUSE__ within a larger context gives rise to ambiguity. | ||
| It is instead recommended to let the root event of the context | ||
| declare __CAUSE__.' | ||
| required: false | ||
| multiple: true | ||
| targets: | ||
| any_type: true | ||
| types: [] | ||
| CONTEXT: | ||
| description: 'Identifies the | ||
| [activity](../eiffel-syntax-and-usage/glossary.md#activity) | ||
| or test suite of which this event constitutes a part.' | ||
| required: false | ||
| multiple: false | ||
| targets: | ||
| any_type: false | ||
| types: | ||
| - EiffelActivityTriggeredEvent | ||
| - EiffelTestSuiteStartedEvent | ||
| FLOW_CONTEXT: | ||
| description: 'Identifies the flow context of the event: which is | ||
| the continuous integration and delivery flow in which this occurred | ||
| – e.g. which product, project, track or version this is applicable | ||
| to.' | ||
| required: false | ||
| multiple: true | ||
| targets: | ||
| any_type: false | ||
| types: | ||
| - EiffelFlowContextDefinedEvent | ||
| ORIGINAL_TRIGGER: | ||
| description: 'Used when the current activity is a new attempt at | ||
| completing a previous activity, typically because the previous activity failed. | ||
| Although this activity may have been manually triggered and thus | ||
| lacks a cause that can be described with Eiffel, this link can be | ||
| used to convey the second-order cause.' | ||
| required: false | ||
| multiple: false | ||
| targets: | ||
| any_type: false | ||
| types: | ||
| - EiffelActivityTriggeredEvent | ||
| PRECURSOR: | ||
| description: 'Used to declare temporal relationships between | ||
| [activities](../eiffel-syntax-and-usage/glossary.md#activity) in a | ||
| [pipeline](../eiffel-syntax-and-usage/glossary.md#pipeline), i.e. what | ||
| other activity/activities preceded this activity. This link type applies | ||
| primarily to non event-triggered activities. For more information on | ||
| the usage of this link type please see | ||
| [Activity Linking](../eiffel-syntax-and-usage/activity-linking.md).' | ||
| required: false | ||
| multiple: true | ||
| targets: | ||
| any_type: false | ||
| types: | ||
| - EiffelActivityTriggeredEvent | ||
| _history: | ||
| - version: 4.3.0 | ||
| changes: Add ORIGINAL_TRIGGER link (see [Issue 246](https://github.com/eiffel-community/eiffel/issues/246)). | ||
| - version: 4.2.0 | ||
| introduced_in: edition-arica | ||
| changes: Add schema URL to the meta object (see [Issue 280](https://github.com/eiffel-community/eiffel/issues/280)). | ||
| - version: 4.1.0 | ||
| introduced_in: edition-lyon | ||
| changes: Add links.domainId member (see [Issue 233](https://github.com/eiffel-community/eiffel/issues/233)). | ||
| - version: 4.0.0 | ||
| introduced_in: edition-agen-1 | ||
| changes: Bug fix in schema file (see [Issue 205](https://github.com/eiffel-community/eiffel/issues/205)) | ||
| - version: 3.0.0 | ||
| introduced_in: edition-agen | ||
| changes: Improved information integrity protection (see [Issue | ||
| 185](https://github.com/eiffel-community/eiffel/issues/185)) | ||
| - version: 2.0.0 | ||
| introduced_in: edition-agen | ||
| changes: Introduced purl identifiers instead of GAVs (see [Issue | ||
| 182](https://github.com/eiffel-community/eiffel/issues/182)) | ||
| - version: 1.1.0 | ||
| introduced_in: edition-toulouse | ||
| changes: Multiple links of type FLOW_CONTEXT allowed. | ||
| - version: 1.0.0 | ||
| introduced_in: edition-bordeaux | ||
| changes: Initial version. | ||
| _examples: | ||
| - title: Simple example | ||
| url: ../examples/events/EiffelActivityTriggeredEvent/simple.json | ||
| - title: Example containing custom data | ||
| url: ../examples/events/EiffelActivityTriggeredEvent/simple-customdata.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.