Updated changeset to match changes
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
This commit is contained in:
@@ -2,4 +2,13 @@
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
---
|
||||
|
||||
Added tests for the `LinguistBackendDatabase` and `LinguistBackendApi` which included refactoring to better support using SQLite and removed the default from the `processes_date` column
|
||||
Several improvements to the Linguist backend have been made:
|
||||
|
||||
- Added tests for the `LinguistBackendDatabase` and `LinguistBackendApi`
|
||||
- Added support for using SQLite as a database, helpful for local development
|
||||
- Removed the default from the `processes_date` column
|
||||
- Converted the `LinguistBackendApi` into an Interface
|
||||
- Added the `LinguistBackendClient` which implements the `LinguistBackendApi` Interface
|
||||
- Unprocessed entities will get processed before stale entities
|
||||
- Entities in the Linguist database but not in the Catalog anymore will be deleted
|
||||
- Improved the README's headings
|
||||
|
||||
Reference in New Issue
Block a user