From 68f768d4a0f1471532f071e2bd73647370bfec34 Mon Sep 17 00:00:00 2001 From: Chintan Joshi Date: Thu, 30 May 2024 09:22:22 +0300 Subject: [PATCH 1/3] chore: add catalog-info.yml --- catalog-info.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000..238f89702b --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,19 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'edx-proctoring' + description: "The exam proctoring subsystem for the Open edX platform." + links: + - url: "https://github.com/openedx/edx-proctoring" + title: "openedx/edx-proctoring" + icon: "GitHub" + annotations: + openedx.org/arch-interest-groups: "" + openedx.org/release: "main" +spec: + owner: group:openedx-unmaintained + type: 'service' + lifecycle: 'production' From 6386aa10bf0420b42024399691dae803776e9163 Mon Sep 17 00:00:00 2001 From: Chintan Joshi Date: Thu, 29 Aug 2024 08:14:11 +0300 Subject: [PATCH 2/3] fix: remove org release Co-authored-by: Feanil Patel --- catalog-info.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 238f89702b..cb8106f1ae 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -12,7 +12,6 @@ metadata: icon: "GitHub" annotations: openedx.org/arch-interest-groups: "" - openedx.org/release: "main" spec: owner: group:openedx-unmaintained type: 'service' From 25bbefe6767baa6b8608c87c64e2922bba9aa24b Mon Sep 17 00:00:00 2001 From: Chintan Joshi Date: Thu, 29 Aug 2024 08:15:49 +0300 Subject: [PATCH 3/3] fix: remove redundant GH links Co-authored-by: Feanil Patel --- catalog-info.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index cb8106f1ae..8f03e4d54d 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,10 +6,7 @@ kind: Component metadata: name: 'edx-proctoring' description: "The exam proctoring subsystem for the Open edX platform." - links: - - url: "https://github.com/openedx/edx-proctoring" - title: "openedx/edx-proctoring" - icon: "GitHub" + links: [] annotations: openedx.org/arch-interest-groups: "" spec: