[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2018-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
Current version : [pull#3226](https://github.com/apache/zeppelin/pull/3226)


---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2018-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2708


---


[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-06-14 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2615


---


[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-04-27 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2615


---


[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-04-27 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2615

[ZEPPELIN-1999][IMPROVEMENT] refactoring replacement context parameters 
into interpreter settings

### What is this PR for?
Field `protected Properties property` is protected. sometimes this field 
used derictly. Sometimes  interpreter is called from another insterpreter (for 
ex. Spark, SparkInterpreter creates spark context and calls PySpark). This 
improvement fix it problems with context parameters replacement into properties.

### What type of PR is it?
Improvement


### How should this be tested?
1) Setting Spark interpreter
   set property 'spark.app.name=#{noteId}'
2) Run paragraph
  ```%pyspark 
  print(sc._conf.get("spark.app.name"))
```
3) Check result (note id)
4) Open http://localhost:4040/environment/ (spark ui), check property 
`spark.app.name` = note id


### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-1999-FIX

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2615.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2615


commit 2447adcd6cb06ddf674ed19013c7464266eeabac
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-09-14T11:47:12Z

[ZEPPELIN-1999-fix]  fix replace parameters. add integrations tests

commit 00725bf4f9aa26c3cbf2c20ee3fffd7094b99c9c
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-09-17T11:16:29Z

[ZEPPELIN-1999-fix] fix replace parameters

commit 42590c914afbc169ec75af4c3a809f6e3f27eb43
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-10T14:29:53Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

commit 683b3c1e1258d56399dc48e0bf3a10de66f0c83d
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-10T15:29:02Z

[ZEPPELIN-1999-FIX] fix tests

commit b4e5a3da8c6ae4b44f1666b72d79a39a8d76aa1a
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T16:22:14Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
#   
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/Interpreter.java

commit adf980bd7348aaf8d4d1c544dad6af2e7f680ad3
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T16:24:45Z

[ZEPPELIN-1999-FIX] rename method

commit 24097c56115bb7342ad6d6c76e7aa67d98faa10f
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T16:32:11Z

[ZEPPELIN-1999-FIX] fix call method

commit f283d0772f94eea8ddd087287e7318e34cc1d5f3
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T17:37:55Z

[ZEPPELIN-1999-FIX] fix tests

commit 83554b43397382715a8ba10af450c242b48d2ae6
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T17:51:06Z

[ZEPPELIN-1999-FIX] fix JDBCInterpreter

commit acef59c1421fd8646379338e0ecea66bcd1cb277
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-30T06:25:11Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java

commit 60d872979e76668ed5dcb2dbff574bb1dde37edd
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-06T12:20:22Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/LazyOpenInterpreter.java

commit c0ec13970ddbe249536768fbc7116a0e36a06c96
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-29T17:36:41Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/InterpreterTest.java

commit e7cee53cc78811ee4e3eceea461f55c1b816a763
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-29T19:38:46Z

fix test

commit b1ab3dec8701b0aedab6d2ed15863a744ee8d064
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-30T06:03:27Z

fix test

commit 3f50546b0b543a725b007d52fd73b31c522e1d87
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2018-03-13T12:18:10Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/InterpreterTest.java
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/LazyOpenInterpreterT

[GitHub] zeppelin pull request #2684: [Zeppelin-2572] multiple paragraphs actions

2018-04-16 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2684


---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2018-04-16 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2684
  
Will reopen soon.


---


[GitHub] zeppelin pull request #2449: [Zeppelin-2676] recent notes list

2018-04-16 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2449


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2018-04-16 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Need rework.


---


[GitHub] zeppelin pull request #2442: [ZEPPELIN-2679] JDBC. precode for session

2018-04-11 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2442


---


[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-03-13 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2615

[ZEPPELIN-1999][IMPROVEMENT] refactoring replacement context parameters 
into interpreter settings

### What is this PR for?
Field `protected Properties property` is protected. sometimes this field 
used derictly. Sometimes  interpreter is called from another insterpreter (for 
ex. Spark, SparkInterpreter creates spark context and calls PySpark). This 
improvement fix it problems with context parameters replacement into properties.

### What type of PR is it?
Improvement


### How should this be tested?
1) Setting Spark interpreter
   set property 'spark.app.name=#{noteId}'
2) Run paragraph
  ```%pyspark 
  print(sc._conf.get("spark.app.name"))
```
3) Check result (note id)
4) Open http://localhost:4040/environment/ (spark ui), check property 
`spark.app.name` = note id


### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-1999-FIX

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2615.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2615


commit 2447adcd6cb06ddf674ed19013c7464266eeabac
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-09-14T11:47:12Z

[ZEPPELIN-1999-fix]  fix replace parameters. add integrations tests

commit 00725bf4f9aa26c3cbf2c20ee3fffd7094b99c9c
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-09-17T11:16:29Z

[ZEPPELIN-1999-fix] fix replace parameters

commit 42590c914afbc169ec75af4c3a809f6e3f27eb43
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-10T14:29:53Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

commit 683b3c1e1258d56399dc48e0bf3a10de66f0c83d
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-10T15:29:02Z

[ZEPPELIN-1999-FIX] fix tests

commit b4e5a3da8c6ae4b44f1666b72d79a39a8d76aa1a
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T16:22:14Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
#   
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/Interpreter.java

commit adf980bd7348aaf8d4d1c544dad6af2e7f680ad3
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T16:24:45Z

[ZEPPELIN-1999-FIX] rename method

commit 24097c56115bb7342ad6d6c76e7aa67d98faa10f
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T16:32:11Z

[ZEPPELIN-1999-FIX] fix call method

commit f283d0772f94eea8ddd087287e7318e34cc1d5f3
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T17:37:55Z

[ZEPPELIN-1999-FIX] fix tests

commit 83554b43397382715a8ba10af450c242b48d2ae6
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-14T17:51:06Z

[ZEPPELIN-1999-FIX] fix JDBCInterpreter

commit acef59c1421fd8646379338e0ecea66bcd1cb277
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-10-30T06:25:11Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java

commit 60d872979e76668ed5dcb2dbff574bb1dde37edd
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-06T12:20:22Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/LazyOpenInterpreter.java

commit c0ec13970ddbe249536768fbc7116a0e36a06c96
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-29T17:36:41Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/InterpreterTest.java

commit e7cee53cc78811ee4e3eceea461f55c1b816a763
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-29T19:38:46Z

fix test

commit b1ab3dec8701b0aedab6d2ed15863a744ee8d064
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-11-30T06:03:27Z

fix test

commit 3f50546b0b543a725b007d52fd73b31c522e1d87
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2018-03-13T12:18:10Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/InterpreterTest.java
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/LazyOpenInterpreterT

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2018-03-13 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2615


---


[GitHub] zeppelin pull request #2442: [ZEPPELIN-2679] JDBC. precode for session

2018-03-13 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2442


---


[GitHub] zeppelin pull request #2442: [ZEPPELIN-2679] JDBC. precode for session

2018-03-13 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2442

[ZEPPELIN-2679] JDBC. precode for session

### What is this PR for?
We have a precode for interpreter (all interpreters) which executes once 
after start interpreter. With it we can create shared code that will be 
available in the paragraph, create tables in the database and etc. This precode 
for jdbc only which executes before run paragraph in same session (sql). In 
this precode we can declare session variables that will be available when you 
run paragraph (any sql which will be executed before the paragraph). For 
exabple `set search_path='public,#{user}'`

### What type of PR is it?
Feature

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2679

### How should this be tested?
(jdbc interpreter, postgres)
1. set property **default.sessionPrecode** `set 
search_path='test_session_precode'`
2. run paragraph `show search_path`

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2679

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2442.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2442


commit bd3d80952ca56e709379632318ba1193a17338ae
Author: Tinkoff DWH <tinkoff.dwh@...>
Date:   2017-06-23T11:58:20Z

[ZEPPELIN-2679] jdbc. precode for session

commit ae7a0d63966a1ddbf89292715221d041ecdc2b74
Author: Tinkoff DWH <tinkoff.dwh@...>
Date:   2017-06-26T04:14:11Z

[ZEPPELIN-2679] tests

commit 719d0a2fdf73a478c4475c8147da8d26646933ff
Author: isys.mreshetov <m.reshetov@...>
Date:   2017-06-29T04:35:10Z

ZEPPELIN-2679 docs

commit 7bba0db8ac7f28c7c35798e3292ec0e8dd08fde8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2018-03-13T09:49:56Z

ZEPPELIN-2679 rename session to statement

commit cd0d6ed5dc455bb58d551519732b274121df5198
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2018-03-13T11:12:12Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2679

commit 07b41c5110430f3b13ca81088b29fa5eae3d0734
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2018-03-13T12:15:49Z

ZEPPELIN-2679 rename test methods




---


[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2018-03-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
@prabhjyotsingh 
Add block editing of paragraphs.


---


[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2018-02-25 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
@prabhjyotsingh @r-kamath 
could you help with the review?


---


[jira] [Created] (ZEPPELIN-3194) Create new interpreter for SAP Universe

2018-01-30 Thread Tinkoff DWH (JIRA)
Tinkoff DWH created ZEPPELIN-3194:
-

 Summary: Create new interpreter for SAP Universe
 Key: ZEPPELIN-3194
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3194
 Project: Zeppelin
  Issue Type: New Feature
Reporter: Tinkoff DWH


* create/delete/execute queries
 * SQL-like language ัˆั‚ะตั‰ Paragraph (for ease of use)
 * autocomplete (list of universes, keywords, info about universe)
 * Promt parameters in queries



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2018-01-18 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2018-01-09 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2018-01-09 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2684
  
Ready to review


---


[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2018-01-09 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
@zjffdu 
I meant that the popup is not user friendly. The user sees a clickable 
elements, clicks and the popup will be displayed


---


[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2017-12-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
@zjffdu 
i think it is not user friendly interface (popups from backend)


---


[GitHub] zeppelin issue #2697: [Zeppelin-2964] Stop execution on schedule if the note...

2017-12-27 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2697
  
@Leemoonsoo @felixcheung 

there are no the comments a long time, need to merge


---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2017-12-27 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2684
  
Ready to review


---


[GitHub] zeppelin issue #2396: [ZEPPELIN-2451]: Add JDBC config option for calling co...

2017-12-25 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2396
  
@randerzander 
autocommit is already in JDBCInterpreter. 
```
 finally {
  //In case user ran an insert/update/upsert statement
  if (connection != null) {
try {
  if (!connection.getAutoCommit()) {
connection.commit();
  }
  connection.close();
} catch (SQLException e) { /*ignored*/ }
  } 
```

You may close this PR.


---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-12-25 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2556


---


[GitHub] zeppelin issue #2556: [Zeppelin-2839] permissions for folders

2017-12-25 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2556
  
need reworking


---


[GitHub] zeppelin issue #2713: How to create an universal filter for a dashboard usin...

2017-12-22 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2713
  
@Manituti 
What is it?


---


[GitHub] zeppelin issue #2697: [Zeppelin-2964] Stop execution on schedule if the note...

2017-12-21 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2697
  
@Leemoonsoo 
merge?


---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-21 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2708

[Zeppelin-3095] Fix UI when all paragraphs executing sequentially

### What is this PR for?
This PR fixes the incorrect behavior of UI during the execution of the 
RunAllParagraphs. 
Including: allows you to copy the note at runtime (before that, the new 
note was created only after the end of runAllParagraph), blocks some interface 
elements.
The following items are blocked:

**Paragraphs Control :**
* Move up
* Move down
* Insert new
* Clone paragraph
* Run all above
* Run all below
* Disable run
* Remove

**Note :**
* Insert new paragraph

### What type of PR is it?
Improvement

### What is the Jira issue?
[Zeppelin-3095](https://issues.apache.org/jira/browse/ZEPPELIN-3095)

### How should this be tested?
Run the paragraphs by clicking the "run all paragraphs" button
Ensures that the required items are locked

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3095

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2708.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2708


commit ca4c2d068cdef53146cd24649e3e85493667d74e
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-07T14:30:27Z

[ZEPPELIN-3095] fix UI when paragraphs run sequential

commit 793e996c9f89307233857570dce8fc83228b499a
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-11T14:34:19Z

[ZEPPELIN-3095] runAllParagraphs() moved to a separate thread

commit b32ab091fee272345b01731c364a65d6b561140c
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-12T08:06:17Z

[ZEPPELIN-3095] code style fix

commit bfc7fca136760b193a2392e3f2b24eb21b1356a2
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T06:37:23Z

[ZEPPELIN-3095] fix runAllParagraphs

commit ce95ad35db9a36079db200c55e5255118f36bc88
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T07:16:41Z

Merge branch 'master' into ZEPPELIN-3095

# Conflicts:
#   zeppelin-web/src/app/notebook/paragraph/paragraph-control.html

commit a22c46e3ea306874848e13b773fc873d1980c146
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T08:06:36Z

[ZEPPELIN-3095] add runAllToThis() and runAllFromThis() to lock

commit 6351cb3221124c7334824c91b5934ea9249fabc8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T08:03:02Z

[ZEPPELIN-3095] small fix. test repair.

commit 653755a989affcd3abe517f407ecfc03e5e52ff8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T11:26:53Z

[ZEPPELIN-3095] change update info method

commit 573ebba35f1180d3c04ea1fed4cb98be29d03d1f
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T12:16:33Z

[ZEPPELIN-3095] fix test

commit 81c1a63c608dcdd7ca79ba1250663d7645c9e8b1
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T15:02:22Z

[ZEPPELIN-3095] fix test

commit da9517b9b53100f4db883a99ce69a39028e9cb86
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T15:04:57Z

[ZEPPELIN-3095] fix test. again

commit a15ee6ac1ac5e9cf71eb0108cc18b200324bf38d
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-19T10:03:17Z

[Zeppelin-3095] small fix

commit a93e45335ef7ca64c1a4b6ab04b64a1e52adbeb3
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-20T13:13:45Z

[Zeppelin-3095] transfer of progress status check to ng-hide

commit a55b52ba715e718ee9d3587c74d7de22c071b44d
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-21T08:55:04Z

[ZEPPELIN-3095] insertNewParagraphs(): hiding instead of disable




---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-21 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2708


---


[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2017-12-21 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
@felixcheung 
What do you say about this?


![capture3](https://user-images.githubusercontent.com/25951039/34248134-ef41448e-e645-11e7-9678-66dfec98f204.PNG)



---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-20 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2708

[Zeppelin-3095] Fix UI when all paragraphs executing sequentially

### What is this PR for?
This PR fixes the incorrect behavior of UI during the execution of the 
RunAllParagraphs. 
Including: allows you to copy the note at runtime (before that, the new 
note was created only after the end of runAllParagraph), blocks some interface 
elements.
The following items are blocked:

**Paragraphs Control :**
* Move up
* Move down
* Insert new
* Clone paragraph
* Run all above
* Run all below
* Disable run
* Remove

**Note :**
* Insert new paragraph

### What type of PR is it?
Improvement

### What is the Jira issue?
[Zeppelin-3095](https://issues.apache.org/jira/browse/ZEPPELIN-3095)

### How should this be tested?
Run the paragraphs by clicking the "run all paragraphs" button
Ensures that the required items are locked

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3095

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2708.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2708


commit ca4c2d068cdef53146cd24649e3e85493667d74e
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-07T14:30:27Z

[ZEPPELIN-3095] fix UI when paragraphs run sequential

commit 793e996c9f89307233857570dce8fc83228b499a
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-11T14:34:19Z

[ZEPPELIN-3095] runAllParagraphs() moved to a separate thread

commit b32ab091fee272345b01731c364a65d6b561140c
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-12T08:06:17Z

[ZEPPELIN-3095] code style fix

commit bfc7fca136760b193a2392e3f2b24eb21b1356a2
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T06:37:23Z

[ZEPPELIN-3095] fix runAllParagraphs

commit ce95ad35db9a36079db200c55e5255118f36bc88
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T07:16:41Z

Merge branch 'master' into ZEPPELIN-3095

# Conflicts:
#   zeppelin-web/src/app/notebook/paragraph/paragraph-control.html

commit a22c46e3ea306874848e13b773fc873d1980c146
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T08:06:36Z

[ZEPPELIN-3095] add runAllToThis() and runAllFromThis() to lock

commit 6351cb3221124c7334824c91b5934ea9249fabc8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T08:03:02Z

[ZEPPELIN-3095] small fix. test repair.

commit 653755a989affcd3abe517f407ecfc03e5e52ff8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T11:26:53Z

[ZEPPELIN-3095] change update info method

commit 573ebba35f1180d3c04ea1fed4cb98be29d03d1f
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T12:16:33Z

[ZEPPELIN-3095] fix test

commit 81c1a63c608dcdd7ca79ba1250663d7645c9e8b1
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T15:02:22Z

[ZEPPELIN-3095] fix test

commit da9517b9b53100f4db883a99ce69a39028e9cb86
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T15:04:57Z

[ZEPPELIN-3095] fix test. again

commit a15ee6ac1ac5e9cf71eb0108cc18b200324bf38d
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-19T10:03:17Z

[Zeppelin-3095] small fix

commit a93e45335ef7ca64c1a4b6ab04b64a1e52adbeb3
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-20T13:13:45Z

[Zeppelin-3095] transfer of progress status check to ng-hide




---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-20 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2708


---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-19 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2708

[Zeppelin-3095] Fix UI when all paragraphs executing sequentially

### What is this PR for?
This PR fixes the incorrect behavior of UI during the execution of the 
RunAllParagraphs. 
Including: allows you to copy the note at runtime (before that, the new 
note was created only after the end of runAllParagraph), blocks some interface 
elements.
The following items are blocked:

**Paragraphs Control :**
* Move up
* Move down
* Insert new
* Clone paragraph
* Run all above
* Run all below
* Disable run
* Remove

**Note :**
* Insert new paragraph

### What type of PR is it?
Improvement

### What is the Jira issue?
[Zeppelin-3095](https://issues.apache.org/jira/browse/ZEPPELIN-3095)

### How should this be tested?
Run the paragraphs by clicking the "run all paragraphs" button
Ensures that the required items are locked

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3095

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2708.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2708


commit ca4c2d068cdef53146cd24649e3e85493667d74e
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-07T14:30:27Z

[ZEPPELIN-3095] fix UI when paragraphs run sequential

commit 793e996c9f89307233857570dce8fc83228b499a
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-11T14:34:19Z

[ZEPPELIN-3095] runAllParagraphs() moved to a separate thread

commit b32ab091fee272345b01731c364a65d6b561140c
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-12T08:06:17Z

[ZEPPELIN-3095] code style fix

commit bfc7fca136760b193a2392e3f2b24eb21b1356a2
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T06:37:23Z

[ZEPPELIN-3095] fix runAllParagraphs

commit ce95ad35db9a36079db200c55e5255118f36bc88
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T07:16:41Z

Merge branch 'master' into ZEPPELIN-3095

# Conflicts:
#   zeppelin-web/src/app/notebook/paragraph/paragraph-control.html

commit a22c46e3ea306874848e13b773fc873d1980c146
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-14T08:06:36Z

[ZEPPELIN-3095] add runAllToThis() and runAllFromThis() to lock

commit 6351cb3221124c7334824c91b5934ea9249fabc8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T08:03:02Z

[ZEPPELIN-3095] small fix. test repair.

commit 653755a989affcd3abe517f407ecfc03e5e52ff8
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T11:26:53Z

[ZEPPELIN-3095] change update info method

commit 573ebba35f1180d3c04ea1fed4cb98be29d03d1f
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T12:16:33Z

[ZEPPELIN-3095] fix test

commit 81c1a63c608dcdd7ca79ba1250663d7645c9e8b1
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T15:02:22Z

[ZEPPELIN-3095] fix test

commit da9517b9b53100f4db883a99ce69a39028e9cb86
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-18T15:04:57Z

[ZEPPELIN-3095] fix test. again

commit a15ee6ac1ac5e9cf71eb0108cc18b200324bf38d
Author: tinkoff-dwh <tinkoff.dwh@...>
Date:   2017-12-19T10:03:17Z

[Zeppelin-3095] small fix




---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-19 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2708


---


[GitHub] zeppelin issue #2710: [MINOR] Remove r from zeppelin-web test

2017-12-19 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2710
  
LGTM


---


[GitHub] zeppelin issue #2708: [Zeppelin-3095] Fix UI when all paragraphs executing s...

2017-12-19 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2708
  
@felixcheung 
I fixed it


---


[GitHub] zeppelin issue #2704: ZEPPELIN-3061: Updated the SecurityUtils to add Shiro'...

2017-12-18 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2704
  
check jobs in Jenkins. try to merge the latest changes from master.


---


[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2017-12-18 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

https://github.com/apache/zeppelin/pull/2708

[Zeppelin-3095] Fix UI when all paragraphs executing sequentially

### What is this PR for?
This PR fixes the incorrect behavior of UI during the execution of the 
RunAllParagraphs. 
Including: allows you to copy the note at runtime (before that, the new 
note was created only after the end of runAllParagraph), blocks some interface 
elements.
The following items are blocked:

**Paragraphs Control :**
* Move up
* Move down
* Insert new
* Clone paragraph
* Run all above
* Run all below
* Disable run
* Remove

**Note :**
* Insert new paragraph

### What type of PR is it?
Improvement

### What is the Jira issue?
[Zeppelin-3095](https://issues.apache.org/jira/browse/ZEPPELIN-3095)

### How should this be tested?
Run the paragraphs by clicking the "run all paragraphs" button
Ensures that the required items are locked

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3095

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2708.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2708


commit ca4c2d068cdef53146cd24649e3e85493667d74e
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-07T14:30:27Z

[ZEPPELIN-3095] fix UI when paragraphs run sequential

commit 793e996c9f89307233857570dce8fc83228b499a
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-11T14:34:19Z

[ZEPPELIN-3095] runAllParagraphs() moved to a separate thread

commit b32ab091fee272345b01731c364a65d6b561140c
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-12T08:06:17Z

[ZEPPELIN-3095] code style fix

commit bfc7fca136760b193a2392e3f2b24eb21b1356a2
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-14T06:37:23Z

[ZEPPELIN-3095] fix runAllParagraphs

commit ce95ad35db9a36079db200c55e5255118f36bc88
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-14T07:16:41Z

Merge branch 'master' into ZEPPELIN-3095

# Conflicts:
#   zeppelin-web/src/app/notebook/paragraph/paragraph-control.html

commit a22c46e3ea306874848e13b773fc873d1980c146
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-14T08:06:36Z

[ZEPPELIN-3095] add runAllToThis() and runAllFromThis() to lock

commit 6351cb3221124c7334824c91b5934ea9249fabc8
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-18T08:03:02Z

[ZEPPELIN-3095] small fix. test repair.

commit 653755a989affcd3abe517f407ecfc03e5e52ff8
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-18T11:26:53Z

[ZEPPELIN-3095] change update info method

commit 573ebba35f1180d3c04ea1fed4cb98be29d03d1f
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-18T12:16:33Z

[ZEPPELIN-3095] fix test

commit 81c1a63c608dcdd7ca79ba1250663d7645c9e8b1
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-18T15:02:22Z

[ZEPPELIN-3095] fix test

commit da9517b9b53100f4db883a99ce69a39028e9cb86
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-18T15:04:57Z

[ZEPPELIN-3095] fix test. again




---


[GitHub] zeppelin issue #2704: ZEPPELIN-3061: Updated the SecurityUtils to add Shiro'...

2017-12-15 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2704
  
Thanks @jithinchandranj. Could you add test case for new functionality?


---


[GitHub] zeppelin pull request #2698: [ZEPPELIN-3007] display a note name without any...

2017-12-14 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2698


---


[GitHub] zeppelin pull request #2698: [ZEPPELIN-3007] display a note name without any...

2017-12-14 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2698

[ZEPPELIN-3007] display a note name without any path in the tab title

### What is this PR for?
This PR modifies the display of the name of the note.
Now, instead of the full path, only the name of the note is displayed.

### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-3007](https://issues.apache.org/jira/browse/ZEPPELIN-3007)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3007

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2698


commit ad53d767dcb10a56f94d28565d81be97270efae5
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-05T13:45:38Z

[ZEPPELIN-3007] display a note name without any path in the tab title

commit bdfe474aff65a98c32e36df8d1db051581eda7c7
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-08T11:38:30Z

[ZEPPELIN-3007] add ' - Zeppelin' to page title

commit aefb3f50bf940e52f809c29d69af50d6415058ed
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-13T13:37:11Z

[ZEPPELIN-3007] change actionBar note name view

commit 526e99f1f6bcb35667b97679a0cee7e3e4720730
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-14T06:45:58Z

Merge branch 'master' into ZEPPELIN-3007




---


[GitHub] zeppelin issue #2556: [Zeppelin-2839] permissions for folders

2017-12-13 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2556
  
Ready to review


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2017-12-13 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2017-12-13 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2684
  
Ready to review


---


[GitHub] zeppelin issue #2698: [ZEPPELIN-3007] display a note name without any path i...

2017-12-13 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2698
  
@Leemoonsoo 
What about this option?


![capture5](https://user-images.githubusercontent.com/25951039/33941542-1377ccce-e024-11e7-8a33-57e729e31c14.PNG)
Now note name clipped on the left.


---


[GitHub] zeppelin pull request #2698: [ZEPPELIN-3007] display a note name without any...

2017-12-12 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2698

[ZEPPELIN-3007] display a note name without any path in the tab title

### What is this PR for?
This PR modifies the display of the name of the note.
Now, instead of the full path, only the name of the note is displayed.

### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-3007](https://issues.apache.org/jira/browse/ZEPPELIN-3007)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3007

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2698


commit ad53d767dcb10a56f94d28565d81be97270efae5
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-05T13:45:38Z

[ZEPPELIN-3007] display a note name without any path in the tab title

commit bdfe474aff65a98c32e36df8d1db051581eda7c7
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-08T11:38:30Z

[ZEPPELIN-3007] add ' - Zeppelin' to page title




---


[GitHub] zeppelin issue #2698: [ZEPPELIN-3007] display a note name without any path i...

2017-12-12 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2698
  
I think it's better to show a pop-up when clicking on the name of the note. 
As on the main page.
 

![capture2](https://user-images.githubusercontent.com/25951039/33925573-81b70aa8-dfeb-11e7-96b8-4feeab939aaf.PNG)

What do you think about it?


---


[GitHub] zeppelin pull request #2698: [ZEPPELIN-3007] display a note name without any...

2017-12-12 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2698


---


[GitHub] zeppelin issue #2698: [ZEPPELIN-3007] display a note name without any path i...

2017-12-08 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2698
  

![default](https://user-images.githubusercontent.com/25951039/33764614-398f78b4-dc26-11e7-9bc5-c894af521c18.PNG)



---


[GitHub] zeppelin issue #2699: [MINOR] Fix notebook title bar margin

2017-12-07 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2699
  
LGTM


---


[GitHub] zeppelin issue #2676: [ZEPPELIN-3048] Add the option which prevents paragrap...

2017-12-07 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2676
  
The security is also important for our team.
I agree with @Leemoonsoo and @felixcheung about the sufficiency of existing 
roles.

We have PR about permissions for folders 
https://github.com/apache/zeppelin/pull/2556
Our plan is to have restricted subfolder in each user and group folder. The 
subfolder with name "restricted" will be viewble only for user/group owner of 
parent folder. If user cares about the security then he will put note in 
restricted subfolder.

@kjmrknsn, could folders with permissions solve your issue?


---


[jira] [Created] (ZEPPELIN-3095) Fix UI when all paragraphs executing sequentially

2017-12-07 Thread Tinkoff DWH (JIRA)
Tinkoff DWH created ZEPPELIN-3095:
-

 Summary: Fix UI when all paragraphs executing sequentially
 Key: ZEPPELIN-3095
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3095
 Project: Zeppelin
  Issue Type: Improvement
  Components: Core, zeppelin-server
Affects Versions: 0.8.0
Reporter: Tinkoff DWH
Assignee: Tinkoff DWH
 Fix For: 0.8.0


-If you press the clone note button, the new note will appear only after it's 
finished running.

-The paragraph adding button is active, but if you press it, the new paragraph 
will appear after the end of the work of the note. It is advisable not to 
display the paragraph adding button.

-If the note is running on Cron, then the jdbc paragraphs remain in the Running 
status, pyspark and md in the Pending status, until the note finishes running.
Need to display the correct statuses: Finished, Running

-Stop the execution on the paragraph itself also does not work - you need to 
disable the button

-Disable items in the drop-down menu:
- Move up
- Move down
- Insert new
- Clone paragraph
- Disable run
- Remove
!attachment-name.jpg|thumbnail!




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] zeppelin issue #2695: [ZEPPELIN-3089] Create user folders under Trash folder

2017-12-06 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2695
  
A note can be used by a group. 
If user 'A' deletes a note, then the note will be "hided" and it will be 
hard for user 'B' to find this note.

Our practice to have its own separate folder for each group and each user.


---


[GitHub] zeppelin issue #2691: [FIX] fix autocomplete

2017-12-06 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2691
  
@zjffdu @felixcheung 
fixed


---


[GitHub] zeppelin pull request #2698: [ZEPPELIN-3007] display a note name without any...

2017-12-05 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

https://github.com/apache/zeppelin/pull/2698

[ZEPPELIN-3007] display a note name without any path in the tab title

### What is this PR for?
This PR modifies the display of the name of the note.
Now, instead of the full path, only the name of the note is displayed.

### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-3007](https://issues.apache.org/jira/browse/ZEPPELIN-3007)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-3007

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2698.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2698






---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2017-12-05 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2684
  
Ready to review


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2017-12-05 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2556: [Zeppelin-2839] permissions for folders

2017-12-05 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2556
  
Ready to review


---


[GitHub] zeppelin pull request #2697: [Zeppelin-2964] Stop execution on schedule if t...

2017-12-05 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

https://github.com/apache/zeppelin/pull/2697

[Zeppelin-2964] Stop execution on schedule if the note has been moved to 
the trash

### What is this PR for?
When you put the note (or folder) in the trash, the note continues to run 
on schedule.
This PR fixes this. Now when you put the note into the trash, the task is 
removed, and when you restore the note, it runs again.


### What type of PR is it?
Improvement

### What is the Jira issue?
[ZEPPELIN-3007](https://issues.apache.org/jira/browse/ZEPPELIN-3007)

### How should this be tested?
- Create a scheduled launch for the note.
- Put the note in the trash.
- Look through the logs. 
- Note must stop running.
- Restore the note from the trash.
- Running on a schedule should continue again.

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2964

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2697.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2697


commit 3906b9ef46d789cc113abe4adb7e982ba900d521
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-05T09:17:49Z

[ZEPPELIN-2964] drop cron when note placed in the trash

commit 3db4a8e20632f30c960a0125f047cf063348b790
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-05T12:11:57Z

[ZEPPELIN-2964] restore cron together note/folder

commit b12ae4cb2ad651c662643cc96c758cc068c34525
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-12-05T12:23:43Z

[ZEPPELIN-2964] add if statement




---


[GitHub] zeppelin pull request #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs...

2017-11-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2688

[Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from first/current to 
current/last

### What is this PR for?
This pr add the ability to run all paragraphs from the first to the current 
and from the current to the last. This makes it easier to update the data if 
changes are made in one of the related paragraphs.

### What type of PR is it?
Feature

### What is the Jira issue?
[ZEPPELIN-2571](https://issues.apache.org/jira/browse/ZEPPELIN-2571) - (Add 
a "Run to here" option on paragraphs)
[ZEPPELIN-465](https://issues.apache.org/jira/browse/ZEPPELIN-465) - 
(Capability to run all cells below the current cell)

### How should this be tested?
1. Click on the "Run: from first to this" or "Run: from this to last" in 
the dropdown menu. Paragraphs from the first/current to the current/last will 
be started in order.
2. Press the key combination: CTRL + SHIFT + ENTER.
A window will appear with the choice of the desired action. 

![capture2](https://user-images.githubusercontent.com/25951039/33269914-58eff828-d393-11e7-9ebf-6437ec11c8f2.PNG)
Choose one of two actions. The selected action will be performed.

### Screenshots (if appropriate)


![capture1_edit](https://user-images.githubusercontent.com/25951039/33269915-5951b19e-d393-11e7-831b-42d4523908ae.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2571&465

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2688.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2688


commit bfc38919020643cb143a19aed70bcbe1cde7dc50
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-27T10:33:01Z

[ZEPPELIN-2517]&[ZEPPELIN-465] Run paragraphs from 1st to this. From this 
to last

commit 9fbcdb6d24f9a72b000a06d5e8020ee121309060
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-27T11:38:15Z

[ZEPPELIN-2517]&[ZEPPELIN-465] add keyboard shortcut

commit a7a415847158efad03bac57cc31d418a2c0115ee
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-28T10:29:34Z

[ZEPPELIN-2517]&[ZEPPELIN-465] logic change

commit 8ca1df207ad7cb5157bd4e314e34bf56568ca116
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-28T12:19:00Z

[Zeppelin-2517]&[Zeppelin-465] line reduction

commit 70f130cea38d34e304302451bec4ab916fff481c
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-28T14:33:36Z

[Zeppelin-2517]&[Zeppelin-465] some text change

commit 3d57b3038a6791c7038ed72ddaa57d6da6dc9c98
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-29T12:18:38Z

[ZEPPELIN-2517]&[ZEPPELIN-465] save paragraph's focus

commit 304c196098442836901e54634f464ec5762df200
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-30T07:55:14Z

[ZEPPELIN-2517]&[ZEPPELIN-465] fix shortcut description




---


[GitHub] zeppelin pull request #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs...

2017-11-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2688


---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2556

[Zeppelin-2839] permissions for folders

### What is this PR for?
Adds permissions for folders.
Folder with permissions is way to unite notes with the same permissions and 
change the permissions together.

### What type of PR is it?
[Feature]

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2839

### How should this be tested?

![folderperm2](https://user-images.githubusercontent.com/25951039/29862421-2be966a2-8d75-11e7-9774-4ebf2afc99d4.gif)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes, added


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2839

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2556.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2556


commit 8e6f7d48bce7e9f883535ccb936f393fd14f931b
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-07T08:26:37Z

remove unused code

commit bfb67aa8bddb80dafbf059579af79d99b92927ed
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-07T08:33:05Z

fix wrong function name

commit 7c30bee0467234c9081052566d04718600982a4b
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-09T07:07:43Z

Merge remote-tracking branch 'upstream/master' into 
dw-9253-folder-permissions

commit 691e0e7c12d7af40226b2795d2a4ad813c9b88dc
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-17T10:04:53Z

refactor use interface instead class as argument

commit ca8cd46e0a1df3f4d74aeb6756a0e79f71519dae
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:47:28Z

implement folder permissions

commit d8a53ced517d4d16addcc07655de2d6318eeefc6
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:47:38Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

commit 2269086149bfbde15d7fba1ae41106ca29fae001
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:48:56Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

commit 8eaab5d0bd2d6a7a03c32716157db5470b042475
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:58:54Z

fix code style

commit a965e9cad397bc48931983ae2e4b9d4b73db512d
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:02:05Z

fix no license

commit f82657012a06a4861e1ac14715bc0131e1072fbe
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:23:56Z

fix code style

commit a4b63c0ea9745908a928c41cabb2b045c588a86f
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:36:24Z

fix code style

commit 426c5fc30dc964f207ab1e63ad4ab4919d09a3f5
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-24T12:57:28Z

fix bug

commit 2663b28be756e29682b10fee86d021123b47be85
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-25T07:25:42Z

    fix bugs

commit dbd7ce0abdc2aba076174003f9e79ce8e6a54664
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-25T09:06:30Z

remove unused class

commit a3ac8cce753fdd6f764b410d65bac07a32ddeef8
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-28T10:22:08Z

add tests

commit cbbc36583a72f77a88d812bab5bf64b3c8928e79
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-28T10:30:14Z

fix codestyle

commit d8c20377e33c6c9104f1cccfbb159e6815d88aff
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T06:49:11Z

fix bug, add test

commit 8ec139addfe44e3a9aa76c9769ed372b2449
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:11:14Z

fix bugs, add saving permissions when renamed

commit 8c3e1b077b0fa62a801d64d421c36ea2b76ccc77
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:18:42Z

fix codestyle

commit 4221ad6b230288a4f55d9a6614d52a6d9c1946c4
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:48:00Z

fix tests

commit ce8b41b258a9a2f8dc33094fd7c1a91616232e48
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-30T05:38:21Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

# Conflicts:
#   
zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java
#   
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NotebookAuthorization.java

commit 9ace5c0213ddac954e5b9de65cfd7b5a399cfcf7
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-30T06:42:46Z

add runner permission

commit 8aa4a0

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2017-11-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2615


---


[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2017-11-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2615

[ZEPPELIN-1999][IMPROVEMENT] refactoring replacement context parameters 
into interpreter settings

### What is this PR for?
Field `protected Properties property` is protected. sometimes this field 
used derictly. Sometimes  interpreter is called from another insterpreter (for 
ex. Spark, SparkInterpreter creates spark context and calls PySpark). This 
improvement fix it problems with context parameters replacement into properties.

### What type of PR is it?
Improvement


### How should this be tested?
1) Setting Spark interpreter
   set property 'spark.app.name=#{noteId}'
2) Run paragraph
  ```%pyspark 
  print(sc._conf.get("spark.app.name"))
```
3) Check result (note id)
4) Open http://localhost:4040/environment/ (spark ui), check property 
`spark.app.name` = note id


### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-1999-FIX

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2615.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2615


commit 2447adcd6cb06ddf674ed19013c7464266eeabac
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-09-14T11:47:12Z

[ZEPPELIN-1999-fix]  fix replace parameters. add integrations tests

commit 00725bf4f9aa26c3cbf2c20ee3fffd7094b99c9c
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-09-17T11:16:29Z

[ZEPPELIN-1999-fix] fix replace parameters

commit 42590c914afbc169ec75af4c3a809f6e3f27eb43
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-10T14:29:53Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

commit 683b3c1e1258d56399dc48e0bf3a10de66f0c83d
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-10T15:29:02Z

[ZEPPELIN-1999-FIX] fix tests

commit b4e5a3da8c6ae4b44f1666b72d79a39a8d76aa1a
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-14T16:22:14Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java
#   
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/Interpreter.java

commit adf980bd7348aaf8d4d1c544dad6af2e7f680ad3
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-14T16:24:45Z

[ZEPPELIN-1999-FIX] rename method

commit 24097c56115bb7342ad6d6c76e7aa67d98faa10f
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-14T16:32:11Z

[ZEPPELIN-1999-FIX] fix call method

commit f283d0772f94eea8ddd087287e7318e34cc1d5f3
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-14T17:37:55Z

[ZEPPELIN-1999-FIX] fix tests

commit 83554b43397382715a8ba10af450c242b48d2ae6
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-14T17:51:06Z

[ZEPPELIN-1999-FIX] fix JDBCInterpreter

commit acef59c1421fd8646379338e0ecea66bcd1cb277
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-10-30T06:25:11Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterTest.java

commit 60d872979e76668ed5dcb2dbff574bb1dde37edd
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-06T12:20:22Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/LazyOpenInterpreter.java

commit c0ec13970ddbe249536768fbc7116a0e36a06c96
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-29T17:36:41Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-1999-FIX

# Conflicts:
#   
zeppelin-interpreter/src/test/java/org/apache/zeppelin/interpreter/InterpreterTest.java

commit e7cee53cc78811ee4e3eceea461f55c1b816a763
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-29T19:38:46Z

fix test

commit b1ab3dec8701b0aedab6d2ed15863a744ee8d064
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-30T06:03:27Z

fix test




---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2556


---


[GitHub] zeppelin issue #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from ...

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2688
  
@Leemoonsoo 
You're right. The description was not true. 
The description has been changed.


---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2684
  
Ready to review


---


[GitHub] zeppelin issue #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replacement c...

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2615
  
Ready to review


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2442
  
Ready to review


---


[GitHub] zeppelin pull request #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs...

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2688


---


[GitHub] zeppelin issue #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from ...

2017-11-29 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2688
  
@Leemoonsoo
Now paragraph's focus and cursor position stay in the same position after 
launch.


---


[GitHub] zeppelin issue #2691: [FIX] fix autocomplete

2017-11-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2691
  
@zjffdu 
pls help with review


---


[GitHub] zeppelin pull request #2691: [FIX] fix autocomplete

2017-11-28 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

https://github.com/apache/zeppelin/pull/2691

[FIX] fix autocomplete

### What is this PR for?
After refactoring of Interpreter autocomplete (from server side) not works 
without first Run of interpreter.
This PR fix it.

### What type of PR is it?
[Fix]

### How should this be tested?
* Create new Note (JDBC interpreter), try to use autocomplete (schema, 
tables)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin fix_autocomplete

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2691.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2691


commit 141dff58431883386a111a94f0af09df6f2ee7e4
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-28T12:10:04Z

[FIX] fix autocomplete




---


[GitHub] zeppelin issue #2690: [ZEPPELIN-3075]Fix unqiue algo for the web side in piv...

2017-11-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2690
  
close this PR.
read 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
you should setting travis-ci to work with your fork
after that your changes will start the build in travis-ci


---


[GitHub] zeppelin issue #2690: [ZEPPELIN-3075]Fix unqiue algo for the web side in piv...

2017-11-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2690
  
why another PR? #2685


---


[GitHub] zeppelin issue #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from ...

2017-11-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2688
  
@Leemoonsoo 
Yes, I think it will be more convenient.
I made some changes.


---


[GitHub] zeppelin pull request #2688: Zeppelin 2571&465

2017-11-27 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

https://github.com/apache/zeppelin/pull/2688

Zeppelin 2571&465

### What is this PR for?
This pr add the ability to run all paragraphs from the first to the current 
and from the current to the last. This makes it easier to update the data if 
changes are made in one of the related paragraphs.

### What type of PR is it?
Feature

### What is the Jira issue?
[ZEPPELIN-2571](https://issues.apache.org/jira/browse/ZEPPELIN-2571) - (Add 
a "Run to here" option on paragraphs)
[ZEPPELIN-465](https://issues.apache.org/jira/browse/ZEPPELIN-465) - 
(Capability to run all cells below the current cell)

### How should this be tested?
1. Click on the "Run: from first to this" or "Run: from this to last" in 
the dropdown menu. Paragraphs from the first/current to the current/last will 
be started in order.
2. Press the key combination: CTRL + SHIFT + ENTER.
A window will appear with the choice of the desired action. 

![capture2](https://user-images.githubusercontent.com/25951039/33269914-58eff828-d393-11e7-9ebf-6437ec11c8f2.PNG)
Choose one of two actions. The selected action will be performed.

### Screenshots (if appropriate)


![capture1_edit](https://user-images.githubusercontent.com/25951039/33269915-5951b19e-d393-11e7-831b-42d4523908ae.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2571&465

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2688.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2688


commit bfc38919020643cb143a19aed70bcbe1cde7dc50
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-27T10:33:01Z

[ZEPPELIN-2517]&[ZEPPELIN-465] Run paragraphs from 1st to this. From this 
to last

commit 9fbcdb6d24f9a72b000a06d5e8020ee121309060
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-27T11:38:15Z

[ZEPPELIN-2517]&[ZEPPELIN-465] add keyboard shortcut




---


[GitHub] zeppelin issue #2556: [Zeppelin-2839] permissions for folders

2017-11-24 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2556
  
Ready to review


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2017-11-24 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-23 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
need to add in https://github.com/apache/zeppelin/blob/master/LICENSE


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-22 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
@prabhjyotsingh 
https://github.com/sroze/ngInfiniteScroll/blob/master/LICENSE


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-22 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
yep, all works now


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-22 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
Tested. LGTM

found bug for navbar dropdown (bug into branch master). 
1) Open navbar list of notes 
2) click to some folder
3) click to note in folder
4) Note loaded but dropdown menu not hide


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-22 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
i think looks good


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-22 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
works fine! But have some problems with sorting.

sorting on ui 
1) folders (alphabet)
2) note (alphabet)

load home page, we have part of tree with "local sorting" (one folder on 
top Zeppelin Tutorial)
![2017-11-22 
15-29-55](https://user-images.githubusercontent.com/25951039/33122973-9b758fa2-cf9a-11e7-88e0-bac0040159e5.png)

after scroll to bootom and return to top
![2017-11-22 
15-30-14](https://user-images.githubusercontent.com/25951039/33123019-bb25d384-cf9a-11e7-8f7c-dd98bfacc77b.png)



---


[GitHub] zeppelin pull request #2684: [Zeppelin-2572] multiple paragraphs actions

2017-11-22 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

https://github.com/apache/zeppelin/pull/2684

[Zeppelin-2572] multiple paragraphs actions

### What is this PR for?
This **PR** adds the ability to perform actions on several paragraphs 
simultaneously. He adds the checkbox to each paragraph. When you select at 
least one paragraph in the action bar, buttons appear that perform actions on 
the selected paragraphs.


### What type of PR is it?
Feature

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2572

### How should this be tested?
**1.** Select several paragraphs (In the actinBar appear buttons with 
actions for these paragraphs)
**2.** Perform several actions on paragraphs (by pressing the buttons)
**3.** Click "Reset selection" button

### Screenshot


![gif](https://user-images.githubusercontent.com/25951039/33115591-993e6cf4-cf72-11e7-8987-64cb3e137ba8.gif)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2572

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2684.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2684


commit a8a9b51bd5bb29c74cba558ce34a36dc23d476e0
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-20T07:25:59Z

[ZEPPELIN-2572] multiple paragraphs actions add

commit 4e3cb8dc66a3183e1204576ec75a831f40e9f847
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-11-21T12:29:11Z

[ZEPPELIN-2572] code fix




---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-21 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
@prabhjyotsingh 
maybe more pretty http://sroze.github.io/ngInfiniteScroll/ . or a another 
implementation of infinite scrolling


---


[GitHub] zeppelin issue #2683: ZEPPELIN-3072: Zeppelin UI becomes slow/unresponsive i...

2017-11-21 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2683
  
navbar have the same tree


---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-19 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2556


---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-19 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2556

[Zeppelin-2839] permissions for folders

### What is this PR for?
Adds permissions for folders.
Folder with permissions is way to unite notes with the same permissions and 
change the permissions together.

### What type of PR is it?
[Feature]

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2839

### How should this be tested?

![folderperm2](https://user-images.githubusercontent.com/25951039/29862421-2be966a2-8d75-11e7-9774-4ebf2afc99d4.gif)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes, added


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2839

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2556.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2556


commit 8e6f7d48bce7e9f883535ccb936f393fd14f931b
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-07T08:26:37Z

remove unused code

commit bfb67aa8bddb80dafbf059579af79d99b92927ed
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-07T08:33:05Z

fix wrong function name

commit 7c30bee0467234c9081052566d04718600982a4b
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-09T07:07:43Z

Merge remote-tracking branch 'upstream/master' into 
dw-9253-folder-permissions

commit 691e0e7c12d7af40226b2795d2a4ad813c9b88dc
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-17T10:04:53Z

refactor use interface instead class as argument

commit ca8cd46e0a1df3f4d74aeb6756a0e79f71519dae
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:47:28Z

implement folder permissions

commit d8a53ced517d4d16addcc07655de2d6318eeefc6
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:47:38Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

commit 2269086149bfbde15d7fba1ae41106ca29fae001
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:48:56Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

commit 8eaab5d0bd2d6a7a03c32716157db5470b042475
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:58:54Z

fix code style

commit a965e9cad397bc48931983ae2e4b9d4b73db512d
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:02:05Z

fix no license

commit f82657012a06a4861e1ac14715bc0131e1072fbe
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:23:56Z

fix code style

commit a4b63c0ea9745908a928c41cabb2b045c588a86f
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:36:24Z

fix code style

commit 426c5fc30dc964f207ab1e63ad4ab4919d09a3f5
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-24T12:57:28Z

fix bug

commit 2663b28be756e29682b10fee86d021123b47be85
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-25T07:25:42Z

    fix bugs

commit dbd7ce0abdc2aba076174003f9e79ce8e6a54664
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-25T09:06:30Z

remove unused class

commit a3ac8cce753fdd6f764b410d65bac07a32ddeef8
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-28T10:22:08Z

add tests

commit cbbc36583a72f77a88d812bab5bf64b3c8928e79
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-28T10:30:14Z

fix codestyle

commit d8c20377e33c6c9104f1cccfbb159e6815d88aff
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T06:49:11Z

fix bug, add test

commit 8ec139addfe44e3a9aa76c9769ed372b2449
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:11:14Z

fix bugs, add saving permissions when renamed

commit 8c3e1b077b0fa62a801d64d421c36ea2b76ccc77
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:18:42Z

fix codestyle

commit 4221ad6b230288a4f55d9a6614d52a6d9c1946c4
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:48:00Z

fix tests

commit ce8b41b258a9a2f8dc33094fd7c1a91616232e48
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-30T05:38:21Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

# Conflicts:
#   
zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java
#   
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NotebookAuthorization.java

commit 9ace5c0213ddac954e5b9de65cfd7b5a399cfcf7
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-30T06:42:46Z

add runner permission

commit 8aa4a0

[GitHub] zeppelin issue #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replacement c...

2017-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2615
  
Ready to review


---


[GitHub] zeppelin issue #2641: [ZEPPELIN-1363] Note level dynamic form

2017-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2641
  
Ready to review


---


[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2442
  
Ready to review


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2017-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2449
  
Ready to review


---


[GitHub] zeppelin issue #2556: [Zeppelin-2839] permissions for folders

2017-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2556
  
@1ambda 
fixed all items


---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-13 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2556


---


[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-13 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2556

[Zeppelin-2839] permissions for folders

### What is this PR for?
Adds permissions for folders.
Folder with permissions is way to unite notes with the same permissions and 
change the permissions together.

### What type of PR is it?
[Feature]

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2839

### How should this be tested?

![folderperm2](https://user-images.githubusercontent.com/25951039/29862421-2be966a2-8d75-11e7-9774-4ebf2afc99d4.gif)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes, added


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2839

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2556.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2556


commit 8e6f7d48bce7e9f883535ccb936f393fd14f931b
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-07T08:26:37Z

remove unused code

commit bfb67aa8bddb80dafbf059579af79d99b92927ed
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-07T08:33:05Z

fix wrong function name

commit 7c30bee0467234c9081052566d04718600982a4b
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-09T07:07:43Z

Merge remote-tracking branch 'upstream/master' into 
dw-9253-folder-permissions

commit 691e0e7c12d7af40226b2795d2a4ad813c9b88dc
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-17T10:04:53Z

refactor use interface instead class as argument

commit ca8cd46e0a1df3f4d74aeb6756a0e79f71519dae
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:47:28Z

implement folder permissions

commit d8a53ced517d4d16addcc07655de2d6318eeefc6
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:47:38Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

commit 2269086149bfbde15d7fba1ae41106ca29fae001
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:48:56Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

commit 8eaab5d0bd2d6a7a03c32716157db5470b042475
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T12:58:54Z

fix code style

commit a965e9cad397bc48931983ae2e4b9d4b73db512d
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:02:05Z

fix no license

commit f82657012a06a4861e1ac14715bc0131e1072fbe
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:23:56Z

fix code style

commit a4b63c0ea9745908a928c41cabb2b045c588a86f
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-23T13:36:24Z

fix code style

commit 426c5fc30dc964f207ab1e63ad4ab4919d09a3f5
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-24T12:57:28Z

fix bug

commit 2663b28be756e29682b10fee86d021123b47be85
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-25T07:25:42Z

    fix bugs

commit dbd7ce0abdc2aba076174003f9e79ce8e6a54664
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-25T09:06:30Z

remove unused class

commit a3ac8cce753fdd6f764b410d65bac07a32ddeef8
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-28T10:22:08Z

add tests

commit cbbc36583a72f77a88d812bab5bf64b3c8928e79
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-28T10:30:14Z

fix codestyle

commit d8c20377e33c6c9104f1cccfbb159e6815d88aff
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T06:49:11Z

fix bug, add test

commit 8ec139addfe44e3a9aa76c9769ed372b2449
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:11:14Z

fix bugs, add saving permissions when renamed

commit 8c3e1b077b0fa62a801d64d421c36ea2b76ccc77
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:18:42Z

fix codestyle

commit 4221ad6b230288a4f55d9a6614d52a6d9c1946c4
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-29T13:48:00Z

fix tests

commit ce8b41b258a9a2f8dc33094fd7c1a91616232e48
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-30T05:38:21Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2839

# Conflicts:
#   
zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java
#   
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NotebookAuthorization.java

commit 9ace5c0213ddac954e5b9de65cfd7b5a399cfcf7
Author: tinkoff-dwh <tinkoff@gmail.com>
Date:   2017-08-30T06:42:46Z

add runner permission

commit 8aa4a0

  1   2   3   4   5   >