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:
@@ -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
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user