Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add backstage catalog entity plugin #408

Merged
merged 9 commits into from
Oct 7, 2024

Conversation

levivannoort
Copy link
Member

Fixes: amplication/amplication#8287

PR Details

The new plugin will be responsible for creating the yaml file by which the service can be registered and displayed in Backstage.

generated example

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: Amplication-sample-application
  description: Sample application for testing
  labels:
    vendor: "amplication"
  annotations:
    github.com/project-slug: "backstage/backstage"
    github.com/team-slug: "backstage/maintainers"
  tags:
    - "Node.js"
  links:
    - url: https://app.amplication.com/ckl0ow1xj00763cjnch10k6mc
      title: Amplication Platform
spec:
  type: service
  lifecycle: production
  owner: development

@mulygottlieb mulygottlieb merged commit a94dac7 into master Oct 7, 2024
6 checks passed
@mulygottlieb mulygottlieb deleted the task/add-backstage-catalog-entity-plugin branch October 7, 2024 12:22
@mulygottlieb
Copy link
Member

/publish

@mulygottlieb mulygottlieb restored the task/add-backstage-catalog-entity-plugin branch October 7, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Plugin: Backstage integration
2 participants