Introduce Lighthouse Backend with Scheduling of Audits

Signed-off-by: Dominik Pfaffenbauer <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik Pfaffenbauer
2023-01-19 08:59:01 +01:00
parent 49ea9cf086
commit eef62546ce
43 changed files with 1367 additions and 190 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-lighthouse-backend': minor
---
Introduce Lighthouse Backend Plugin to run scheduled Lighthouse Audits
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-lighthouse-common': minor
---
Introduce @backstage/plugin-lighthouse-common with the API implementation
+5
View File
@@ -0,0 +1,5 @@
---
'example-backend': minor
---
Add Lighthouse Backend to Example Backend
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-lighthouse': minor
---
Require @backstage/plugin-lighthouse-common package where API implementation moved to