d787cc504a
Signed-off-by: Andre Wanlin <andrewanlin@gmail.com>
784 B
784 B
@backstage/plugin-linguist-backend
| @backstage/plugin-linguist-backend |
|---|
| minor |
BREAKING: Removed public constructor from LinguistBackendApi. Removed export of LinguistBackendDatabase and LinguistBackendStore
Several improvements to the Linguist backend have been made:
- Added tests for the
LinguistBackendDatabaseandLinguistBackendApi - Added support for using SQLite as a database, helpful for local development
- Removed the default from the
processes_datecolumn - Converted the
LinguistBackendApiinto an Interface - Added the
LinguistBackendClientwhich implements theLinguistBackendApiInterface - 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