From 3ad8b87df4b3e3e0ecafcff0d30a956e9de318f5 Mon Sep 17 00:00:00 2001 From: GSE Atma Dev <117659752+gse-atma-dev@users.noreply.github.com> Date: Sat, 27 May 2023 23:21:01 +0200 Subject: [PATCH 1/9] added atma-io solution --- catalog/solutions/atma_io/2.0.1/solution.json | 8 ++++++++ catalog/users/atma_io.json | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100644 catalog/solutions/atma_io/2.0.1/solution.json create mode 100644 catalog/users/atma_io.json diff --git a/catalog/solutions/atma_io/2.0.1/solution.json b/catalog/solutions/atma_io/2.0.1/solution.json new file mode 100644 index 0000000..f435853 --- /dev/null +++ b/catalog/solutions/atma_io/2.0.1/solution.json @@ -0,0 +1,8 @@ +{ + "id": "atma_io", + "name": "atma.io", + "version": "2.0.1", + "website": "https://atma.io/", + "provider": "atma_io", + "summary": "A platform that unlocks the power of connected products by assigning unique digital IDs to everyday items, providing unparalleled end-to-end transparency by tracking, storing and managing all the events associated with each individual product — from source to consumer and beyond to enable circularity and PACT Pathfinder conformant product carbon footprint data exchange." +} diff --git a/catalog/users/atma_io.json b/catalog/users/atma_io.json new file mode 100644 index 0000000..f60d4a7 --- /dev/null +++ b/catalog/users/atma_io.json @@ -0,0 +1,7 @@ +{ + "id": "atma_io", + "kind": "solutionprovider", + "name": "atma.io", + "email": "hello@atma.io", + "website": "https://www.atma.io/" +} From 881ff0951aacb03ff3600220756fb38cf28ab0b3 Mon Sep 17 00:00:00 2001 From: Raimundo Henriques Date: Wed, 31 May 2023 11:56:28 +0100 Subject: [PATCH 2/9] Update catalog/solutions/atma_io/2.0.1/solution.json --- catalog/solutions/atma_io/2.0.1/solution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/solutions/atma_io/2.0.1/solution.json b/catalog/solutions/atma_io/2.0.1/solution.json index f435853..81f5611 100644 --- a/catalog/solutions/atma_io/2.0.1/solution.json +++ b/catalog/solutions/atma_io/2.0.1/solution.json @@ -3,6 +3,6 @@ "name": "atma.io", "version": "2.0.1", "website": "https://atma.io/", - "provider": "atma_io", + "provider_id": "atma-io", "summary": "A platform that unlocks the power of connected products by assigning unique digital IDs to everyday items, providing unparalleled end-to-end transparency by tracking, storing and managing all the events associated with each individual product — from source to consumer and beyond to enable circularity and PACT Pathfinder conformant product carbon footprint data exchange." } From 0d2c0da7d3f25bca6feede01119c2ed8e01874d0 Mon Sep 17 00:00:00 2001 From: Raimundo Henriques Date: Wed, 31 May 2023 16:11:42 +0100 Subject: [PATCH 3/9] refactor: replace underscores with dashes --- catalog/solutions/{atma_io => atma-io}/2.0.1/solution.json | 2 +- catalog/users/{atma_io.json => atma-io.json} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename catalog/solutions/{atma_io => atma-io}/2.0.1/solution.json (96%) rename catalog/users/{atma_io.json => atma-io.json} (86%) diff --git a/catalog/solutions/atma_io/2.0.1/solution.json b/catalog/solutions/atma-io/2.0.1/solution.json similarity index 96% rename from catalog/solutions/atma_io/2.0.1/solution.json rename to catalog/solutions/atma-io/2.0.1/solution.json index 81f5611..9a53956 100644 --- a/catalog/solutions/atma_io/2.0.1/solution.json +++ b/catalog/solutions/atma-io/2.0.1/solution.json @@ -1,5 +1,5 @@ { - "id": "atma_io", + "id": "atma-io", "name": "atma.io", "version": "2.0.1", "website": "https://atma.io/", diff --git a/catalog/users/atma_io.json b/catalog/users/atma-io.json similarity index 86% rename from catalog/users/atma_io.json rename to catalog/users/atma-io.json index f60d4a7..62c7164 100644 --- a/catalog/users/atma_io.json +++ b/catalog/users/atma-io.json @@ -1,5 +1,5 @@ { - "id": "atma_io", + "id": "atma-io", "kind": "solutionprovider", "name": "atma.io", "email": "hello@atma.io", From 945c9486efa8918feab62fe0d1e58af24734efa5 Mon Sep 17 00:00:00 2001 From: gse-atma-dev <117659752+gse-atma-dev@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:59:00 +0200 Subject: [PATCH 4/9] Added logo for solution --- catalog/solutions/atma-io/2.0.1/solution.json | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/solutions/atma-io/2.0.1/solution.json b/catalog/solutions/atma-io/2.0.1/solution.json index 9a53956..2178b8f 100644 --- a/catalog/solutions/atma-io/2.0.1/solution.json +++ b/catalog/solutions/atma-io/2.0.1/solution.json @@ -4,5 +4,6 @@ "version": "2.0.1", "website": "https://atma.io/", "provider_id": "atma-io", + "logo": " https://atmagaiaproduction.blob.core.windows.net/assets/atma.io_AD_black.png", "summary": "A platform that unlocks the power of connected products by assigning unique digital IDs to everyday items, providing unparalleled end-to-end transparency by tracking, storing and managing all the events associated with each individual product — from source to consumer and beyond to enable circularity and PACT Pathfinder conformant product carbon footprint data exchange." } From ebdbd219db1d30b57476aa0a984b7688caa5f1df Mon Sep 17 00:00:00 2001 From: gse-atma-dev <117659752+gse-atma-dev@users.noreply.github.com> Date: Wed, 5 Jul 2023 13:04:52 +0200 Subject: [PATCH 5/9] Added conformance test from 'cirrus-nexus' --- catalog/conformance-tests/result-atma-io-001.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog/conformance-tests/result-atma-io-001.json diff --git a/catalog/conformance-tests/result-atma-io-001.json b/catalog/conformance-tests/result-atma-io-001.json new file mode 100644 index 0000000..3aa87e6 --- /dev/null +++ b/catalog/conformance-tests/result-atma-io-001.json @@ -0,0 +1,15 @@ +{ + "tested_solution": { + "solution_id": "atma-io", + "version": "2.0.1" + }, + "tested_by": { + "solution_name": "TrueCarbon", + "version": "2.0.0", + "solution_id": " cirrus-nexus-true-carbon-for-pact-01" + } + "test_result": "passed", + "test_date": "2023-06-28T00:00:00Z", + "pathfinder_version": "2.0.1", + "extensions_tested": [] +} From a4a2e99f50edf6053dcd62a606ac6094ea89e5ae Mon Sep 17 00:00:00 2001 From: gse-atma-dev <117659752+gse-atma-dev@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:02:22 +0200 Subject: [PATCH 6/9] remove logo from solution file --- catalog/solutions/atma-io/2.0.1/solution.json | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog/solutions/atma-io/2.0.1/solution.json b/catalog/solutions/atma-io/2.0.1/solution.json index 2178b8f..9a53956 100644 --- a/catalog/solutions/atma-io/2.0.1/solution.json +++ b/catalog/solutions/atma-io/2.0.1/solution.json @@ -4,6 +4,5 @@ "version": "2.0.1", "website": "https://atma.io/", "provider_id": "atma-io", - "logo": " https://atmagaiaproduction.blob.core.windows.net/assets/atma.io_AD_black.png", "summary": "A platform that unlocks the power of connected products by assigning unique digital IDs to everyday items, providing unparalleled end-to-end transparency by tracking, storing and managing all the events associated with each individual product — from source to consumer and beyond to enable circularity and PACT Pathfinder conformant product carbon footprint data exchange." } From 888689786e8d73395a6aa28d8657d9693e555b56 Mon Sep 17 00:00:00 2001 From: gse-atma-dev <117659752+gse-atma-dev@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:02:55 +0200 Subject: [PATCH 7/9] added logo to users file --- catalog/users/atma-io.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog/users/atma-io.json b/catalog/users/atma-io.json index 62c7164..2735a88 100644 --- a/catalog/users/atma-io.json +++ b/catalog/users/atma-io.json @@ -3,5 +3,6 @@ "kind": "solutionprovider", "name": "atma.io", "email": "hello@atma.io", - "website": "https://www.atma.io/" + "website": "https://www.atma.io/", + "logo": " https://atmagaiaproduction.blob.core.windows.net/assets/atma.io_AD_black.png" } From 0e4926a01ca67d547b3bd0ab0a401de4326637c8 Mon Sep 17 00:00:00 2001 From: gse-atma-dev <117659752+gse-atma-dev@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:04:08 +0200 Subject: [PATCH 8/9] fix json and version of pathfinder --- catalog/conformance-tests/result-atma-io-001.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/conformance-tests/result-atma-io-001.json b/catalog/conformance-tests/result-atma-io-001.json index 3aa87e6..aa97d51 100644 --- a/catalog/conformance-tests/result-atma-io-001.json +++ b/catalog/conformance-tests/result-atma-io-001.json @@ -7,9 +7,9 @@ "solution_name": "TrueCarbon", "version": "2.0.0", "solution_id": " cirrus-nexus-true-carbon-for-pact-01" - } + }, "test_result": "passed", "test_date": "2023-06-28T00:00:00Z", - "pathfinder_version": "2.0.1", + "pathfinder_version": "2.0.0", "extensions_tested": [] } From bd430d88b229f6dccd462ddfcacc584b995c89e8 Mon Sep 17 00:00:00 2001 From: Raimundo Henriques Date: Thu, 6 Jul 2023 13:55:22 +0100 Subject: [PATCH 9/9] Update result-atma-io-001.json --- catalog/conformance-tests/result-atma-io-001.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog/conformance-tests/result-atma-io-001.json b/catalog/conformance-tests/result-atma-io-001.json index aa97d51..e722215 100644 --- a/catalog/conformance-tests/result-atma-io-001.json +++ b/catalog/conformance-tests/result-atma-io-001.json @@ -6,7 +6,7 @@ "tested_by": { "solution_name": "TrueCarbon", "version": "2.0.0", - "solution_id": " cirrus-nexus-true-carbon-for-pact-01" + "solution_id": "cirrus-nexus-true-carbon-for-pact-01" }, "test_result": "passed", "test_date": "2023-06-28T00:00:00Z",