From 5b8cf67ab6215f07cee1cb8185a781d2369ef785 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 24 Oct 2024 15:41:42 +0500 Subject: [PATCH 1/2] chore: update catalog-info.yaml file for release data --- catalog-info.yaml | 13 +++++++++++++ openedx.yaml | 20 -------------------- 2 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 catalog-info.yaml delete mode 100644 openedx.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..f0769e42 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +# 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: 'sfe' + description: "The Open edx Enterprise Service app provides enterprise features to the Open edX platform" +spec: + owner: group:openedx-unmaintained + type: 'website' + lifecycle: '' + \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 41f4dc7a..00000000 --- a/openedx.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# https://open-edx-proposals.readthedocs.io/en/latest/oep-0002-bp-repo-metadata.html - -nick: sfe -oeps: - oep-2: - state: True - oep-11: - state: True - reason: This repo uses the technology noted in this OEP - oep-7: - applicable: False - reason: This OEP discusses Python 3 migration and this repo does not use Python - oep-18: - applicable: False - reason: This OEP discusses Python dependency management and this repo does not use Python - oep-22: - applicable: False - reason: This OEP discusses Django Caching and this repo does not use Django - From c4aaedf3b252c91ce30c461df8f404a4b93f4804 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 25 Oct 2024 13:50:05 -0400 Subject: [PATCH 2/2] docs: apply suggestions from code review --- catalog-info.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index f0769e42..82dc0fe9 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,10 +4,10 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: 'sfe' - description: "The Open edx Enterprise Service app provides enterprise features to the Open edX platform" + name: 'studio-frontend' + description: "Frontend code used as a part of the legacy authoring envirnment." spec: owner: group:openedx-unmaintained - type: 'website' + type: 'library' lifecycle: '' \ No newline at end of file