[GitHub] zeppelin pull request #989: Added ipfsnotebookrepo [ Zeppelin-683 ]

2018-05-08 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin pull request #989: Added ipfsnotebookrepo [ Zeppelin-683 ]

2016-08-22 Thread onkarshedge
Github user onkarshedge closed the pull request at:

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


---
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.
---


[GitHub] zeppelin pull request #989: Added ipfsnotebookrepo [ Zeppelin-683 ]

2016-08-22 Thread onkarshedge
GitHub user onkarshedge reopened a pull request:

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

 Added ipfsnotebookrepo [ Zeppelin-683 ]

### What is this PR for?
IPFSNoteBookRepo IPFS storage and sharing zeppelin notes.


### What type of PR is it?
 Feature 

### Todos
* [x] checkpoint revisions, get particular revision
* [x] List of revision history
* [x] remove note and also a particular revision
* [x] support to import the Note when hash is given as input
* [x] Documentation 

### What is the Jira issue?
* [Jira issue](https://issues.apache.org/jira/browse/ZEPPELIN-683)

### How should this be tested?
You need the [ipfs 
jar](https://github.com/ipfs/java-ipfs-api/blob/master/pom.xml) in the local 
.m2 repository. `mvn install:install-file` hers is complete 
[command](https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html)
Also please refer the `storage document` for more help.

### Screenshots (if appropriate)
[Successful import](https://gifyu.com/image/52t)
[Failure import](https://gifyu.com/image/52Y)

### Questions:
* Does the licenses files need update? Yes
* Is there breaking changes for older versions?
* Does this needs documentation? Yes



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

$ git pull https://github.com/onkarshedge/incubator-zeppelin ipfs

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

https://github.com/apache/zeppelin/pull/989.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 #989


commit 61a070449f5d75d53199a3bb41604a48fd175aed
Author: onkarshedge 
Date:   2016-06-10T07:55:59Z

 Added ipfsnotebookrepo with Versioning and import feature
 backend and frontend

commit 8a6ff363d89571eb8fb25d2af86e5a7080061072
Author: onkarshedge 
Date:   2016-08-17T14:44:47Z

added import status as ng-toast

commit 06040835d6f97a4d6bbce7a6ee274d118aed8ca4
Author: onkarshedge 
Date:   2016-08-18T06:12:42Z

Added documentation

commit b09876d70abf99a448e791363e6363d3cf7c3ac6
Author: onkarshedge 
Date:   2016-08-22T15:48:54Z

refactored code to remove any dependencies and use httpclient




---
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.
---