forked from eclipse-edc/DataDashboard
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated the test data and renamed transfer history page object…
…s in the transfer-history-page.component
- Loading branch information
1 parent
ec28f36
commit f796b4c
Showing
9 changed files
with
120 additions
and
161 deletions.
There are no files selected for viewing
This file contains 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,68 @@ | ||
{ | ||
"transferEntries": [ | ||
{ | ||
"transferProcessId": "339b2a27-3b66-49f5-8b43-6a400d5914b5", | ||
"createdDate": "2022-01-20T11:18:59.659Z", | ||
"lastUpdatedDate": "2022-06-25T11:18:59.659Z", | ||
"state": { | ||
"code": 800, | ||
"name": "COMPLETED", | ||
"simplifiedState": "OK" | ||
}, | ||
"contractAgreementId": "test-asset-1-cd:f52a5d30-6356-4a55-a75a-3c45d7a88c3e", | ||
"direction": "CONSUMING", | ||
"counterPartyConnectorEndpoint": "https://sovity-demo4-mds/api/v1/ids/data", | ||
"assetName": "Test Asset 1", | ||
"assetId": "urn:artifact:test-asset-1", | ||
"errorMessage": null | ||
}, | ||
{ | ||
"transferProcessId": "1317d0da-cdc6-42ab-b54b-1f90bcfed508", | ||
"createdDate": "2022-03-20T11:18:59.659Z", | ||
"lastUpdatedDate": "2022-03-25T11:18:59.659Z", | ||
"state": { | ||
"code": -1, | ||
"name": "ERROR", | ||
"simplifiedState": "ERROR" | ||
}, | ||
"contractAgreementId": "test-asset-2-cd:5816a60b-86c1-489a-b26a-ed129947f973", | ||
"direction": "CONSUMING", | ||
"counterPartyConnectorEndpoint": "http://edc2:11003/api/v1/ids/data", | ||
"assetName": "Test Asset 2", | ||
"assetId": "urn:artifact:test-asset-2", | ||
"errorMessage": "TransferProcessManager: attempt #8 failed to send transfer. Retry limit exceeded, TransferProcess 1317d0da-cdc6-42ab-b54b-1f90bcfed508 moves to ERROR state. Cause: java.net.SocketException: Connection reset" | ||
}, | ||
{ | ||
"transferProcessId": "81cdf4cf-8427-480f-9662-8a29d66ddd3b", | ||
"createdDate": "2022-03-25T11:18:59.659Z", | ||
"lastUpdatedDate": "2022-11-20T11:18:59.659Z", | ||
"state": { | ||
"code": 800, | ||
"name": "COMPLETED", | ||
"simplifiedState": "OK" | ||
}, | ||
"contractAgreementId": "test-asset-3-cd:6ebbc301-9b1e-4cd7-9f17-97b5b7867531", | ||
"direction": "CONSUMING", | ||
"counterPartyConnectorEndpoint": "https://sovity-demo2-edc/api/v1/ids/data", | ||
"assetName": "Test Asset 3", | ||
"assetId": "urn:artifact:test-asset-3", | ||
"errorMessage": null | ||
}, | ||
{ | ||
"transferProcessId": "47240a35-d8fc-41d9-b020-07b87f3cc7b6", | ||
"createdDate": "2023-01-29T11:18:59.659Z", | ||
"lastUpdatedDate": "2023-02-29T11:18:59.659Z", | ||
"state": { | ||
"code": 600, | ||
"name": "IN_PROGRESS", | ||
"simplifiedState": "RUNNING" | ||
}, | ||
"contractAgreementId": "test-asset-4-cd:f52a5d30-6356-4a55-a75a-3c45d7a88c3e", | ||
"direction": "PROVIDING", | ||
"counterPartyConnectorEndpoint": "https://sovity-demo2-edc/api/v1/ids/data", | ||
"assetName": "Test Asset 4", | ||
"assetId": "urn:artifact:test-asset-4", | ||
"errorMessage": null | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
src/app/core/services/transfer-process-asset-details.service.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.