From adf790fc6e5ec4d13b912c15a825723d3976c3f1 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Fri, 26 Apr 2024 12:26:35 -0500 Subject: [PATCH 1/2] build: Add structured Maintainers information --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..3beb7c9 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +# 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-organizations' + description: "Django application responsible for managing the concept of Organizations in the Open edX platform" + links: + - url: "https://github.com/openedx/edx-organizations" + title: "Source Code" + icon: "Code" + annotations: + openedx.org/arch-interest-groups: "felipemontoya" +spec: + owner: user:felipemontoya + type: 'library' + lifecycle: 'production' From e1511315c5df6b89bac34cd7d3e531ed92fa6012 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Fri, 26 Apr 2024 14:44:04 -0500 Subject: [PATCH 2/2] fix: Removed links as backstage adds the source automatically --- catalog-info.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 3beb7c9..51dfb6c 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -5,10 +5,6 @@ kind: Component metadata: name: 'edx-organizations' description: "Django application responsible for managing the concept of Organizations in the Open edX platform" - links: - - url: "https://github.com/openedx/edx-organizations" - title: "Source Code" - icon: "Code" annotations: openedx.org/arch-interest-groups: "felipemontoya" spec: