GitHub user Leemoonsoo opened a pull request:
https://github.com/apache/zeppelin/pull/3219
[ZEPPELIN-3850] Fix run all paragraph behavior
### What is this PR for?
"Run all paragraphs" button runs only the first paragraph of the note.
This PR fixes the problem.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3850
### How should this be tested?
Unittest included
### 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/Leemoonsoo/zeppelin ZEPPELIN-3850
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3219.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 #3219
----
commit 1ea145c2266643fa62fc0b61e17521f7e3b1e2ca
Author: Lee moon soo <moon@...>
Date: 2018-11-05T18:08:51Z
check condition correctly to run all paragraphs
commit 6cf5dd859ddda20b7f00857e1f85c7558a268069
Author: Lee moon soo <moon@...>
Date: 2018-11-05T18:17:09Z
add test runAllParagraphs
----
---