Merge pull request #4342 from backstage/rugvip/ports

plugins: port welcome and sonarqube plugins to new composability API
This commit is contained in:
Patrik Oldsberg
2021-02-02 13:55:59 +01:00
committed by GitHub
17 changed files with 129 additions and 88 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-graphiql': patch
---
Finalized composability API migration, now exporting the plugin as `graphiqlPlugin`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-sonarqube': patch
---
Migrate to new composability API, exporting the plugin as `sonarQubePlugin` and card as `EntitySonarQubeCard`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-welcome': patch
---
Migrated to new composability API, exporting the plugin as `welcomePlugin` and the page as `WelcomePage`.