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

VFS file watcher based use cases implementations #2339

Merged
merged 2 commits into from
Sep 7, 2016
Merged

Conversation

dkulieshov
Copy link

@dkulieshov dkulieshov commented Sep 5, 2016

What does this PR do?

Adds implementations for several user scenarios covering:

  • File opened in editor VFS synchronization
  • Project tree synchronization
  • Git checkout operations notification

What issues does this PR fix or reference?

#1910, #1911, #1912, #1830, #1832 as part of #1824

PR type

  • Major change = changes existing features

Major change checklist

  • Unit tests provided/updated
  • Unit tests passed
  • Acceptance tests passed

This PR is based on squashed commits, to see the full commit history please refer to che#1912 branch

@codenvy-ci
Copy link


eventBus.fireEvent(new FileTrackingEvent(path, oldPath, MOVE));
}
eventBus.fireEvent(new FileTrackingEvent(null, null, RESUME));
Copy link
Contributor

@vparfonov vparfonov Sep 5, 2016

Choose a reason for hiding this comment

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

Strange event, no? (newPath == null oldPath == null)

Copy link
Author

Choose a reason for hiding this comment

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

Yes

@codenvy-ci
Copy link

Dmitry Kuleshov added 2 commits September 6, 2016 18:38
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
@codenvy-ci
Copy link

@vparfonov
Copy link
Contributor

ok

@dkulieshov dkulieshov merged commit 5d267fe into master Sep 7, 2016
@dkulieshov dkulieshov deleted the che#1910 branch September 7, 2016 08:22
JPinkney pushed a commit to JPinkney/che that referenced this pull request Aug 17, 2017
* che#1910: added several new user workflows implementations for VFS

Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants