Closed
Conversation
[DW-17913] display all column with the same name in ui-grid
[ZP-9] Add support for variables in JDBCInterpreter statementPrecode.
### What is this PR for? This PR adds the ability to perform actions on several paragraphs simultaneously. He adds the checkbox to each paragraph. When you select at least one paragraph in the action bar, buttons appear that perform actions on the selected paragraphs. ### What type of PR is it? Feature ### What is the Jira issue? [ZEPPELIN-2572](https://issues.apache.org/jira/browse/ZEPPELIN-2572) ZP-24 apache#2952 declined. apache#3145 #6 ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no
# Description This PR change logic of add new event listener on frontend. Now then add new event listener, also added destroy listener. Destroy listener attach to some DOM element and then this element destroyed listener drop event listener. Since the old listeners were not deleted when changing the size of the paragraph / window, an error occurred. Because of this error, updating the text in the paragraph did not happen until the end. ## Info #### PR type: `Bug Fix` | Jira issue: [`ZEPPELIN-3616`](https://issues.apache.org/jira/browse/ZEPPELIN-3616), ZP-23 ## Screenshots ### List of all resize event (after some time of work) <p align="center">before (77 lis.)</p>  <p align="center">after (16 lis.)</p>  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no
[ZP-24] multiple paragraphs actions
[ZP-26] - Remove event if dom's element destroy
Cherry picked from cde7156
[ZP-13] By default create new note in "Users/user_name/"
[ZP-22] Add logs for cron and paragraph runs
[ZP-20] Add 'Copy Column Name' to table visualisation-table
### What is this PR for? This PR removes the legacy method (button and dropdown near the top left of each paragraph) for exporting the displayed data as a CSV or TSV file. The widgets of the legacy method are seen in the images below.   The legacy method is now redundant as a new improved data-export menu is available (top right corner of data display grid). The new method also does not suffer from certain issues in the legacy method. The new method is seen in the image below.  ### What type of PR is it? [Improvement] ### What is the Jira issue? #15 https://issues.apache.org/jira/browse/ZEPPELIN-3511 apache#3013 ZP-19 ### How should this be tested? 1. Travis CI pass 2. Manual checking (see screenshot below) ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? - No * Is there breaking changes for older versions? - No * Does this needs documentation? - No cabb83e [Sanjay Dasgupta] z3511-remove-old-download-button: Initial updates
### What is this PR for? Get all upstream changes up to 04b726a ### What type of PR is it? Synchronization ### What is the Jira issue? * ZP-84 * #21 ### How should this be tested? * CI passed ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no
Local version of #14 with resolved conflicts. ### What is this PR for? This PR fixes the incorrect behavior of UI during the execution of the RunAllParagraphs. Including: allows you to copy the note at runtime (before that, the new note was created only after the end of runAllParagraph), blocks some interface elements. The following items are blocked: **Paragraphs Control :** * Move up * Move down * Insert new * Clone paragraph * Run all above * Run all below * Disable run * Remove **Note :** * Insert new paragraph ### What type of PR is it? Improvement ### What is the Jira issue? [ZEPPELIN-3095](https://issues.apache.org/jira/browse/ZEPPELIN-3095) ZP-25 apache#3226 ### GIF  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Closes #14
[Zp-7] Перенос наших локальных изменений на актуальную версию apache/zeppelin
# Conflicts: # zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java # zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Note.java # zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira issue
ZP-94