-
Notifications
You must be signed in to change notification settings - Fork 1
/
catalog-info.yaml
35 lines (35 loc) · 1.02 KB
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This file is partially auto-generated by the invoca-backstage-tools gem
# The following fields should not be edited manually as they are auto-generated
# based on the contents of the repo:
# - metadata.name
# - metadata.title
# - metadata.description
# - annotations.github.com/project-slug
# - invoca.com/version-repository-location
# - invoca.com/version-repository-name
# - spec.type
# - spec.owner
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: declare_schema-gem
title: DeclareSchema
annotations:
buildkite.com/project-slug: Invoca/declare_schema
github.com/project-slug: invoca/declare_schema
invoca.com/version-repository-location: rubygems
invoca.com/version-repository-name: declare_schema
endoflife.date/products: [email protected]
tags:
- ruby
- open-source
- gem
- executable
description: Declare your Rails/active_record model schemas and have database migrations
generated for you!
spec:
type: library
lifecycle: production
owner: octothorpe
dependsOn: []