diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cc1dd4..ff01478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ > **_NOTE:_** This file includes all relevant changes to the backend of the [PACT Catalog](https://catalog.carbon-transparency.com). All changes related to the catalog's front end will be listed in the [`pact-catalog-frontend`](https://github.com/sine-fdn/pact-catalog-frontend) repository +## [NEW DATE] +**************Changed************** +Remove `solution_name` field from conformance test result `json`s ## 2023-08-01 **************Changed************** -Updated Instructions for Adding a PACT Conformance Test result - to allow adding test result for a Conformance test conducted with an organization whose solution is not available on the PACT Catalog +Updated Instructions for Adding a PACT Conformance Test result - to allow adding test result for a Conformance test conducted with an organization whose solution is not available on the PACT Catalog ## 2023-07-20 **************Changed************** diff --git a/CONTRIB_TEST.md b/CONTRIB_TEST.md index f236d3e..550b05a 100644 --- a/CONTRIB_TEST.md +++ b/CONTRIB_TEST.md @@ -28,7 +28,6 @@ Open the `json` file created in step 5. and fill it adapting the following struc "version": "" // e.g. "0.0.0" }, "tested_by": { - "solution_name": "", // e.g. "Another Solution" "version": "", "solution_id": "" // e.g. "another-solution" }, @@ -37,7 +36,6 @@ Open the `json` file created in step 5. and fill it adapting the following struc "pathfinder_version": "" // "1.0.0" or "1.0.1" or "2.0.0" or "2.0.1" } ``` -The `"solution_id"` property of the `"tested_by"` attribute is optional, but highly recommended. All other fields are mandatory. Scenario 2: If you tested your solution with an Organization who doesn't have a solution yet or has a solution but not (yet) onboarded to the PACT Catalog ```javascript diff --git a/catalog/conformance-tests/result-atma-io-001.json b/catalog/conformance-tests/result-atma-io-001.json index e722215..895d70b 100644 --- a/catalog/conformance-tests/result-atma-io-001.json +++ b/catalog/conformance-tests/result-atma-io-001.json @@ -4,7 +4,6 @@ "version": "2.0.1" }, "tested_by": { - "solution_name": "TrueCarbon", "version": "2.0.0", "solution_id": "cirrus-nexus-true-carbon-for-pact-01" }, diff --git a/catalog/conformance-tests/result-atma-io-002.json b/catalog/conformance-tests/result-atma-io-002.json index f40b3f6..b45aad3 100644 --- a/catalog/conformance-tests/result-atma-io-002.json +++ b/catalog/conformance-tests/result-atma-io-002.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "nri-cts", - "version": "0.9.15", - "solution_name": "NRI-CTS" + "version": "0.9.15" }, "test_result": "passed", "test_date": "2023-08-09T00:00:00Z", diff --git a/catalog/conformance-tests/result-booost-gx-001.json b/catalog/conformance-tests/result-booost-gx-001.json index 4f364c1..528a44e 100644 --- a/catalog/conformance-tests/result-booost-gx-001.json +++ b/catalog/conformance-tests/result-booost-gx-001.json @@ -5,11 +5,10 @@ }, "tested_by": { "solution_id": "nri-cts", - "version": "0.9.15", - "solution_name": "NRI-CTS" + "version": "0.9.15" }, "test_result": "passed", "test_date": "2023-05-22T09:00:00Z", "pathfinder_version": "1.0.1", "extensions_tested": [] - } \ No newline at end of file + } diff --git a/catalog/conformance-tests/result-booost-gx-002.json b/catalog/conformance-tests/result-booost-gx-002.json index 23dbf80..48e1016 100644 --- a/catalog/conformance-tests/result-booost-gx-002.json +++ b/catalog/conformance-tests/result-booost-gx-002.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "zeroboard", - "version": "2.20.0", - "solution_name": "Zeroboard" + "version": "2.20.0" }, "test_result": "passed", "test_date": "2023-05-22T09:00:00Z", diff --git a/catalog/conformance-tests/result-carboledger-001.json b/catalog/conformance-tests/result-carboledger-001.json index 76fd819..8ff47fa 100644 --- a/catalog/conformance-tests/result-carboledger-001.json +++ b/catalog/conformance-tests/result-carboledger-001.json @@ -5,12 +5,10 @@ }, "tested_by": { "solution_id": "carbontrail", - "version": "1.0.0", - "solution_name": "Carbon Trail" + "version": "1.0.0" }, "test_result": "passed", "test_date": "2023-07-01T06:20:00Z", "pathfinder_version": "2.0.0", "extensions_tested": [] } - diff --git a/catalog/conformance-tests/result-carboledger-002.json b/catalog/conformance-tests/result-carboledger-002.json index fcc9179..1feb8a9 100644 --- a/catalog/conformance-tests/result-carboledger-002.json +++ b/catalog/conformance-tests/result-carboledger-002.json @@ -1,16 +1,14 @@ { - "tested_solution": { - "solution_id": "carboledger", - "version": "2.0.0" - }, - "tested_by": { - "solution_id": "climatecamp", - "version": "2.0.0", - "solution_name": "ClimateCamp" - }, - "test_result": "passed", - "test_date": "2023-07-04T08:16:00Z", - "pathfinder_version": "2.0.0", - "extensions_tested": [] - } - \ No newline at end of file + "tested_solution": { + "solution_id": "carboledger", + "version": "2.0.0" + }, + "tested_by": { + "solution_id": "climatecamp", + "version": "2.0.0" + }, + "test_result": "passed", + "test_date": "2023-07-04T08:16:00Z", + "pathfinder_version": "2.0.0", + "extensions_tested": [] +} diff --git a/catalog/conformance-tests/result-carbonblock-001.json b/catalog/conformance-tests/result-carbonblock-001.json index 55ced0b..9866041 100644 --- a/catalog/conformance-tests/result-carbonblock-001.json +++ b/catalog/conformance-tests/result-carbonblock-001.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "cirrus-nexus-true-carbon-for-pact-01", - "version": "2.0.0", - "solution_name": "TrueCarbon" + "version": "2.0.0" }, "test_result": "passed", "test_date": "2023-05-10T09:00:00Z", diff --git a/catalog/conformance-tests/result-carbonblock-002.json b/catalog/conformance-tests/result-carbonblock-002.json index cb88790..ab4cb9c 100644 --- a/catalog/conformance-tests/result-carbonblock-002.json +++ b/catalog/conformance-tests/result-carbonblock-002.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "nri-cts", - "version": "2.0.0", - "solution_name": "NRI-CTS" + "version": "2.0.0" }, "test_result": "passed", "test_date": "2023-04-26T09:00:00Z", diff --git a/catalog/conformance-tests/result-carbontrail-001.json b/catalog/conformance-tests/result-carbontrail-001.json index 915ff15..919b3d0 100644 --- a/catalog/conformance-tests/result-carbontrail-001.json +++ b/catalog/conformance-tests/result-carbontrail-001.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "carboledger", - "version": "1.0.0", - "solution_name": "Carboledger" + "version": "1.0.0" }, "test_result": "passed", "test_date": "2023-07-01T09:00:00Z", diff --git a/catalog/conformance-tests/result-carbontrail-002.json b/catalog/conformance-tests/result-carbontrail-002.json index 9280330..7ebb10b 100644 --- a/catalog/conformance-tests/result-carbontrail-002.json +++ b/catalog/conformance-tests/result-carbontrail-002.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "climatecamp", - "version": "2.0.0", - "solution_name": "ClimateCamp" + "version": "2.0.0" }, "test_result": "passed", "test_date": "2023-07-03T09:00:00Z", diff --git a/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-001.json b/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-001.json index 84d08d0..6de5a52 100644 --- a/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-001.json +++ b/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-001.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "carbonblock", - "version": "1.0.0", - "solution_name": "CarbonBlock" + "version": "1.0.0" }, "test_result": "passed", "test_date": "2023-05-11T00:00:00Z", diff --git a/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-002.json b/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-002.json index a4968d3..96334a9 100644 --- a/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-002.json +++ b/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-002.json @@ -4,7 +4,6 @@ "version": "2.0.0" }, "tested_by": { - "solution_name": "NRI-CTS", "version": "0.9.15", "solution_id": "nri-cts" }, diff --git a/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-003.json b/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-003.json index 41ca2dd..aa758a5 100644 --- a/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-003.json +++ b/catalog/conformance-tests/result-cirrus-nexus-true-carbon-for-pact-01-003.json @@ -4,7 +4,6 @@ "version": "2.0.0" }, "tested_by": { - "solution_name": "Avery Dennison - atma.io", "version": "2.0.1", "solution_id": "atma-io" }, diff --git a/catalog/conformance-tests/result-climatecamp-001.json b/catalog/conformance-tests/result-climatecamp-001.json index ddb8f3b..d4f2222 100644 --- a/catalog/conformance-tests/result-climatecamp-001.json +++ b/catalog/conformance-tests/result-climatecamp-001.json @@ -5,11 +5,10 @@ }, "tested_by": { "solution_id": "carboledger", - "version": "1.0.0", - "solution_name": "Carboledger" + "version": "1.0.0" }, "test_result": "passed", "test_date": "2023-07-13T09:00:00Z", "pathfinder_version": "2.0.0", "extensions_tested": [] -} \ No newline at end of file +} diff --git a/catalog/conformance-tests/result-climatecamp-002.json b/catalog/conformance-tests/result-climatecamp-002.json index b3f0081..bbfe9e7 100644 --- a/catalog/conformance-tests/result-climatecamp-002.json +++ b/catalog/conformance-tests/result-climatecamp-002.json @@ -5,11 +5,10 @@ }, "tested_by": { "solution_id": "carbontrail", - "version": "1.0.0", - "solution_name": "Carbon Trail" + "version": "1.0.0" }, "test_result": "passed", "test_date": "2023-07-19T11:00:00Z", "pathfinder_version": "2.0.0", "extensions_tested": [] -} \ No newline at end of file +} diff --git a/catalog/conformance-tests/result-ecoassist-prolca-001.json b/catalog/conformance-tests/result-ecoassist-prolca-001.json index fba0ecd..f4437dd 100644 --- a/catalog/conformance-tests/result-ecoassist-prolca-001.json +++ b/catalog/conformance-tests/result-ecoassist-prolca-001.json @@ -4,7 +4,6 @@ "version": "2.0.0" }, "tested_by": { - "solution_name": "NRI-CTS", "version": "0.9.15", "solution_id": "nri-cts" }, diff --git a/catalog/conformance-tests/result-ecoassist-prolca-002.json b/catalog/conformance-tests/result-ecoassist-prolca-002.json index e547c4a..35ca742 100644 --- a/catalog/conformance-tests/result-ecoassist-prolca-002.json +++ b/catalog/conformance-tests/result-ecoassist-prolca-002.json @@ -4,7 +4,6 @@ "version": "2.0.0" }, "tested_by": { - "solution_name": "Zeroboard", "version": "2.20.0", "solution_id": "zeroboard" }, diff --git a/catalog/conformance-tests/result-fujitsu-001.json b/catalog/conformance-tests/result-fujitsu-001.json index 16c77a3..ee8f324 100644 --- a/catalog/conformance-tests/result-fujitsu-001.json +++ b/catalog/conformance-tests/result-fujitsu-001.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "nri-cts", - "version": "0.9.15", - "solution_name": "NRI-CTS" + "version": "0.9.15" }, "test_result": "passed", "test_date": "2023-05-24T17:30:00Z", diff --git a/catalog/conformance-tests/result-fujitsu-002.json b/catalog/conformance-tests/result-fujitsu-002.json index 6f3b0e4..f8042ce 100644 --- a/catalog/conformance-tests/result-fujitsu-002.json +++ b/catalog/conformance-tests/result-fujitsu-002.json @@ -4,7 +4,6 @@ "version": "1.0.0" }, "tested_by": { - "solution_name": "booost Sustainability Cloud (booost GX)", "version": "3.19.1", "solution_id": "booost-gx" }, diff --git a/catalog/conformance-tests/result-fujitsu-003.json b/catalog/conformance-tests/result-fujitsu-003.json index 75c57dd..81a6b9a 100644 --- a/catalog/conformance-tests/result-fujitsu-003.json +++ b/catalog/conformance-tests/result-fujitsu-003.json @@ -4,7 +4,6 @@ "version": "1.0.0" }, "tested_by": { - "solution_name": "Zeroboard", "version": "2.20.0", "solution_id": "zeroboard" }, diff --git a/catalog/conformance-tests/result-nri-cts-001.json b/catalog/conformance-tests/result-nri-cts-001.json index 53968ba..0297dc3 100644 --- a/catalog/conformance-tests/result-nri-cts-001.json +++ b/catalog/conformance-tests/result-nri-cts-001.json @@ -4,11 +4,10 @@ "version": "0.9.15" }, "tested_by": { - "solution_name": "CarbonBlock", "version": "1.0.0", "solution_id": "carbonblock" }, "test_result": "passed", "test_date": "2023-05-09T06:37:00Z", "pathfinder_version": "2.0.0" -} \ No newline at end of file +} diff --git a/catalog/conformance-tests/result-nri-cts-002.json b/catalog/conformance-tests/result-nri-cts-002.json index f4f8c8f..32602ec 100644 --- a/catalog/conformance-tests/result-nri-cts-002.json +++ b/catalog/conformance-tests/result-nri-cts-002.json @@ -4,7 +4,6 @@ "version": "0.9.15" }, "tested_by": { - "solution_name": "Zeroboard", "version": "2.20.0", "solution_id": "zeroboard" }, diff --git a/catalog/conformance-tests/result-nri-cts-003.json b/catalog/conformance-tests/result-nri-cts-003.json index 109796c..5ed4a92 100644 --- a/catalog/conformance-tests/result-nri-cts-003.json +++ b/catalog/conformance-tests/result-nri-cts-003.json @@ -4,7 +4,6 @@ "version": "0.9.15" }, "tested_by": { - "solution_name": "TrueCarbon", "version": "2.0.0", "solution_id": "cirrus-nexus-true-carbon-for-pact-01" }, diff --git a/catalog/conformance-tests/result-nri-cts-004.json b/catalog/conformance-tests/result-nri-cts-004.json index 91e8dfe..24afdfc 100644 --- a/catalog/conformance-tests/result-nri-cts-004.json +++ b/catalog/conformance-tests/result-nri-cts-004.json @@ -4,11 +4,10 @@ "version": "0.9.15" }, "tested_by": { - "solution_name": "booost Sustainability Cloud (booost GX)", "version": "3.19.1", "solution_id": "booost-gx" }, "test_result": "passed", "test_date": "2023-05-26T02:09:00Z", "pathfinder_version": "1.0.0" -} \ No newline at end of file +} diff --git a/catalog/conformance-tests/result-nri-cts-005.json b/catalog/conformance-tests/result-nri-cts-005.json index af03867..4f1b14b 100644 --- a/catalog/conformance-tests/result-nri-cts-005.json +++ b/catalog/conformance-tests/result-nri-cts-005.json @@ -4,11 +4,10 @@ "version": "0.9.15" }, "tested_by": { - "solution_name": "EcoAssist-Pro/LCA", "version": "2.0.0", "solution_id": "ecoassist-prolca" }, "test_result": "passed", "test_date": "2023-05-26T06:52:00Z", "pathfinder_version": "1.0.0" -} \ No newline at end of file +} diff --git a/catalog/conformance-tests/result-nri-cts-006.json b/catalog/conformance-tests/result-nri-cts-006.json index 84c21bb..52717a4 100644 --- a/catalog/conformance-tests/result-nri-cts-006.json +++ b/catalog/conformance-tests/result-nri-cts-006.json @@ -4,11 +4,10 @@ "version": "0.9.15" }, "tested_by": { - "solution_name": "Avery Dennison - atma.io", "version": "2.0.1", "solution_id": "atma-io" }, "test_result": "passed", "test_date": "2023-08-10T08:03:00Z", "pathfinder_version": "2.0.0" -} \ No newline at end of file +} diff --git a/catalog/conformance-tests/result-zeroboard-001.json b/catalog/conformance-tests/result-zeroboard-001.json index f9345a3..70d8604 100644 --- a/catalog/conformance-tests/result-zeroboard-001.json +++ b/catalog/conformance-tests/result-zeroboard-001.json @@ -4,7 +4,6 @@ "version": "2.20.0" }, "tested_by": { - "solution_name": "NRI-CTS", "version": "0.9.15", "solution_id": "nri-cts" }, diff --git a/catalog/conformance-tests/result-zeroboard-002.json b/catalog/conformance-tests/result-zeroboard-002.json index 9ae4667..d112287 100644 --- a/catalog/conformance-tests/result-zeroboard-002.json +++ b/catalog/conformance-tests/result-zeroboard-002.json @@ -4,7 +4,6 @@ "version": "2.20.0" }, "tested_by": { - "solution_name": "booost Sustainability Cloud (booost GX)", "version": "3.19.1", "solution_id": "booost-gx" }, diff --git a/catalog/examples/conformance-tests/result-example-solution-001.json b/catalog/examples/conformance-tests/result-example-solution-001.json index 3095c89..135dfee 100644 --- a/catalog/examples/conformance-tests/result-example-solution-001.json +++ b/catalog/examples/conformance-tests/result-example-solution-001.json @@ -5,8 +5,7 @@ }, "tested_by": { "solution_id": "second-solution", - "version": "0.0.0", - "solution_name": "A Second Solution" + "version": "0.0.0" }, "test_result": "passed", "test_date": "2023-04-13T09:00:00Z",