zeppelin git commit: [ZEPPELIN-3228] Currently interpreter dependencies are not downloaded on zeppelin start - regression issue

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master a13010f33 -> 3418055cc [ZEPPELIN-3228] Currently interpreter dependencies are not downloaded on zeppelin start - regression issue Currently interpreter dependencies are not downloaded on zeppelin start. This was solved in [ZEPPELIN-322

zeppelin git commit: [ZEPPELIN-3228] Currently interpreter dependencies are not downloaded on zeppelin start - regression issue

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 79aeabfeb -> 6d7b14e95 [ZEPPELIN-3228] Currently interpreter dependencies are not downloaded on zeppelin start - regression issue Currently interpreter dependencies are not downloaded on zeppelin start. This was solved in [ZEPPELIN

zeppelin git commit: ZEPPELIN-3153. Fixed Checkstyle errors and warnings in the file module

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 3418055cc -> e89f10278 ZEPPELIN-3153. Fixed Checkstyle errors and warnings in the file module ### What is this PR for? Fixed the Checkstyle errors and warnings in the file module. ### What type of PR is it? Improvement ### Todos * [ ]

zeppelin git commit: [ZEPPELIN-3204] FIX: cursor in paragraph editor jumps

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master e89f10278 -> d4783040c [ZEPPELIN-3204] FIX: cursor in paragraph editor jumps ### What is this PR for? Sometimes when a user enters text in the paragraph field the lower part of the paragraph starts to jump. This PR fixes this. ### What

zeppelin git commit: [ZEPPELIN-3204] FIX: cursor in paragraph editor jumps

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 6d7b14e95 -> d6fc7b604 [ZEPPELIN-3204] FIX: cursor in paragraph editor jumps ### What is this PR for? Sometimes when a user enters text in the paragraph field the lower part of the paragraph starts to jump. This PR fixes this. ###

zeppelin git commit: [ZEPPELIN-3182] Support saving notebooks to Google Cloud Storage

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master d4783040c -> 91b5d69be [ZEPPELIN-3182] Support saving notebooks to Google Cloud Storage ### What is this PR for? Support saving notebooks to Google Cloud Storage, similar to implementations for S3 and Azure. It uses the same authentica

zeppelin git commit: [ZEPPELIN-3182] Support saving notebooks to Google Cloud Storage

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/branch-0.8 d6fc7b604 -> ec4f3e08a [ZEPPELIN-3182] Support saving notebooks to Google Cloud Storage Same as #2738 , but targeted toward `branch-0.8` Author: Karthik Palaniappan Closes #2751 from karth295/master and squashes the following comm

zeppelin git commit: ZEPPELIN-3150. Fixed Checkstyle errors and warnings in the bigquery module

2018-02-13 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 91b5d69be -> fffdf2587 ZEPPELIN-3150. Fixed Checkstyle errors and warnings in the bigquery module ### What is this PR for? Fixed the Checkstyle errors and warnings in the bigquery module. ### What type of PR is it? Improvement ### Todo