GitHub user oxygen311 reopened a pull request:
https://github.com/apache/zeppelin/pull/3117
[ZEPPELIN-3691] Scheduled note continues to work in the trash
### What is this PR for?
Fix bug with scheduled note working in the trash.
How to repeat bug:
1. Make scheduled note with cron;
2. Move it to trash;
3. Restart zeppelin.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3691](https://issues.apache.org/jira/browse/ZEPPELIN-3691)
### 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 DW-17950
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3117.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 #3117
----
commit b3e7d0c995c4c6cac868c7267e75b598203f3216
Author: oxygen311 <alex39-09@...>
Date: 2018-08-08T14:15:25Z
Check is note in trash in `refreshCron`
commit 27f92e29f0fd3d1de92261f950a1a6ec48b62f19
Author: oxygen311 <alex39-09@...>
Date: 2018-08-16T12:20:42Z
Add test for cron note in trash
commit 074613701fd436224ea276777057cd072a11b4bd
Author: oxygen311 <alex39-09@...>
Date: 2018-08-20T11:12:14Z
Merge branch 'master' of https://github.com/apache/zeppelin into
DW-17950-cronTrash
# Conflicts:
#
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java
----
---