zeppelin git commit: [hotfix] Improve Session #2302 fix

2017-05-01 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 ec8cbd55a -> b9d8323b7 [hotfix] Improve Session #2302 fix ### What is this PR for? After the merge of #2302 breaks authentication. ### What type of PR is it? [Hot Fix] ### Todos * [x] - Fix selenium logout issue (flaky test) ###

zeppelin git commit: [hotfix] Improve Session #2302 fix

2017-05-01 Thread prabhjyotsingh
Repository: zeppelin Updated Branches: refs/heads/master 55cb6b894 -> 6c4ccf331 [hotfix] Improve Session #2302 fix ### What is this PR for? After the merge of #2302 breaks authentication. ### What type of PR is it? [Hot Fix] ### Todos * [x] - Fix selenium logout issue (flaky test) ###

zeppelin git commit: [ZEPPELIN-2465] Minor code fixes for the livy package

2017-05-01 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 813cda39a -> ec8cbd55a [ZEPPELIN-2465] Minor code fixes for the livy package Minor code fixes for the livy package. The code fixes include : Fixing a typo in a classname - BaseLivyInterprereter to BaseLivyInterpreter Removing an

zeppelin git commit: [ZEPPELIN-2465] Minor code fixes for the livy package

2017-05-01 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 1ff545321 -> 55cb6b894 [ZEPPELIN-2465] Minor code fixes for the livy package ### What is this PR for? Minor code fixes for the livy package. The code fixes include : Fixing a typo in a classname - BaseLivyInterprereter to

zeppelin git commit: add basic .appveyor.yml

2017-05-01 Thread moon
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 f609719d5 -> 813cda39a add basic .appveyor.yml ### What is this PR for? After appveyor ci is enabled for windows, PR build status shows red cross because of missing .appveyor. This PR add skeleton appveyor.yml. ### What type of PR