From b616b2929d89d711ae45fb4a57c71a9fc7711243 Mon Sep 17 00:00:00 2001 From: Chintan Joshi Date: Wed, 29 May 2024 22:32:44 +0300 Subject: [PATCH 1/4] 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 0000000..342cece --- /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: 'frontend-app-shell' + description: "A Piral shell application for use with Open edX MFEs." + links: + - url: "https://github.com/ichintanjoshi/frontend-app-shell" + title: "frontend-app-shell" + icon: "GitHub" + annotations: + openedx.org/arch-interest-groups: "" + openedx.org/release: "main" +spec: + owner: group:openedx-unmaintained + type: 'service' + lifecycle: 'production' From 39023c1d7a973b8b0792da372252b1ab56775cd0 Mon Sep 17 00:00:00 2001 From: ichintanjoshi Date: Thu, 20 Jun 2024 09:05:32 +0300 Subject: [PATCH 2/4] fix: remove annotations and links portion --- catalog-info.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 342cece..c190da4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,13 +6,6 @@ kind: Component metadata: name: 'frontend-app-shell' description: "A Piral shell application for use with Open edX MFEs." - links: - - url: "https://github.com/ichintanjoshi/frontend-app-shell" - title: "frontend-app-shell" - icon: "GitHub" - annotations: - openedx.org/arch-interest-groups: "" - openedx.org/release: "main" spec: owner: group:openedx-unmaintained type: 'service' From fa239f771fe96f411e5ab7d2e9870a924713e706 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 20 Jun 2024 13:35:36 -0400 Subject: [PATCH 3/4] docs: Update catalog-info.yaml --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index c190da4..d3d733a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -7,6 +7,6 @@ metadata: name: 'frontend-app-shell' description: "A Piral shell application for use with Open edX MFEs." spec: - owner: group:openedx-unmaintained + owner: user:arbrandes type: 'service' lifecycle: 'production' From aff1b8e632b0ce01b6d21dc999333e4393d5d91a Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 20 Jun 2024 13:37:12 -0400 Subject: [PATCH 4/4] docs: Apply suggestions from code review --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index d3d733a..9b0dc7d 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -5,8 +5,8 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: 'frontend-app-shell' - description: "A Piral shell application for use with Open edX MFEs." + description: "A shell application for use with Open edX MFEs." spec: owner: user:arbrandes type: 'service' - lifecycle: 'production' + lifecycle: 'experimental'