From 0ec14d6e0916ea2fb36b05339070623176e4135b Mon Sep 17 00:00:00 2001 From: Wil Stuckey Date: Fri, 1 Nov 2024 14:02:59 -0500 Subject: [PATCH 1/5] feat: Add Backstage app --- repositories.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repositories.yaml b/repositories.yaml index a323afc8..ef98f5e7 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -2092,3 +2092,20 @@ applications: moz_pipeline_metadata_defaults: expiration_policy: delete_after_days: 400 + + - app_name: mozilla_backstage + canonical_app_name: Mozilla Service Catalog + app_description: Mozilla Service Catalog (Backstage) + url: https://github.com/mozilla-services/moz-backstage-app + notification_emails: + wstuckey@mozilla.com + metrics_files: + - plugins/glean/metrics.yaml + channels: + - v1_name: moz-backstage-dev + app_id: moz_backstage + app_channel: development + - v1_name: moz-backstage-prod + app_id: moz_backstage + app_channel: production + From df4655cd57a95cec9b109b2febdcacd8ecaebaec Mon Sep 17 00:00:00 2001 From: Wil Stuckey Date: Fri, 1 Nov 2024 14:09:33 -0500 Subject: [PATCH 2/5] fix: lint? --- repositories.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/repositories.yaml b/repositories.yaml index ef98f5e7..28174c90 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -2108,4 +2108,3 @@ applications: - v1_name: moz-backstage-prod app_id: moz_backstage app_channel: production - From 4c8e8e53de5c205fb023656f89769d3b384da22f Mon Sep 17 00:00:00 2001 From: Wil Stuckey Date: Fri, 1 Nov 2024 14:12:11 -0500 Subject: [PATCH 3/5] fix: string to array --- repositories.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.yaml b/repositories.yaml index 28174c90..c2952bfd 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -2098,7 +2098,7 @@ applications: app_description: Mozilla Service Catalog (Backstage) url: https://github.com/mozilla-services/moz-backstage-app notification_emails: - wstuckey@mozilla.com + - wstuckey@mozilla.com metrics_files: - plugins/glean/metrics.yaml channels: From 9d76983f0eda6b1ecc3e80efa72e6fa2751e4e3f Mon Sep 17 00:00:00 2001 From: Wil Stuckey Date: Fri, 1 Nov 2024 14:51:22 -0500 Subject: [PATCH 4/5] fix: i don't understand channels --- repositories.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/repositories.yaml b/repositories.yaml index c2952bfd..3468861c 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -2102,9 +2102,5 @@ applications: metrics_files: - plugins/glean/metrics.yaml channels: - - v1_name: moz-backstage-dev + - v1_name: moz-backstage app_id: moz_backstage - app_channel: development - - v1_name: moz-backstage-prod - app_id: moz_backstage - app_channel: production From d5cba4b61d0517333f1de15bcf98783d1484f1fb Mon Sep 17 00:00:00 2001 From: Wil Stuckey Date: Mon, 4 Nov 2024 10:24:36 -0600 Subject: [PATCH 5/5] fix: add expiration policy --- repositories.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repositories.yaml b/repositories.yaml index 3468861c..cb7872f0 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -2104,3 +2104,6 @@ applications: channels: - v1_name: moz-backstage app_id: moz_backstage + moz_pipeline_metadata_defaults: + expiration_policy: + delete_after_days: 400