-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend the SSH validation pattern for the git URL input #890
Conversation
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-890 |
Codecov Report
@@ Coverage Diff @@
## main #890 +/- ##
=======================================
Coverage 81.67% 81.67%
=======================================
Files 347 347
Lines 35901 35901
Branches 2239 2239
=======================================
Hits 29321 29321
Misses 6558 6558
Partials 22 22
Flags with carried forward coverage won't be shown. Click here to find out more.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, ibuziuk, vinokurig The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build 3.9 :: dashboard_3.x/293: Console, Changes, Git Data |
Build 3.9 :: sync-to-downstream_3.x/3928: Console, Changes, Git Data |
Build 3.9 :: push-latest-container-to-quay_3.x/2874: Console, Changes, Git Data |
Build 3.9 :: get-sources-rhpkg-container-build_3.x/3782: dashboard : 3.x :: Build 54483965 : quay.io/devspaces/dashboard-rhel8:3.9-6 |
Build 3.9 :: update-digests_3.x/3875: Console, Changes, Git Data |
Build 3.9 :: dashboard_3.x/293: Upstream sync done; /DS_CI/sync-to-downstream_3.x/3928 triggered |
Build 3.9 :: operator-bundle_3.x/1697: Console, Changes, Git Data |
Build 3.9 :: sync-to-downstream_3.x/3930: Console, Changes, Git Data |
Build 3.9 :: push-latest-container-to-quay_3.x/2875: Console, Changes, Git Data |
Build 3.9 :: sync-to-downstream_3.x/3930: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/3784 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.9 :: operator-bundle_3.x/1697: Upstream sync done; /DS_CI/sync-to-downstream_3.x/3930 triggered |
Build 3.9 :: copyIIBsToQuay/1633: Console, Changes, Git Data |
Build 3.9 :: dsc_3.x/1123: Console, Changes, Git Data |
Build 3.9 :: update-digests_3.x/3875: Detected new images: rebuild operator-bundle |
Build 3.9 :: dsc_3.x/1123: 3.9.0 CI |
What does this PR do?
Allow to input SSH url in the Bitbucket-server format:
ssh://[email protected]:7999/~user/repo.git
What issues does this PR fix or reference?
eclipse-che/che#22354
Is it tested? How?
Paste
ssh://[email protected]:7999/~user/repo.git
to theGit Repo URL
input in theCreate Workspace
tabSee validation is passed.
Release Notes
Docs PR