Merge pull request #9663 from backstage/rugvip/moveloco

catalog-model: move LocationSpec to catalog-backend
This commit is contained in:
Fredrik Adelöw
2022-02-23 15:15:50 +01:00
committed by GitHub
64 changed files with 184 additions and 126 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-model': patch
---
Deprecated the `LocationSpec` export, which should now be imported from `@backstage/plugin-catalog-backend` instead.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-backend': patch
---
Added `LocationSpec`, which was moved over from `@backstage/catalog-model`.
Added `LocationInput`, which replaced `LocationSpec` where it was used in the `LocationService` and `LocationStore` interfaces. The `LocationInput` type deprecates the `presence` field, which was not being used in those contexts.
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/catalog-client': patch
'@backstage/plugin-catalog-backend-module-ldap': patch
'@backstage/plugin-catalog-backend-module-msgraph': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-techdocs': patch
---
Updated usage of the `LocationSpec` type from `@backstage/catalog-model`, which is deprecated.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/catalog-client': patch
---
Deprecated `AddLocationRequest.presence`, as it is already being ignored.