GitHub user tinkoff-dwh opened a pull request:
https://github.com/apache/zeppelin/pull/2708
[Zeppelin-3095] Fix UI when all paragraphs executing sequentially
### 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)
### How should this be tested?
Run the paragraphs by clicking the "run all paragraphs" button
Ensures that the required items are locked
### 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-3095
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2708.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 #2708
----
commit ca4c2d068cdef53146cd24649e3e85493667d74e
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-07T14:30:27Z
[ZEPPELIN-3095] fix UI when paragraphs run sequential
commit 793e996c9f89307233857570dce8fc83228b499a
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-11T14:34:19Z
[ZEPPELIN-3095] runAllParagraphs() moved to a separate thread
commit b32ab091fee272345b01731c364a65d6b561140c
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-12T08:06:17Z
[ZEPPELIN-3095] code style fix
commit bfc7fca136760b193a2392e3f2b24eb21b1356a2
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-14T06:37:23Z
[ZEPPELIN-3095] fix runAllParagraphs
commit ce95ad35db9a36079db200c55e5255118f36bc88
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-14T07:16:41Z
Merge branch 'master' into ZEPPELIN-3095
# Conflicts:
# zeppelin-web/src/app/notebook/paragraph/paragraph-control.html
commit a22c46e3ea306874848e13b773fc873d1980c146
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-14T08:06:36Z
[ZEPPELIN-3095] add runAllToThis() and runAllFromThis() to lock
commit 6351cb3221124c7334824c91b5934ea9249fabc8
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-18T08:03:02Z
[ZEPPELIN-3095] small fix. test repair.
commit 653755a989affcd3abe517f407ecfc03e5e52ff8
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-18T11:26:53Z
[ZEPPELIN-3095] change update info method
commit 573ebba35f1180d3c04ea1fed4cb98be29d03d1f
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-18T12:16:33Z
[ZEPPELIN-3095] fix test
commit 81c1a63c608dcdd7ca79ba1250663d7645c9e8b1
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-18T15:02:22Z
[ZEPPELIN-3095] fix test
commit da9517b9b53100f4db883a99ce69a39028e9cb86
Author: tinkoff-dwh <[email protected]>
Date: 2017-12-18T15:04:57Z
[ZEPPELIN-3095] fix test. again
----
---