Merge pull request #4435 from backstage/freben/reader-search-continued

backend-common: implement UrlReader.search for the other providers too
This commit is contained in:
Fredrik Adelöw
2021-02-12 09:38:00 +01:00
committed by GitHub
26 changed files with 822 additions and 218 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': minor
---
Make `ScmIntegration.resolveUrl` mandatory.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/backend-common': patch
---
Implement `UrlReader.search` for the other providers (Azure, Bitbucket, GitLab) as well.
The `UrlReader` subclasses now are implemented in terms of the respective `Integration` class.