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
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
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
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
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
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?
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
[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
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
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
10 matches
Mail list logo