Rebase for prettier issues and add Bitbucket to vocab

Signed-off-by: Mustansar Anwar ul Samad <mustansar.samad@gmail.com>
This commit is contained in:
Mustansar Anwar ul Samad
2021-08-11 08:04:13 +12:00
parent 56ce4e1a84
commit 9ecb8a595e
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/plugin-scaffolder-backend': minor
---
Add bitbucket workspace and project fields to RepoUrlPicker to support bitbucket cloud and server
Add Bitbucket workspace and project fields to RepoUrlPicker to support Bitbucket cloud and server
+1
View File
@@ -15,6 +15,7 @@ Avro
backrub
Bigtable
Billett
Bitbucket
Bitrise
Blackbox
bool
@@ -63,8 +63,6 @@ export const repoPickerValidation = (
);
}
}
// if (!host || !searchParams.get('owner') || !searchParams.get('repo')) {
} catch {
validation.addError('Unable to parse the Repository URL');
}