Skip to content

Commit

Permalink
Rephrased meta.time format in all event types.
Browse files Browse the repository at this point in the history
As per issue eiffel-community#177, clarified the description of meta.time
format for all event types. No stepping of event versions
required as the actual event syntax is unaffected by this change.
  • Loading branch information
d-stahl-ericsson committed Aug 7, 2018
1 parent 0706840 commit f6eeb03
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelActivityCanceledEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelActivityFinishedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelActivityStartedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelActivityTriggeredEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelAnnouncementPublishedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelArtifactCreatedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelArtifactPublishedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelArtifactReusedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelCompositionDefinedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelConfidenceLevelModifiedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelEnvironmentDefinedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelFlowContextDefinedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelIssueDefinedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ recipient of the event to interpret the contents. Please see

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelIssueVerifiedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
4 changes: 2 additions & 2 deletions eiffel-vocabulary/EiffelSourceChangeCreatedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ __Description:__ Identifies an issue that this event partially resolves. That is
__Required:__ No
__Legal targets:__ [EiffelIssueDefinedEvent](../eiffel-vocabulary/EiffelIssueDefinedEvent.md)
__Multiple allowed:__ Yes
__Description:__ Identifies an issue that this SCC is claiming it has done enough to resolve. This is not an authoritative resolution, only a claim. The issue may or may not change status as a consequence this, e.g. through a [successful verification](../eiffel-vocabular/EiffelIssueVerifiedEvent.md) or a manual update on the issue tracker.
__Description:__ Identifies an issue that this SCC is claiming it has done enough to resolve. This is not an authoritative resolution, only a claim. The issue may or may not change status as a consequence this, e.g. through a [successful verification](../eiffel-vocabular/EiffelIssueVerifiedEvent.md) or a manual update on the issue tracker.

### DERESOLVED_ISSUE
__Required:__ No
Expand Down Expand Up @@ -247,7 +247,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelSourceChangeSubmittedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelTestCaseCanceledEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelTestCaseFinishedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelTestCaseStartedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelTestCaseTriggeredEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelTestSuiteFinishedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down
2 changes: 1 addition & 1 deletion eiffel-vocabulary/EiffelTestSuiteStartedEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ __Description:__ The version of the event type. This field is required by the re

### meta.time
__Type:__ Integer
__Format:__ Milliseconds since epoch.
__Format:__ UNIX Epoch time, in milliseconds.
__Required:__ Yes
__Description:__ The event creation timestamp.

Expand Down

0 comments on commit f6eeb03

Please sign in to comment.