Merge pull request #15846 from dpfaffenbauer/lighthouse-scheduler
Feature: Introduce Lighthouse Backend with Scheduling of Audits
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-lighthouse-backend': minor
|
||||
---
|
||||
|
||||
Introduce Lighthouse Backend Plugin to run scheduled Lighthouse Audits
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-lighthouse-common': minor
|
||||
---
|
||||
|
||||
Introduce @backstage/plugin-lighthouse-common with the API implementation
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
'@backstage/plugin-lighthouse': minor
|
||||
---
|
||||
|
||||
Require @backstage/plugin-lighthouse-common package where API implementation moved to.
|
||||
|
||||
**BREAKING**: the following types have been moved to @backstage/plugin-lighthouse-common:
|
||||
|
||||
- `Audit`
|
||||
- `AuditBase`
|
||||
- `AuditCompleted`
|
||||
- `AuditFailed`
|
||||
- `AuditRunning`
|
||||
- `FetchError`
|
||||
- `LASListRequest`
|
||||
- `LASListResponse`
|
||||
- `LighthouseApi`
|
||||
- `LighthouseCategoryAbbr`
|
||||
- `LighthouseCategoryId`
|
||||
- `LighthouseConfigSettings`
|
||||
- `LighthouseRestApi`
|
||||
- `TriggerAuditPayload`
|
||||
- `Website`
|
||||
- `WebsiteListResponse`
|
||||
Reference in New Issue
Block a user