Skip to content

Commit 76bbcf6

Browse files
committed
TECH-17407: add catalog-info.yaml
1 parent 03b0186 commit 76bbcf6

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

catalog-info.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This file is partially auto-generated by the invoca-backstage-tools gem
2+
# The following fields should not be edited manually as they are auto-generated
3+
# based on the contents of the repo:
4+
# - metadata.name
5+
# - metadata.title
6+
# - metadata.description
7+
# - annotations.github.com/project-slug
8+
# - invoca.com/version-repository-location
9+
# - invoca.com/version-repository-name
10+
# - spec.type
11+
# - spec.owner
12+
---
13+
apiVersion: backstage.io/v1alpha1
14+
kind: Component
15+
metadata:
16+
name: activerecord-dynamic_timeout-gem
17+
title: Activerecord::DynamicTimeout
18+
description: ActiveRecord extension for dynamically setting connection timeouts
19+
tags:
20+
- ruby
21+
- gem
22+
annotations:
23+
buildkite.com/project-slug: invoca/activerecord-dynamic-timeout
24+
github.com/project-slug: invoca/activerecord-dynamic_timeout
25+
invoca.com/version-repository-location: rubygems
26+
invoca.com/version-repository-name: activerecord-dynamic_timeout
27+
spec:
28+
type: library
29+
lifecycle: production
30+
owner: octothorpe
31+
dependsOn: []

0 commit comments

Comments
 (0)