This is an automated email from the ASF dual-hosted git repository.

jongyoul pushed a change to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


    from 17b7eacc87 [MINOR] Prevent WebSocket tickets from being logged
     new 1cde1eb6f7 [HOTFIX] Avoid shell evaluation of interpreter launch 
arguments
     new ab742842c5 [HOTFIX] Validate note access for interpreter bindings

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/interpreter.sh                                 |   8 +-
 .../org/apache/zeppelin/socket/NotebookServer.java |  22 +++-
 .../apache/zeppelin/socket/NotebookServerTest.java |  76 +++++++++++++
 .../zeppelin/interpreter/ConfInterpreter.java      |  21 ++++
 .../interpreter/SessionConfInterpreter.java        |   6 ++
 .../zeppelin/interpreter/ConfInterpreterTest.java  |  39 +++++++
 .../interpreter/SessionConfInterpreterTest.java    |  51 ++++++++-
 .../launcher/InterpreterShellScriptTest.java       | 119 +++++++++++++++++++++
 8 files changed, 332 insertions(+), 10 deletions(-)
 create mode 100644 
zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/launcher/InterpreterShellScriptTest.java

Reply via email to