Merge pull request #19555 from backstage/catalog-info/maintainers
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-app-defaults
|
||||
title: '@backstage/app-defaults'
|
||||
description: Provides the default wiring of a Backstage App
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: example-app-next
|
||||
title: example-app-next
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-frontend
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: example-app
|
||||
title: example-app
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-frontend
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-app-api
|
||||
title: '@backstage/backend-app-api'
|
||||
description: Core API used by Backstage backend apps
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-common
|
||||
title: '@backstage/backend-common'
|
||||
description: Common functionality library for Backstage backends
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-defaults
|
||||
title: '@backstage/backend-defaults'
|
||||
description: Backend defaults used by Backstage backend apps
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-dev-utils
|
||||
title: '@backstage/backend-dev-utils'
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: example-backend-next
|
||||
title: example-backend-next
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-backend
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-openapi-utils
|
||||
title: '@backstage/backend-openapi-utils'
|
||||
description: OpenAPI typescript support.
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-plugin-api
|
||||
title: '@backstage/backend-plugin-api'
|
||||
description: Core API used by Backstage backend plugins
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-tasks
|
||||
title: '@backstage/backend-tasks'
|
||||
description: Common distributed task management library for Backstage backends
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-backend-test-utils
|
||||
title: '@backstage/backend-test-utils'
|
||||
description: Test helpers library for Backstage backends
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: example-backend
|
||||
title: example-backend
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-backend
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-catalog-client
|
||||
title: '@backstage/catalog-client'
|
||||
description: An isomorphic client for the catalog backend
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-catalog-model
|
||||
title: '@backstage/catalog-model'
|
||||
description: Types and validators that help describe the model of a Backstage Catalog
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-cli-common
|
||||
title: '@backstage/cli-common'
|
||||
description: Common functionality used by cli, backend, and create-app
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-cli-node
|
||||
title: '@backstage/cli-node'
|
||||
description: Node.js library for Backstage CLIs
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-cli
|
||||
title: '@backstage/cli'
|
||||
description: CLI for developing Backstage plugins and apps
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-cli
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-codemods
|
||||
title: '@backstage/codemods'
|
||||
description: A collection of codemods for Backstage projects
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-cli
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-config-loader
|
||||
title: '@backstage/config-loader'
|
||||
description: Config loading functionality used by Backstage backend, and CLI
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-config
|
||||
title: '@backstage/config'
|
||||
description: Config API used by Backstage core, backend, and CLI
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-core-app-api
|
||||
title: '@backstage/core-app-api'
|
||||
description: Core app API used by Backstage apps
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-core-components
|
||||
title: '@backstage/core-components'
|
||||
description: Core components used by Backstage plugins and apps
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-core-plugin-api
|
||||
title: '@backstage/core-plugin-api'
|
||||
description: Core API used by Backstage plugins
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-create-app
|
||||
title: '@backstage/create-app'
|
||||
description: A CLI that helps you create your own Backstage app
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-cli
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-dev-utils
|
||||
title: '@backstage/dev-utils'
|
||||
description: Utilities for developing Backstage plugins.
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: e2e-test
|
||||
title: e2e-test
|
||||
description: E2E test for verifying Backstage packages
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-cli
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-errors
|
||||
title: '@backstage/errors'
|
||||
description: Common utilities for error handling within Backstage
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-frontend-app-api
|
||||
title: '@backstage/frontend-app-api'
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-frontend-plugin-api
|
||||
title: '@backstage/frontend-plugin-api'
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-integration-aws-node
|
||||
title: '@backstage/integration-aws-node'
|
||||
description: Helpers for fetching AWS account credentials
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-node-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-integration-react
|
||||
title: '@backstage/integration-react'
|
||||
description: Frontend package for managing integrations towards external systems
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-integration
|
||||
title: '@backstage/integration'
|
||||
description: Helpers for managing integrations towards external systems
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-release-manifests
|
||||
title: '@backstage/release-manifests'
|
||||
description: Helper library for receiving release manifests
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-repo-tools
|
||||
title: '@backstage/repo-tools'
|
||||
description: 'CLI for Backstage repo tooling '
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-cli
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-test-utils
|
||||
title: '@backstage/test-utils'
|
||||
description: Utilities to test Backstage plugins and apps.
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-theme
|
||||
title: '@backstage/theme'
|
||||
description: material-ui theme for use with Backstage.
|
||||
spec:
|
||||
lifecycle: experimental
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-types
|
||||
title: '@backstage/types'
|
||||
description: Common TypeScript types used within Backstage
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-common-library
|
||||
owner: maintainers
|
||||
@@ -0,0 +1,12 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: backstage-version-bridge
|
||||
title: '@backstage/version-bridge'
|
||||
description: >-
|
||||
Utilities used by @backstage packages to support multiple concurrent
|
||||
versions
|
||||
spec:
|
||||
lifecycle: production
|
||||
type: backstage-web-library
|
||||
owner: maintainers
|
||||
Reference in New Issue
Block a user