-
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
fix: remotes url parameter in factory url #938
Conversation
Signed-off-by: David Kwon <dakwon@redhat.com>
packages/dashboard-frontend/src/services/factory-location-adapter/index.ts
Show resolved
Hide resolved
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-938 |
Codecov Report
@@ Coverage Diff @@
## main #938 +/- ##
=======================================
Coverage 82.59% 82.59%
=======================================
Files 365 365
Lines 37941 37941
Branches 2414 2414
=======================================
Hits 31338 31338
Misses 6579 6579
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: David Kwon <dakwon@redhat.com>
55b6e1b
to
e49d3b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/retest |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, dkwon17, ibuziuk, olexii4 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 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-938 |
Successfully verified against che:next |
Build 3.10 :: dashboard_3.x/356: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4883: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3448: Console, Changes, Git Data |
Build 3.10 :: get-sources-rhpkg-container-build_3.x/4703: dashboard : 3.x :: Build 55955258 : quay.io/devspaces/dashboard-rhel8:3.10-31 |
Build 3.10 :: update-digests_3.x/4523: Console, Changes, Git Data |
Build 3.10 :: dashboard_3.x/356: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4883 triggered |
Build 3.10 :: operator-bundle_3.x/2129: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4884: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3449: Console, Changes, Git Data |
Build 3.10 :: copyIIBsToQuay/1975: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4884: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/4704 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.10 :: operator-bundle_3.x/2129: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4884 triggered |
Build 3.10 :: dsc_3.x/1447: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.x/4523: Detected new images: rebuild operator-bundle |
Build 3.10 :: dsc_3.x/1447: 3.10.0-CI |
What does this PR do?
Fixes eclipse-che/che#22530 by allowing redirect to workspace creation page when
window.location.hash
contains the following characters:{
,}
, and,
.See:
che-dashboard/packages/dashboard-frontend/src/preload/main.ts
Lines 30 to 35 in 333d6cf
What issues does this PR fix or reference?
eclipse-che/che#22530
Is it tested? How?
and verify that the resulting dev workspace has the following:
and verify that the resulting dev workspace has the following:
Release Notes
Docs PR