zeppelin git commit: [ZEPPELIN-2318][branch-0.7] Fix proxy configuration for http client of zeppelinhub storage layer

2017-04-19 Thread khalid
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 69e70d515 -> 4dfb81500 [ZEPPELIN-2318][branch-0.7] Fix proxy configuration for http client of zeppelinhub storage layer ### What is this PR for? this is to resolve this issue for `branch-0.7` since original PR #2198 had conflicts w

zeppelin git commit: [HOTFIX] Fix compilation issue

2017-04-19 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 19b0f30f8 -> 8dd1fb184 [HOTFIX] Fix compilation issue ### What is this PR for? Fix the compilation issue due to #2233 ### What type of PR is it? [Hot Fix] ### Todos * [ ] - Task ### How should this be tested? Outline the steps to tes

[3/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/app/tabledata/advanced-transformation-util.js -- diff --git a/zeppelin-web/src/app/tabledata/advanced-transformation-util.js b/zeppelin-web/src/app/tab

[4/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/app/notebook/paragraph/result/result.controller.js -- diff --git a/zeppelin-web/src/app/notebook/paragraph/result/result.controller.js b/zeppelin-web/

[2/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/app/visualization/builtins/visualization-nvd3chart.js -- diff --git a/zeppelin-web/src/app/visualization/builtins/visualization-nvd3chart.js b/zeppeli

[1/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master 13aabe3e4 -> 19b0f30f8 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/components/ngenter/ngenter.directive.test.js -- diff --git a/zeppeli

[6/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/app/notebook/notebook.controller.js -- diff --git a/zeppelin-web/src/app/notebook/notebook.controller.js b/zeppelin-web/src/app/notebook/notebook.contr

[5/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js -- diff --git a/zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js b/zeppelin-web/src/app/n

[7/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/19b0f30f/zeppelin-web/src/app/interpreter/interpreter.controller.js -- diff --git a/zeppelin-web/src/app/interpreter/interpreter.controller.js b/zeppelin-web/src/app/interpreter

[8/8] zeppelin git commit: [ZEPPELIN-1940] lint rule set is NOT applied at all.

2017-04-19 Thread ahyoungryu
[ZEPPELIN-1940] lint rule set is NOT applied at all. ### What is this PR for? eslint ruleset is NOT applied at all due to invalid `.eslintrc`. This PR includes - fixes which are automatically done by eslint (`eslint --fix src`) - modification in `.eslintrc`, `package.json` - while removing esli

zeppelin git commit: [MINOR] Add paragraph to note

2017-04-19 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 722ed8231 -> 13aabe3e4 [MINOR] Add paragraph to note ### What is this PR for? We need to add an ability of adding custom _Paragraph_ to a _Note_. This will make it easier to write _Note_ and _Paragraph_ tests. At the moment all paragra

zeppelin git commit: Prevent NPE on delete local module cache

2017-04-19 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 7b585c739 -> 722ed8231 Prevent NPE on delete local module cache ### What is this PR for? Prevent NPE on delete local module cache in HeliumBundleFactory ``` Caused by: java.lang.NullPointerException at org.apache.zeppelin.heliu

zeppelin git commit: ZEPPELIN-2395. Refactor Input.java to make dynamic forms extensible

2017-04-19 Thread zjffdu
Repository: zeppelin Updated Branches: refs/heads/master 4b1b521fc -> 7b585c739 ZEPPELIN-2395. Refactor Input.java to make dynamic forms extensible ### What is this PR for? Currently, zeppelin only support 3 kinds of dynamic form controls: TextBox, Select, CheckBox. All the things are in `In

zeppelin git commit: [ZEPPELIN-2179] Clear output DOES NOT work in personalized mode (master)

2017-04-19 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master c3fbb1ef6 -> 4b1b521fc [ZEPPELIN-2179] Clear output DOES NOT work in personalized mode (master) ### What is this PR for? `clear output` (`cmd` + `opt` + `L`) doesn't work in the personalized mode. ### What type of PR is it? [Bug Fix]

zeppelin git commit: [MINOR] fix typo from 'interpeter' to 'interpreter'

2017-04-19 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 11d6fb38a -> 69e70d515 [MINOR] fix typo from 'interpeter' to 'interpreter' ### What is this PR for? Fix typo from `interpeter` to `interpreter` ### What type of PR is it? [Improvement] ### What is the Jira issue? * No, it's minor i

zeppelin git commit: [MINOR] fix typo from 'interpeter' to 'interpreter'

2017-04-19 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master 4d6485737 -> c3fbb1ef6 [MINOR] fix typo from 'interpeter' to 'interpreter' ### What is this PR for? Fix typo from `interpeter` to `interpreter` ### What type of PR is it? [Improvement] ### What is the Jira issue? * No, it's minor issue