zeppelin git commit: [ZEPPELIN-1873] Use exclusively eslint for javascript code linting

2017-01-03 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 71d768a5b -> 70d4ad3b8 [ZEPPELIN-1873] Use exclusively eslint for javascript code linting ### What is this PR for? [jscs](http://jscs.info) has merged with [eslint](http://eslint.org), therefore both should be unified as eslint and jscs

zeppelin git commit: [ZEPPELIN-1850] Remove grunt-contrib-clean (grunt)

2017-01-03 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 49423ebc3 -> 71d768a5b [ZEPPELIN-1850] Remove grunt-contrib-clean (grunt) ### What is this PR for? Replaced `grunt-contrib-clean` to [rimraf](https://github.com/isaacs/rimraf) - to remove `Gruntfile.js` - to have npm managed scripts in

zeppelin git commit: [ZEPPELIN-1850] Remove strip-loader (webpack)

2017-01-03 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master a5b437d7f -> 49423ebc3 [ZEPPELIN-1850] Remove strip-loader (webpack) ### What is this PR for? Removed [strip-loader](https://issues.apache.org/jira/browse/ZEPPELIN-1850) which was added to remove `console.log` in production. But we can

zeppelin git commit: [ZEPPELIN-1609] using pyspark(python3) with livy interperter

2017-01-03 Thread felixcheung
Repository: zeppelin Updated Branches: refs/heads/master c2a91e96c -> a5b437d7f [ZEPPELIN-1609] using pyspark(python3) with livy interperter ### What is this PR for? using pyspark(python3) with livy interperter ### What type of PR is it? Improvement ### Todos ### What is the Jira issue? htt

zeppelin git commit: ZEPPELIN-1815. Support Spark 2.1

2017-01-03 Thread jongyoul
Repository: zeppelin Updated Branches: refs/heads/master 150f69676 -> c2a91e96c ZEPPELIN-1815. Support Spark 2.1 ### What is this PR for? This PR is to update the max supported spark version to be 2.1 as Spark 2.1 is released. I didn't change pom file and travis script to update spark version

zeppelin git commit: [ZEPPELIN-1841] Some of shortcut key is not working

2017-01-03 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master d60dd6fd7 -> 150f69676 [ZEPPELIN-1841] Some of shortcut key is not working ### What is this PR for? Some of note shortcut key is not working on Ubuntu. ### What type of PR is it? [ Bug Fix ] ### Todos * N/A ### What is the Jira issue?

[1/2] zeppelin git commit: [ZEPPELIN-1722] Modernize visualization/transformation using ES6 class and module syntax

2017-01-03 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 90decd2a1 -> d60dd6fd7 http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d60dd6fd/zeppelin-web/src/app/visualization/builtins/visualization-scatterchart.js -- diff --g

[2/2] zeppelin git commit: [ZEPPELIN-1722] Modernize visualization/transformation using ES6 class and module syntax

2017-01-03 Thread moon
[ZEPPELIN-1722] Modernize visualization/transformation using ES6 class and module syntax ### What is this PR for? Modernize visualization/transformation using ES6 class and module syntax. And remove global variable 'zeppelin' ### What type of PR is it? Refactoring ### Todos * [x] - Use ES6 clas

svn commit: r1777255 - /zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html

2017-01-03 Thread ahyoungryu
Author: ahyoungryu Date: Wed Jan 4 02:05:11 2017 New Revision: 1777255 URL: http://svn.apache.org/viewvc?rev=1777255&view=rev Log: (empty) Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/security/shiroauthentication.h

zeppelin git commit: [DOCS] Remove outdated 'Security Setup' section in SECURITY-README

2017-01-03 Thread ahyoungryu
Repository: zeppelin Updated Branches: refs/heads/master f83d012a2 -> 90decd2a1 [DOCS] Remove outdated 'Security Setup' section in SECURITY-README ### What is this PR for? [SECURITY-README.md](https://github.com/apache/zeppelin/blob/master/SECURITY-README.md) was added by #53 when Shiro auth