Skip to content
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

CHE-3616 Remove Machine API (server part) #4331

Merged
merged 14 commits into from
Mar 7, 2017
Merged

CHE-3616 Remove Machine API (server part) #4331

merged 14 commits into from
Mar 7, 2017

Conversation

mshaposhnik
Copy link
Contributor

@mshaposhnik mshaposhnik commented Mar 6, 2017

We don't use Machine API anymore. We should remove server side logic.
Issue supposes:

  • remove machine creation/destroying API
  • remove machine exec's API

#3616

Changelog

The Machine API has been removed in this release.

Release Notes

[in the advisory section]
Machine API Removed: The Machine API was deprecated in Codenvy 5.2 and is removed in 5.5. Please use the Workspace API as a replacement.

@mshaposhnik mshaposhnik added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Mar 6, 2017
@bmicklea
Copy link

bmicklea commented Mar 6, 2017

The plan is to merge this for 5.5, correct? (I need to know as it affects the release notes).

@skabashnyuk skabashnyuk added this to the 5.5.0 milestone Mar 6, 2017
@skabashnyuk
Copy link
Contributor

@bmicklea yes

@codenvy-ci
Copy link

Build finished.
Build success. $BUILD_URL

@codenvy-ci
Copy link

@@ -85,12 +82,14 @@ protected void configure() {
devMachineVolumes.addBinding().toProvider(org.eclipse.che.plugin.docker.machine.ext.provider.ExtraVolumeProvider.class);

Multibinder<Set<String>> networks = Multibinder.newSetBinder(binder(),
new TypeLiteral<Set<String>>() {},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not change formatting here and there unless you have strong opinion on that

@codenvy-ci
Copy link

Build finished.
Build success. $BUILD_URL

@codenvy-ci
Copy link

@mshaposhnik mshaposhnik merged commit 11ec789 into master Mar 7, 2017
@mshaposhnik mshaposhnik deleted the 3616 branch March 7, 2017 14:33
@JamesDrummond JamesDrummond mentioned this pull request Mar 17, 2017
9 tasks
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants