catalog-backend: refactor entityProviders connect

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-11-17 14:55:13 +01:00
parent d701630972
commit 5d2a7303bd
4 changed files with 100 additions and 68 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog-backend': patch
---
This fixes a bug where locations couldn't be added unless the processing engine is started.
It's now possible to run the catalog backend without starting the processing engine and still allowing locations registrations.
This is done by refactor the `EntityProvider.connect` to happen outside the engine.