Merge pull request #5379 from SDA-SE/feat/fossa-overview

Add a FossaPage that shows the license compliance status of all components in the catalog
This commit is contained in:
Dominik Henneke
2021-04-21 10:10:29 +02:00
committed by GitHub
21 changed files with 1349 additions and 251 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Sort the table filter options by name.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-fossa': patch
---
Add a `FossaPage` that shows the license compliance status of all components in the catalog.
See the projects `Readme` on how to use it.