GitHub user tinkoff-dwh reopened a pull request:

    https://github.com/apache/zeppelin/pull/2688

    [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from first/current to 
current/last

    ### What is this PR for?
    This pr add the ability to run all paragraphs from the first to the current 
and from the current to the last. This makes it easier to update the data if 
changes are made in one of the related paragraphs.
    
    ### What type of PR is it?
    Feature
    
    ### What is the Jira issue?
    [ZEPPELIN-2571](https://issues.apache.org/jira/browse/ZEPPELIN-2571) - (Add 
a "Run to here" option on paragraphs)
    [ZEPPELIN-465](https://issues.apache.org/jira/browse/ZEPPELIN-465)     - 
(Capability to run all cells below the current cell)
    
    ### How should this be tested?
    1. Click on the "Run: from first to this" or "Run: from this to last" in 
the dropdown menu. Paragraphs from the first/current to the current/last will 
be started in order.
    2. Press the key combination: CTRL + SHIFT + ENTER.
    A window will appear with the choice of the desired action. 
    
![capture2](https://user-images.githubusercontent.com/25951039/33269914-58eff828-d393-11e7-9ebf-6437ec11c8f2.PNG)
    Choose one of two actions. The selected action will be performed.
    
    ### Screenshots (if appropriate)
    
    
![capture1_edit](https://user-images.githubusercontent.com/25951039/33269915-5951b19e-d393-11e7-831b-42d4523908ae.png)
    
    ### 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/tinkoff-dwh/zeppelin ZEPPELIN-2571&465

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2688.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 #2688
    
----
commit bfc38919020643cb143a19aed70bcbe1cde7dc50
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-27T10:33:01Z

    [ZEPPELIN-2517]&[ZEPPELIN-465] Run paragraphs from 1st to this. From this 
to last

commit 9fbcdb6d24f9a72b000a06d5e8020ee121309060
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-27T11:38:15Z

    [ZEPPELIN-2517]&[ZEPPELIN-465] add keyboard shortcut

commit a7a415847158efad03bac57cc31d418a2c0115ee
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-28T10:29:34Z

    [ZEPPELIN-2517]&[ZEPPELIN-465] logic change

commit 8ca1df207ad7cb5157bd4e314e34bf56568ca116
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-28T12:19:00Z

    [Zeppelin-2517]&[Zeppelin-465] line reduction

commit 70f130cea38d34e304302451bec4ab916fff481c
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-28T14:33:36Z

    [Zeppelin-2517]&[Zeppelin-465] some text change

commit 3d57b3038a6791c7038ed72ddaa57d6da6dc9c98
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-29T12:18:38Z

    [ZEPPELIN-2517]&[ZEPPELIN-465] save paragraph's focus

commit 304c196098442836901e54634f464ec5762df200
Author: tinkoff-dwh <tinkoff....@gmail.com>
Date:   2017-11-30T07:55:14Z

    [ZEPPELIN-2517]&[ZEPPELIN-465] fix shortcut description

----


---

Reply via email to