Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Toolbelt Catalog entry for fmf #216

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions docs/toolbelt-catalog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Catalog entry for Backstage [backstage.io]

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: fmf
title: fmf
description:
The `fmf` Python module and command line tool implement a
flexible format for defining metadata in plain text files
which can be stored close to the source code. Thanks to
hierarchical structure with support for inheritance and
elasticity it provides an efficient way to organize data
into well-sized text documents.
annotations:
github.com/project-slug: teemtee/fmf
feedback/type: JIRA
feedback/host: https://issues.redhat.com
jira/project-key: TT
feedback/email-to: [email protected]
links:
- title: docs
url: https://fmf.readthedocs.io
icon: docs
- title: code
url: https://github.com/teemtee/fmf/
icon: github
- title: pypi
url: https://pypi.org/project/fmf
- title: copr
url: https://copr.fedorainfracloud.org/coprs/g/teemtee/fmf/
- title: "#tmt"
url: https://app.slack.com/client/E030G10V24F/C04LRPNDZ4Y
icon: chat
tags:
- test-metadata
- python
namespace: quality-community
spec:
type: library
owner: group:redhat/tmt
lifecycle: production
Loading