Files
backstage/.changeset/angry-crabs-relate.md
T
Oliver Sand 2ebcfac8d4 feat: add a validate button to the register-component page
This allows the user to validate his location before adding it.
2020-10-29 20:24:49 +01:00

332 B

@backstage/plugin-catalog-backend
@backstage/plugin-catalog-backend
minor

Add ability to dry run adding a new location to the catalog API.

The location is now added in a transaction and afterwards rolled back. This allows users to dry run this operation to see if there entity has issues. This is probably done by automated tools in the CI/CD pipeline.