From d6424a8b87306eba87da0f3943cad3fd7b919552 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 16 Nov 2023 15:19:23 +0500 Subject: [PATCH 1/3] chore: repo initial maintenance --- .../workflows/upgrade-python-requirements.yml | 4 ++-- catalog-info.yaml | 24 +++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 catalog-info.yaml diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 0cadb2cc..3c4cef9a 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -17,8 +17,8 @@ jobs: branch: ${{ github.event.inputs.branch || 'master' }} # optional parameters below; fill in if you'd like github or email notifications # user_reviewers: "" - # team_reviewers: "" - email_address: "aurora-requirements-update@2u-internal.opsgenie.net" + team_reviewers: 'axim-aximprovements' + email_address: 'aximimprovements@axim.org' send_success_notification: true secrets: requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }} diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..6cbb7be2 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,24 @@ +# 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-notes-api' + description: "A backend store for edX Student Notes" + annotations: + # (Optional) Annotation keys and values can be whatever you want. + # We use it in Open edX repos to have a comma-separated list of GitHub user + # names that might be interested in changes to the architecture of this + # component. + openedx.org/arch-interest-groups: "feanil, e0d, salman2013, farhan" +spec: + + # (Required) This can be a group(`group:` or a user(`user:`) + owner: 'group:axim-engineering' + + # (Required) Acceptable Type Values: service, website, library + type: 'library' + + # (Required) Acceptable Lifecycle Values: experimental, production, deprecated + lifecycle: 'production' \ No newline at end of file From a84e40d2002216cc81fd70a91a5b6fb48032033e Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 16 Nov 2023 15:41:29 +0500 Subject: [PATCH 2/3] chore: fixed comment, remove annotation for specific github user --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 6cbb7be2..b6206f32 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -11,7 +11,7 @@ metadata: # We use it in Open edX repos to have a comma-separated list of GitHub user # names that might be interested in changes to the architecture of this # component. - openedx.org/arch-interest-groups: "feanil, e0d, salman2013, farhan" + openedx.org/arch-interest-groups: "" spec: # (Required) This can be a group(`group:` or a user(`user:`) From 77b44d7557b82c5e0cead44a562c9f9c5a20d8ac Mon Sep 17 00:00:00 2001 From: salman2013 Date: Mon, 20 Nov 2023 15:15:53 +0500 Subject: [PATCH 3/3] chore: fix comment as per review --- catalog-info.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index b6206f32..88dcb9d4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,12 +6,6 @@ kind: "Component" metadata: name: 'edx-notes-api' description: "A backend store for edX Student Notes" - annotations: - # (Optional) Annotation keys and values can be whatever you want. - # We use it in Open edX repos to have a comma-separated list of GitHub user - # names that might be interested in changes to the architecture of this - # component. - openedx.org/arch-interest-groups: "" spec: # (Required) This can be a group(`group:` or a user(`user:`) @@ -21,4 +15,5 @@ spec: type: 'library' # (Required) Acceptable Lifecycle Values: experimental, production, deprecated - lifecycle: 'production' \ No newline at end of file + lifecycle: 'production' + \ No newline at end of file