zeppelin git commit: ZEPPELIN-3846. Code Completion is broken

2018-11-06 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 9f04c8fcb -> 31ceca797 ZEPPELIN-3846. Code Completion is broken ### What is this PR for? Code completion is broken due to the shaded jar in zeppelin-interpreter-api, this PR fix this issue and also add unit test for it. ### What type o

zeppelin git commit: [ZEPPELIN-3850] Fix run all paragraph behavior

2018-11-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master c82de2f3d -> 9f04c8fcb [ZEPPELIN-3850] Fix run all paragraph behavior ### What is this PR for? "Run all paragraphs" button runs only the first paragraph of the note. This PR fixes the problem. ### What type of PR is it? Bug Fix ### Wha

zeppelin git commit: [ZEPPELIN-3849] display note name correctly.

2018-11-06 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 81e7030f7 -> c82de2f3d [ZEPPELIN-3849] display note name correctly. ### What is this PR for? Master branch displays note id instead of note name. I think it's side effect after change https://github.com/apache/zeppelin/pull/3163. ### W