Skip to content

Commit cb70f4b

Browse files
Tolouse2 agen update (#269)
* deletion of GAV and updating to Agen format * changes for unit/functional tests * removal of some remaing GAV, srializer and adding purl * reviewed change: purl-> identity
1 parent 4f7519a commit cb70f4b

File tree

79 files changed

+418
-673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+418
-673
lines changed

src/functionaltests/resources/InvalidSubscription.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
{
1919
"type": "ARTIFACT_1",
2020
"conditions": [
21-
{"jmespath": "gav.groupId=='com.mycompany.myproduct'"},
21+
{"jmespath": "identity=='pkg:maven/com.mycompany.myproduct/artifact-name@1.0.0'"},
2222
{"jmespath": "testCaseExecutions[?testCase.conclusion == 'SUCCESSFUL' && testCase.id=='TC5']"}
2323
]
2424

2525
},
2626
{
2727
"type": "ARTIFACT_1",
2828
"conditions": [
29-
{"jmespath": "gav.groupId=='com.mycompany.myproduct'"},
29+
{"jmespath": "identity=='pkg:maven/com.mycompany.myproduct/artifact-name@1.0.0'"},
3030
{"jmespath": "testCaseExecutions[?testCaseStartedEventId == '13af4a14-f951-4346-a1ba-624c79f10e98']"}
3131
]
3232

src/functionaltests/resources/SubscriptionObject.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
{
1818
"type": "ARTIFACT_1",
1919
"conditions": [
20-
{"jmespath": "gav.groupId=='com.mycompany.myproduct'"},
20+
{"jmespath": "identity=='pkg:maven/com.mycompany.myproduct/artifact-name@1.0.0'"},
2121
{"jmespath": "testCaseExecutions[?testCase.conclusion == 'SUCCESSFUL' && testCase.id=='TC5']"}
2222
]
2323

2424
},
2525
{
2626
"type": "ARTIFACT_1",
2727
"conditions": [
28-
{"jmespath": "gav.groupId=='com.mycompany.myproduct'"},
28+
{"jmespath": "identity=='pkg:maven/com.mycompany.myproduct/artifact-name@1.0.0'"},
2929
{"jmespath": "testCaseExecutions[?testCaseStartedEventId == '13af4a14-f951-4346-a1ba-624c79f10e98']"}
3030
]
3131

src/functionaltests/resources/ValidSubscription.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
{
2020
"type": "ARTIFACT_1",
2121
"conditions": [
22-
{"jmespath": "gav.groupId=='com.mycompany.myproduct'"},
22+
{"jmespath": "identity=='pkg:maven/com.mycompany.myproduct/artifact-name@1.0.0'"},
2323
{"jmespath": "testCaseExecutions[?testCase.conclusion == 'SUCCESSFUL' && testCase.id=='TC5']"}
2424
]
2525

2626
},
2727
{
2828
"type": "ARTIFACT_1",
2929
"conditions": [
30-
{"jmespath": "gav.groupId=='com.mycompany.myproduct'"},
30+
{"jmespath": "identity=='pkg:maven/com.mycompany.myproduct/artifact-name@1.0.0'"},
3131
{"jmespath": "testCaseExecutions[?testCaseStartedEventId == '13af4a14-f951-4346-a1ba-624c79f10e98']"}
3232
]
3333

src/functionaltests/resources/aggregatedObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
"time": 1234567890,
118118
"activity_started_event_id": "b46e01ud-25gb-4d7y-b9f6-836fre6yde47",
119119
"type": "EiffelActivityTriggeredEvent",
120-
"version": "1.0.0"
120+
"version": "3.0.0"
121121
}
122122
}

src/functionaltests/resources/aggregatedObjectFinal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"time": 1234567890,
118118
"activity_started_event_id": "b46e01ud-25gb-4d7y-b9f6-836fre6yde47",
119119
"type": "EiffelActivityTriggeredEvent",
120-
"version": "1.0.0",
120+
"version": "3.0.0",
121121
"activity_finished_event_id": "b46t01uh-29gs-4d7y-b9v6-83kfqe6y4e47",
122122
"outcome": {
123123
"conclusion": "TIMED_OUT",

0 commit comments

Comments
 (0)