GitHub user khalidhuseynov reopened a pull request: https://github.com/apache/zeppelin/pull/2448
[ZEPPELIN-2702] save notes in reader-friendly format with zpln extension for VFS and Git repo ### What is this PR for? first task in converting note files into human readable and Zeppelin own format ### What type of PR is it? Improvement | Feature ### Todos * [x] - initial flow * [x] - add rename tests ### What is the Jira issue? [ZEPPELIN-2702](https://issues.apache.org/jira/browse/ZEPPELIN-2702) ### How should this be tested? 1. go create new notes or rename title of old ones 2. see the notebook directory, under [NOTE_ID]/title.zpln ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? maybe You can merge this pull request into a Git repository by running: $ git pull https://github.com/khalidhuseynov/zeppelin feat/zpln-extension Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2448.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 #2448 ---- commit 60b3d8bc31872d05818d28d476c83d3a3b1d775b Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-27T12:36:27Z read note from zpln and json files commit 4d02c8f24fae27bfa01c330d34e0371be9d57855 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-28T15:05:53Z add file conversion routine commit b469cc4003524a446488670153017c5b4f29985d Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-28T18:14:14Z fix create note commit e14889c7f7446b2e4b4bf1c5f9a6fb3447bbae02 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-06-28T18:14:48Z add convert util test commit d7ce2b38ae4b6ec27d332266822ee1e4e40bab6b Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-07-02T04:20:46Z remove version info commit 9785855b76c702b2227afbe9c729bec1de5c6b07 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-07-02T04:21:28Z change filename max length to 100 commit 74ad5fa49b1d04dc06ba1c355c9714a5bc6db08f Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-07-03T01:54:20Z add rename method to notebook repo commit c4d471e6f24f01d803c69f80902783654f98a645 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-07-03T17:42:42Z add rename test commit fca6c70309cf5d425316e7aca1a61976955fabd8 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-07-03T20:32:03Z fix createNote case commit 98918c20d9da2a6dd6836be00b1d1a283ae1fd81 Author: Khalid Huseynov <khalid...@gmail.com> Date: 2017-07-03T20:32:58Z add create note-> rename test ---- --- 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. ---