forked from backstage/backstage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
catalog-info.yaml
files for other ownership claims
Signed-off-by: Eric Peterson <[email protected]>
- Loading branch information
Showing
57 changed files
with
549 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-adr-backend | ||
title: '@backstage/plugin-adr-backend' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin | ||
owner: kuangp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-adr-common | ||
title: '@backstage/plugin-adr-common' | ||
description: Common functionalities for the adr plugin | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-common-library | ||
owner: kuangp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-adr | ||
title: '@backstage/plugin-adr' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: kuangp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-api-docs | ||
title: '@backstage/plugin-api-docs' | ||
description: A Backstage plugin that helps represent API entities in the frontend | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: sda-se-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-azure-devops-backend | ||
title: '@backstage/plugin-azure-devops-backend' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin | ||
owner: awanlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-azure-devops-common | ||
title: '@backstage/plugin-azure-devops-common' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-common-library | ||
owner: awanlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-azure-devops | ||
title: '@backstage/plugin-azure-devops' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: awanlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-bitbucket-cloud-common | ||
title: '@backstage/plugin-bitbucket-cloud-common' | ||
description: Common functionalities for bitbucket-cloud plugins | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-common-library | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-bitrise | ||
title: '@backstage/plugin-bitrise' | ||
description: A Backstage plugin that integrates towards Bitrise | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: sda-se-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-catalog-backend-module-aws | ||
title: '@backstage/plugin-catalog-backend-module-aws' | ||
description: A Backstage catalog backend module that helps integrate towards AWS | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
12 changes: 12 additions & 0 deletions
12
plugins/catalog-backend-module-bitbucket-cloud/catalog-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-catalog-backend-module-bitbucket-cloud | ||
title: '@backstage/plugin-catalog-backend-module-bitbucket-cloud' | ||
description: >- | ||
A Backstage catalog backend module that helps integrate towards Bitbucket | ||
Cloud | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-catalog-backend-module-msgraph | ||
title: '@backstage/plugin-catalog-backend-module-msgraph' | ||
description: >- | ||
A Backstage catalog backend module that helps integrate towards Microsoft | ||
Graph | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-catalog-backend-module-puppetdb | ||
title: '@backstage/plugin-catalog-backend-module-puppetdb' | ||
description: A Backstage catalog backend module that helps integrate towards PuppetDB | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: catalog-maintainers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-catalog-graph | ||
title: '@backstage/plugin-catalog-graph' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: sda-se-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-circleci | ||
title: '@backstage/plugin-circleci' | ||
description: A Backstage plugin that integrates towards Circle CI | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: adamdmharvey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-code-coverage-backend | ||
title: '@backstage/plugin-code-coverage-backend' | ||
description: A Backstage backend plugin that helps you keep track of your code coverage | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin | ||
owner: alde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-code-coverage | ||
title: '@backstage/plugin-code-coverage' | ||
description: A Backstage plugin that helps you keep track of your code coverage | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: alde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-cost-insights-common | ||
title: '@backstage/plugin-cost-insights-common' | ||
description: Common functionalities for the cost-insights plugin | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-common-library | ||
owner: silver-lining |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-cost-insights | ||
title: '@backstage/plugin-cost-insights' | ||
description: A Backstage plugin that helps you keep track of your cloud spend | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: silver-lining |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-devtools-backend | ||
title: '@backstage/plugin-devtools-backend' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin | ||
owner: awanlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-devtools-common | ||
title: '@backstage/plugin-devtools-common' | ||
description: Common functionalities for the devtools plugin | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-common-library | ||
owner: awanlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-devtools | ||
title: '@backstage/plugin-devtools' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: awanlin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-entity-feedback-backend | ||
title: '@backstage/plugin-entity-feedback-backend' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin | ||
owner: kuangp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-entity-feedback-common | ||
title: '@backstage/plugin-entity-feedback-common' | ||
description: Common functionalities for the entity-feedback plugin | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-common-library | ||
owner: kuangp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-entity-feedback | ||
title: '@backstage/plugin-entity-feedback' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: kuangp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-module-aws-sqs | ||
title: '@backstage/plugin-events-backend-module-aws-sqs' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-module-azure | ||
title: '@backstage/plugin-events-backend-module-azure' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
9 changes: 9 additions & 0 deletions
9
plugins/events-backend-module-bitbucket-cloud/catalog-info.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-module-bitbucket-cloud | ||
title: '@backstage/plugin-events-backend-module-bitbucket-cloud' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-module-gerrit | ||
title: '@backstage/plugin-events-backend-module-gerrit' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-module-github | ||
title: '@backstage/plugin-events-backend-module-github' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-module-gitlab | ||
title: '@backstage/plugin-events-backend-module-gitlab' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin-module | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend-test-utils | ||
title: '@backstage/plugin-events-backend-test-utils' | ||
description: The plugin-events-backend-test-utils for @backstage/plugin-events-node | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-node-library | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-backend | ||
title: '@backstage/plugin-events-backend' | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-backend-plugin | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-events-node | ||
title: '@backstage/plugin-events-node' | ||
description: The plugin-events-node module for @backstage/plugin-events-backend | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-node-library | ||
owner: pjungermann |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-explore-react | ||
title: '@backstage/plugin-explore-react' | ||
description: >- | ||
A frontend library for Backstage plugins that want to interact with the | ||
explore plugin | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-web-library | ||
owner: sda-se-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-explore | ||
title: '@backstage/plugin-explore' | ||
description: >- | ||
A Backstage plugin for building an exploration page of your software | ||
ecosystem | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: sda-se-reviewers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: backstage-plugin-fossa | ||
title: '@backstage/plugin-fossa' | ||
description: A Backstage plugin that integrates towards FOSSA | ||
spec: | ||
lifecycle: experimental | ||
type: backstage-frontend-plugin | ||
owner: sda-se-reviewers |
Oops, something went wrong.