-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #557 from IATI/develop
Added networked data advisory check. Node 20.
- Loading branch information
Showing
37 changed files
with
1,683,096 additions
and
227 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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
lts/gallium | ||
lts/iron |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/transaction/provider-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "provider-activity-id", | ||
"id": "1000.0.4", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the transaction/provider-org/@provider-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/transaction/receiver-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "receiver-activity-id", | ||
"id": "1000.0.5", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the transaction/receiver-org/@receiver-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/related-activity", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "ref", | ||
"id": "1000.0.6", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The related activity ID in related-activity/@ref should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
} | ||
] |
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,62 @@ | ||
[ | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/participating-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "activity-id", | ||
"id": "1000.0.1", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in participating-org/@activity-id should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/planned-disbursement/provider-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "provider-activity-id", | ||
"id": "1000.0.2", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the planned-disbursement/provider-org/@provider-activity-id should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/planned-disbursement/receiver-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "receiver-activity-id", | ||
"id": "1000.0.3", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the planned-disbursement/receiver-org/@receiver-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/transaction/provider-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "provider-activity-id", | ||
"id": "1000.0.4", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the transaction/provider-org/@provider-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/transaction/receiver-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "receiver-activity-id", | ||
"id": "1000.0.5", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the transaction/receiver-org/@receiver-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/related-activity", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "ref", | ||
"id": "1000.0.6", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The related activity ID in related-activity/@ref should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
} | ||
] |
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,62 @@ | ||
[ | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/participating-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "activity-id", | ||
"id": "1000.0.1", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in participating-org/@activity-id should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/planned-disbursement/provider-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "provider-activity-id", | ||
"id": "1000.0.2", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the planned-disbursement/provider-org/@provider-activity-id should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/planned-disbursement/receiver-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "receiver-activity-id", | ||
"id": "1000.0.3", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the planned-disbursement/receiver-org/@receiver-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/transaction/provider-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "provider-activity-id", | ||
"id": "1000.0.4", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the transaction/provider-org/@provider-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/transaction/receiver-org", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "receiver-activity-id", | ||
"id": "1000.0.5", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The linked activity ID in the transaction/receiver-org/@receiver-activity-id attribute should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
}, | ||
{ | ||
"advisoryXPath": "/iati-activities/iati-activity/related-activity", | ||
"advisoryTestName": "iati_identifier_exists", | ||
"attributeToTest": "ref", | ||
"id": "1000.0.6", | ||
"severity": "advisory", | ||
"category": "identifiers", | ||
"message": "The related activity ID in related-activity/@ref should exist in the file being validated or in the IATI Datastore.", | ||
"link": "" | ||
} | ||
] |
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.