Repository: zeppelin
Updated Branches:
refs/heads/master 15ecbb49d -> 246c3d026
ZEPPELIN-2268. Adding png and jpg support for helium module imports.
### What is this PR for?
To allow helium modules to import CSS that contains references to png or jpg
images.
### What type of PR is it?
Improv
Repository: zeppelin
Updated Branches:
refs/heads/master fb80bf7dd -> 15ecbb49d
[ZEPPELIN-2467] Restoring second travis job functionality
### What is this PR for?
Second travis job didn't work correctly. It suppose to test all core unit tests
plus integration test (except for spark related te
Repository: zeppelin
Updated Branches:
refs/heads/branch-0.7 08c1c9fe9 -> 2ec379ff6
[ZEPPELIN-2382] Fixed windows compatibility of interpreter binding.
### What is this PR for?
Fixing ZEPPELIN-2382:
A fresh install of Zeppelin 0.7.1 failed to start on a Windows due to the use
of
[getPosixFi
Repository: zeppelin
Updated Branches:
refs/heads/master e90280177 -> fb80bf7dd
[ZEPPELIN-2382] Fixed windows compatibility of interpreter binding.
### What is this PR for?
Fixing ZEPPELIN-2382:
A fresh install of Zeppelin 0.7.1 failed to start on a Windows due to the use
of
[getPosixFilePe
Repository: zeppelin
Updated Branches:
refs/heads/master d9c4a5f0b -> e90280177
[ZEPPELIN-2492] Use single Dockerfile for each tag
### What is this PR for?
Use single `Dockerfile` for each release since [apache infra uses tag
pushes](https://issues.apache.org/jira/browse/INFRA-12781) to buil
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java
--
diff --git
a/zeppelin-interpreter/src/test/java/org/apache/zeppe
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreter.java
--
diff --git
a/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpre
Repository: zeppelin
Updated Branches:
refs/heads/master 8e96d8bd7 -> d9c4a5f0b
http://git-wip-us.apache.org/repos/asf/zeppelin/blob/d9c4a5f0/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java
[MINOR] Move remoteinterpreter into zengine
### What is this PR for?
RemoteInterpreter is only used in the server side then zeppelin-interpreter
doesn't have to include this class. Moving this class helps to reduce
interpreter binary size and change RemoteInterpreter without adding more
depende