Merge pull request #13575 from RoadieHQ/expose-refresh-on-entity-providers

feat: add refresh to EntityProviderConnection
This commit is contained in:
Johan Haals
2022-09-08 11:02:07 +02:00
committed by GitHub
17 changed files with 63 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-node': minor
---
Added refresh function to the `EntityProviderConnection` to be able to schedule refreshes from entity providers.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Added the `refresh` function to the Connection of the entity providers.