backend-common: implement UrlReader.search for the other providers too

This commit is contained in:
Fredrik Adelöw
2021-02-08 15:06:47 +01:00
parent d9ce84c732
commit 491f3a0ecf
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.