GitHub user Savalek opened a pull request:
https://github.com/apache/zeppelin/pull/3146
[ZEPPELIN-3724] fix `run all paragraph`
### Description
This PR fix 'run all paragraph'.
Also now the execution of all paragraphs does not stop if among them there
is a paragraph with disabled run.
### Info
Type: `Bug Fix`
Jira issue:
[`ZEPPELIN-3724`](https://issues.apache.org/jira/browse/ZEPPELIN-3724)
### 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/TinkoffCreditSystems/zeppelin ZEPPELIN-3724
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3146.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 #3146
----
commit b48d31ce6966edae7a8c7cb400697cba1f8c92ed
Author: Savalek <def113@...>
Date: 2018-08-16T10:43:11Z
[ZEPPELIN-3724] fix run `all paragraph`
----
---