GitHub user khalidhuseynov opened a pull request:

    https://github.com/apache/zeppelin/pull/1192

    Versioning/get note revision api

    ### What is this PR for?
    Adds websocket api for getting note revision.
    
    ### What type of PR is it?
    Improvement | Feature
    
    ### Todos
    * [x] - add backend websocket handle
    * [x] - add frontend call
    
    
    ### What is the Jira issue?
    [#1189](https://issues.apache.org/jira/browse/ZEPPELIN-1189)
    
    ### How should this be tested?
    green CI (can be tested once frontend implemented)
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/khalidhuseynov/incubator-zeppelin 
versioning/get-note-revision-api

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/1192.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1192
    
----
commit 79f8ac9525fb2f58fbde43511e742f65f47bf36e
Author: Khalid Huseynov <khalid...@nflabs.com>
Date:   2016-07-15T09:03:06Z

    add getNoteRevision to front

commit 3783fc95439391125205c2393f10466088773561
Author: Khalid Huseynov <khalid...@nflabs.com>
Date:   2016-07-15T09:12:26Z

    receive ws NOTE_REVISION msg

commit d9751c3117c0171076d5232f62b46ea9dd50b1bb
Author: Khalid Huseynov <khalid...@nflabs.com>
Date:   2016-07-15T10:05:54Z

    add backend ws api to get note revision

commit baaa704fbf9ba24db09ef631a4ef2ceb32809396
Author: Khalid Huseynov <khalid...@nflabs.com>
Date:   2016-07-15T10:32:33Z

    change NotebookRepo api to get note revision from Revision object to String 
revId

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to