From 8e32a502aff8a217229419ec263b3dbabcb96ff5 Mon Sep 17 00:00:00 2001 From: "Backstage CI Automation[bot]" Date: Tue, 9 Jul 2024 08:21:46 -0700 Subject: [PATCH] Update catalog-info.yaml --- catalog-info.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..3985ff1 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,34 @@ +# 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: large_text_field-gem + title: LargeTextField + description: | + Large text fields are kept in a central table, and polymorphically associated with your models. + Access and assignment should behave as if it was a column on the same table. + tags: + - ruby + - gem + annotations: + buildkite.com/project-slug: invoca/large_text_field + github.com/project-slug: invoca/large_text_field + invoca.com/version-repository-location: rubygems + invoca.com/version-repository-name: large_text_field +spec: + type: library + lifecycle: production + owner: octothorpe + dependsOn: + - component:invoca-utils-gem