Merge pull request #15659 from RoadieHQ/make-tech-insights-db-configurable

Expose optional persistenceContext on TechInsights construction
This commit is contained in:
Johan Haals
2023-01-12 13:27:44 +01:00
committed by GitHub
6 changed files with 47 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights-backend': patch
---
Expose optional `persistenceContext` on `TechInsights` construction to enable integrators to provide their own database implementations for fact handling.