From f249492f77d6af8d11a78d0bc6d80df071116f86 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Mon, 4 Mar 2024 22:17:13 -0500 Subject: [PATCH 1/3] chore: create catalog-info.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 0000000..dd88152 --- /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: 'event-bus-kafka' + description: "Kafka implementation for Open edX event bus." + links: + - url: "https://github.com/openedx/event-bus-kafka" + title: "Event Bus Kafka" + icon: "Web" + annotations: + openedx.org/arch-interest-groups: "" +spec: + owner: group:2u-arch-bom + type: 'other' + lifecycle: 'production' From b5da925a2c542a46fc5c7410ca8f9921bcfe3c32 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Tue, 5 Mar 2024 11:03:28 -0500 Subject: [PATCH 2/3] Update catalog-info.yaml Co-authored-by: Robert Raposa --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index dd88152..0d929a0 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -14,5 +14,5 @@ metadata: openedx.org/arch-interest-groups: "" spec: owner: group:2u-arch-bom - type: 'other' + type: 'library' lifecycle: 'production' From 997c2046eae8467071e248f87392d140ea3d74d2 Mon Sep 17 00:00:00 2001 From: Jeremy Ristau Date: Tue, 5 Mar 2024 11:03:45 -0500 Subject: [PATCH 3/3] Update catalog-info.yaml Co-authored-by: Robert Raposa --- catalog-info.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 0d929a0..963f11a 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -16,3 +16,5 @@ spec: owner: group:2u-arch-bom type: 'library' lifecycle: 'production' + dependsOn: + - 'openedx-events'