GitHub user anthonycorbacho reopened a pull request:
https://github.com/apache/zeppelin/pull/1338
[WIP ] Zeppelin 1307 - Implement notebook revision in Zeppelinhub repo
### What is this PR for?
Implement versioning in ZeppelinHub notebook storage.
### What type of PR is it?
Improvement
### Todos
* [ ] - Implement Versioning API
### What is the Jira issue?
* [ZEPPELIN-1307](https://issues.apache.org/jira/browse/ZEPPELIN-1307)
### How should this be tested?
Edit `zeppelin-env.sh` and add
`org.apache.zeppelin.notebook.repo.zeppelinhub.ZeppelinHubRepo` in
`ZEPPELIN_NOTEBOOK_STORAGE`.
### 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/anthonycorbacho/incubator-zeppelin
ZEPPELIN-1307
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1338.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 #1338
----
commit 9bd0946233f8b8ffd0a66effe46bb66303cc676b
Author: Anthony Corbacho <[email protected]>
Date: 2016-08-17T03:54:07Z
Close InputStream in asyncGet
commit 3942a781b55c780de5aa11038f62d6494b620bdd
Author: Anthony Corbacho <[email protected]>
Date: 2016-08-17T03:58:44Z
Implement get revision
commit 5d4b54b3901a23eb396bded45a2f95565afa7610
Author: Anthony Corbacho <[email protected]>
Date: 2016-08-17T05:45:52Z
Implement checkpoint method
commit 2395a6ea2a70f39fa95b7b26bc461518e3653326
Author: Anthony Corbacho <[email protected]>
Date: 2016-08-17T06:56:54Z
Light refactor of ZeppelinHubRestapiHandler and extract api call to a
single method
commit 74a0cdbb92908b7b7c9bc104e2541d32a22dacbe
Author: Anthony Corbacho <[email protected]>
Date: 2016-08-17T06:59:17Z
change asyncPutWithResponseBody to accpet url instead of noteId
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---