-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[UD] Add ability to create a new workspace from the dashboard with a devfile #15143
Conversation
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
…d `import-custom-stack` Signed-off-by: Oleksii Kurinnyi <[email protected]>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
Signed-off-by: Oleksii Kurinnyi <[email protected]>
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-test |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
Signed-off-by: Oleksii Kurinnyi <[email protected]>
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
@akurinnoy There is an issue with editing devfile name/generateName caused by frontend validation #14695. Are your changes doing some frontend validation of workspace name or touching existing validation? Or it just sends the devfile to the server without any further validation? |
@sparkoo thank you for pointing that issue out, we are going to take it for next sprint. |
Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/2970//Selenium_20tests_20report/) doesn't show any regression against this Pull request. |
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.
👍
…devfile (#15143) * Remove unused directives. Signed-off-by: Oleksii Kurinnyi <[email protected]> * Add `ready-to-go-stacks` directive. Signed-off-by: Oleksii Kurinnyi <[email protected]> * Add `import-custom-stack` directive. Signed-off-by: Oleksii Kurinnyi <[email protected]> * Adapt workspace creating flow in order to use `ready-to-go-stacks` and `import-custom-stack` Signed-off-by: Oleksii Kurinnyi <[email protected]> * fix license headers Signed-off-by: Oleksii Kurinnyi <[email protected]> * Fix selenium test Signed-off-by: Oleksii Kurinnyi <[email protected]> * Fix compilation warnings Signed-off-by: Oleksii Kurinnyi <[email protected]> * fix workspace name applying Signed-off-by: Oleksii Kurinnyi <[email protected]>
What does this PR do?
This PR adds ability to create a new workspace from User Dashboard with a devfile.
DEMO
What issues does this PR fix or reference?
closes #13591