From 4611e59ad3f52c087b3b3a333e38ff85df447480 Mon Sep 17 00:00:00 2001 From: lokeshrangineni Date: Tue, 14 Nov 2023 15:42:28 -0500 Subject: [PATCH 1/2] Adding backstage configuration catalog-info.yaml --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..e1988f9 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + annotations: + backstage.io/kubernetes-id: intellij-dependency-analytics + github.com/project-slug: RHEcosystemAppEng/intellij-dependency-analytics + github.com/project-readme-path: README.md + backstage.io/view-url: https://github.com/RHEcosystemAppEng/intellij-dependency-analytics/blob/main/catalog-info.yaml + backstage.io/edit-url: https://github.com/RHEcosystemAppEng/intellij-dependency-analytics/blob/main/catalog-info.yaml + backstage.io/source-location: url:https://github.com/RHEcosystemAppEng/intellij-dependency-analytics + backstage.io/techdocs-ref: dir:README.md + name: intellij-dependency-analytics +spec: + lifecycle: production + owner: ecosystem-appeng + type: service From 7a4fd3ecf4887331d89e1d98fdcc520663538768 Mon Sep 17 00:00:00 2001 From: lokeshrangineni Date: Tue, 14 Nov 2023 16:20:50 -0500 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Ruben Romero Montes --- catalog-info.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index e1988f9..4f814c7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -3,11 +3,11 @@ kind: Component metadata: annotations: backstage.io/kubernetes-id: intellij-dependency-analytics - github.com/project-slug: RHEcosystemAppEng/intellij-dependency-analytics + github.com/project-slug: redhat-developer/intellij-dependency-analytics github.com/project-readme-path: README.md - backstage.io/view-url: https://github.com/RHEcosystemAppEng/intellij-dependency-analytics/blob/main/catalog-info.yaml - backstage.io/edit-url: https://github.com/RHEcosystemAppEng/intellij-dependency-analytics/blob/main/catalog-info.yaml - backstage.io/source-location: url:https://github.com/RHEcosystemAppEng/intellij-dependency-analytics + backstage.io/view-url: https://github.com/redhat-developer/intellij-dependency-analytics/blob/main/catalog-info.yaml + backstage.io/edit-url: https://github.com/redhat-developer/intellij-dependency-analytics/blob/main/catalog-info.yaml + backstage.io/source-location: url:https://github.com/redhat-developer/intellij-dependency-analytics backstage.io/techdocs-ref: dir:README.md name: intellij-dependency-analytics spec: