-
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
CODENVY-651 Save machine config with 'dev' instead of 'isDev' field #1679
Conversation
LGTM |
ok. @evoevodin ? |
ok, don't forget to fix this |
Build # 1162 - FAILED Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/1162/ to view the results. |
ok. do not merge until 4.6 |
agree with @skabashnyuk, do not merge this please to until we release 4.5. And do not forget prepare issue with migration script. |
b110569
to
79a3f8c
Compare
After checking all tests we do not have any regressions as compared with nightly4 server. |
Build # 1286 - FAILED Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/1286/ to view the results. |
change MachineConfigImpl field 'isDev' to 'dev', as it is done in MachineConfigDto.
It should fix consitensy problems.
Also it needs to make migrations of existing workspaces.