-
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
VFS file watcher based use cases implementations #2339
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/307/ |
|
||
eventBus.fireEvent(new FileTrackingEvent(path, oldPath, MOVE)); | ||
} | ||
eventBus.fireEvent(new FileTrackingEvent(null, null, RESUME)); |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/320/ |
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/321/ |
ok |
* che#1910: added several new user workflows implementations for VFS Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
What does this PR do?
Adds implementations for several user scenarios covering:
What issues does this PR fix or reference?
#1910, #1911, #1912, #1830, #1832 as part of #1824
PR type
Major change checklist
This PR is based on squashed commits, to see the full commit history please refer to che#1912 branch