From 1529a534ecf8366594dc4c66e87e2c46cdc1c8aa Mon Sep 17 00:00:00 2001 From: salman2013 Date: Fri, 31 Jan 2025 17:32:02 +0500 Subject: [PATCH 1/3] chore: update catalog-info file for release data --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 9c8dc051..98bbc3f3 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -12,6 +12,7 @@ metadata: icon: "Web" annotations: openedx.org/arch-interest-groups: "" + openedx.org/release: "master" spec: owner: group:2u-arch-bom type: 'other' From 8e856f2604ab02cd116a7fde313216d331bf71b8 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 11 Feb 2025 13:59:02 +0500 Subject: [PATCH 2/3] fix: As per comment we should not tag this repo for release and remove openedx.yaml --- catalog-info.yaml | 19 ------------------- openedx.yaml | 5 ----- 2 files changed, 24 deletions(-) delete mode 100644 catalog-info.yaml delete mode 100644 openedx.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml deleted file mode 100644 index 98bbc3f3..00000000 --- a/catalog-info.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# 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-repo-health' - description: "edx-repo-health is a set of checks of the health of repositories." - links: - - url: "https://github.com/openedx/edx-repo-health" - title: "edX Repo Health Checks" - icon: "Web" - annotations: - openedx.org/arch-interest-groups: "" - openedx.org/release: "master" -spec: - owner: group:2u-arch-bom - type: 'other' - lifecycle: 'production' diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 8577cf95..00000000 --- a/openedx.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# openedx.yaml - ---- -oeps: - oep-18: True From 4f4594f2209a515384aefe30d3f65230eae08e0a Mon Sep 17 00:00:00 2001 From: salman2013 Date: Tue, 11 Feb 2025 14:01:58 +0500 Subject: [PATCH 3/3] fix: fixed the comment to not tag the repo and remove openedx.yaml --- catalog-info.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..9c8dc051 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,18 @@ +# 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-repo-health' + description: "edx-repo-health is a set of checks of the health of repositories." + links: + - url: "https://github.com/openedx/edx-repo-health" + title: "edX Repo Health Checks" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:2u-arch-bom + type: 'other' + lifecycle: 'production'