GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/730
[ZEPPELIN-680] Cron job will run cells that have had their run disabled ### What is this PR for? When I run a cron job, cells that I have selected the "disable run" option will still run. This PR fixes the problem. ### What type of PR is it? Bug Fix ### Todos * [x] - exclude disabled paragraph from runAll ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-680?jql=project%20%3D%20ZEPPELIN ### How should this be tested? Create paragraph and disable it. Then enable cron scheduling a notebook. The paragraph supposed to not run. ### Screenshots (if appropriate) N/A ### 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/incubator-zeppelin ZEPPELIN-680 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/730.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 #730 ---- commit ced9aee82769f1f4ebb55c4ec154992d39e650c0 Author: Lee moon soo <m...@apache.org> Date: 2016-02-20T07:55:50Z Exclude disabled paragraph from runAll ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---