commit | bb5e7e1c136b927ceecef0b3cde680fb2d58695f | [log] [tgz] |
---|---|---|
author | EricGao888 <ericgao.apache@gmail.com> | Wed Jul 14 15:40:16 2021 +0800 |
committer | Jeff Zhang <zjffdu@apache.org> | Wed Jul 21 11:02:05 2021 +0800 |
tree | aba701f7b8a992591c6c255b18986ab5f9c2f1e1 | |
parent | ef11cbdc1c78bd86951a8cb4d88c5ecf936c40c4 [diff] |
[ZEPPELIN-5398] fix ZEPPELIN-5398, make corrupted notes deletable ### What is this PR for? * fix ZEPPELIN-5398, make corrupted notes deletable ### What type of PR is it? * Bug Fix ### Todos * None ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5398 ### How should this be tested? 1. Create a new note. 2. Corrupt it in the backend (e.g. mess up the json format). 3. Restart zeppelin server. 4. Delete the corrupted note and refresh page. 5. The corrupted note will be gone. ### Screenshots (if appropriate) * None ### Questions: * None Author: EricGao888 <ericgao.apache@gmail.com> Closes #4134 from EricGao888/chufeng-fix-ZEPPELIN-5398 and squashes the following commits: 4497442524 [EricGao888] improve coding style 8836b98640 [EricGao888] improve coding style 1fb0e8a3da [EricGao888] improve removeCorruptedNote test logic d3a7fa6f3c [EricGao888] resolve conflict aa4a542cbd [EricGao888] add noteId param for fromJson method 4764b6f881 [EricGao888] remove duplicate code 91243f37e0 [EricGao888] improve coding style e1757a910e [EricGao888] add method to remove corrupted notes from trash, add test cases, fix minor issues in previous commits f290cb3900 [EricGao888] add unit test for moving corrupted note to trash 2d9b93f2d0 [EricGao888] remove unused import, remove useless blank line 99b9189ea8 [EricGao888] fix ZEPPELIN-5398, make corrupted notes deletable
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.