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

Move binding ServerIdleDetctor to the assembly module #5541

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

vparfonov
Copy link
Contributor

Signed-off-by: Vitalii Parfonov vparfonov@redhat.com

What does this PR do?

  1. Move binding ServerIdleDetctor to the assembly module
  2. Move Move ServerIdleDetctor and ServerIdleEvent to the Workspace API module

@vparfonov vparfonov added kind/task Internal things, technical debt, and to-do tasks to be performed. team/ide labels Jul 5, 2017
@codenvy-ci
Copy link

import javax.inject.Inject;
import javax.inject.Named;
import javax.inject.Singleton;
import io.fabric8.kubernetes.api.model.Container;
Copy link
Contributor

Choose a reason for hiding this comment

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

all these formatting issues should be in another commit.
Because looking at the history, it will be non-sense if sorting of imports correspond to "move server idle detector"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

import org.eclipse.che.api.core.model.workspace.Workspace;
import org.eclipse.che.api.core.notification.EventService;
import org.eclipse.che.api.workspace.server.event.ServerIdleEvent;
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess package change for ServerIdleEvent is the only "real" change in this file ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
@vparfonov vparfonov merged commit c22466c into master Jul 5, 2017
@vparfonov vparfonov deleted the moveServerIdleDetector branch July 5, 2017 15:24
@codenvy-ci
Copy link

@slemeur slemeur removed the team/ide label Jul 6, 2017
@slemeur slemeur added this to the 5.15.0 milestone Jul 6, 2017
@slemeur
Copy link
Contributor

slemeur commented Jul 6, 2017

@vparfonov : please assign milestone when merging.

JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
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.

6 participants