-
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
Add commands to workspace when importing project samples #2976
Conversation
Signed-off-by: Kaloyan Raev <[email protected]>
Can one of the admins verify this patch? |
ci-build |
+1 |
Build # 917 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/917/ to view the results. |
@kaloyan-raev - lets fix the conflicting files. I'm asking Vitalli to take this into next sprint for merge. I'm going to ask all TLs to go through PR backlog now that we are 5.0.0 shipped. |
Conflicts: ide/che-core-ide-api/src/main/java/org/eclipse/che/ide/api/project/MutableProjectConfig.java ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/projecttype/wizard/presenter/ProjectWizardPresenter.java
Conflicts resolved. Rebased to latest master. |
@vparfonov what is the state of that issue? it is planned for 5.2.0 which going tobe released in few days. |
…#2976) Signed-off-by: Kaloyan Raev <[email protected]>
What does this PR do?
If a project sample is imported from the IDE's Create Project wizard, the commands defined in the project sample will be added to the workspace. This way it will be the same like importing the project sample from the Dashboard.
What issues does this PR fix or reference?
None.
Previous behavior
Commands defined in the project sample were not added to the workspace.
New behavior
The commands are now added.
Changelog
Add commands to workspace when importing project samples
Signed-off-by: Kaloyan Raev [email protected]