From 257dbdab2f4d081a4238bc8af9ff663196d7570b Mon Sep 17 00:00:00 2001 From: James Kachel Date: Mon, 9 Dec 2024 09:30:41 -0600 Subject: [PATCH 1/2] Add Unified Ecommerce to the repos_info.json --- repos_info.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repos_info.json b/repos_info.json index 0ba0dd5..044ea66 100644 --- a/repos_info.json +++ b/repos_info.json @@ -194,6 +194,17 @@ "project_type": "library", "packaging_tool": "npm", "versioning_strategy": "npm" + }, + { + "name": "unified-ecommerce", + "repo_url": "https://github.com/mitodl/unified-ecommerce.git", + "ci_hash_url": "https://api.pay-ci.ol.mit.edu/static/hash.txt", + "rc_hash_url": "https://api.pay-ci.ol.mit.edu/static/hash.txt", + "prod_hash_url": "https://api.pay.ol.mit.edu/static/hash.txt", + "channel_name": "product-unified-ecommerce", + "project_type": "web_application", + "web_application_type": "django", + "versioning_strategy": "python" } ] } From 4e812ad61a57fe57cb6840105da0929d33804702 Mon Sep 17 00:00:00 2001 From: James Kachel Date: Tue, 7 Jan 2025 13:49:03 -0600 Subject: [PATCH 2/2] Update URLs and channel names for Unified Ecommerce --- repos_info.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/repos_info.json b/repos_info.json index 044ea66..49cba06 100644 --- a/repos_info.json +++ b/repos_info.json @@ -198,10 +198,21 @@ { "name": "unified-ecommerce", "repo_url": "https://github.com/mitodl/unified-ecommerce.git", - "ci_hash_url": "https://api.pay-ci.ol.mit.edu/static/hash.txt", - "rc_hash_url": "https://api.pay-ci.ol.mit.edu/static/hash.txt", - "prod_hash_url": "https://api.pay.ol.mit.edu/static/hash.txt", - "channel_name": "product-unified-ecommerce", + "ci_hash_url": "https://api-pay-ci.ol.mit.edu/static/hash.txt", + "rc_hash_url": "https://api-pay-rc.ol.mit.edu/static/hash.txt", + "prod_hash_url": "https://api-pay.ol.mit.edu/static/hash.txt", + "channel_name": "doof-ue-backend", + "project_type": "web_application", + "web_application_type": "django", + "versioning_strategy": "python" + }, + { + "name": "unified-ecommerce-frontend", + "repo_url": "https://github.com/mitodl/unified-ecommerce-frontend.git", + "ci_hash_url": "https://pay-ci.ol.mit.edu/static/hash.txt", + "rc_hash_url": "https://pay-rc.ol.mit.edu/static/hash.txt", + "prod_hash_url": "https://pay.ol.mit.edu/static/hash.txt", + "channel_name": "doof-ue-frontend", "project_type": "web_application", "web_application_type": "django", "versioning_strategy": "python"