From 5cc4472748d61f78d7e2eb34830b6d2034680d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 15 Dec 2023 17:06:05 +0100 Subject: [PATCH] Add a `Toolbelt Catalog` entry for `did` --- docs/toolbelt-catalog.yaml | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/toolbelt-catalog.yaml diff --git a/docs/toolbelt-catalog.yaml b/docs/toolbelt-catalog.yaml new file mode 100644 index 00000000..36530dd2 --- /dev/null +++ b/docs/toolbelt-catalog.yaml @@ -0,0 +1,44 @@ +# Catalog entry for Backstage [backstage.io] + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: did + title: did + description: + What did you do last week, month, year? Comfortably gather + status report data for given week, month, quarter, year or + selected date range. + annotations: + github.com/project-slug: psss/did + links: + - title: docs + url: https://did.readthedocs.io + icon: docs + - title: code + url: https://github.com/psss/did/ + icon: github + - title: pypi + url: https://pypi.org/project/did + - title: copr + url: https://copr.fedorainfracloud.org/coprs/psss/did/ + tags: + - bodhi + - bugzilla + - git + - github + - gitlab + - google + - jira + - koji + - nitrate + - pagure + - sentry + - trello + - wiki + - python + namespace: quality-community +spec: + type: tool + owner: user:redhat/psplicha + lifecycle: production