ZEPPELIN-148 Notebook scope AngularObject for Angular display system#143
Closed
Leemoonsoo wants to merge 17 commits into
Closed
ZEPPELIN-148 Notebook scope AngularObject for Angular display system#143Leemoonsoo wants to merge 17 commits into
Leemoonsoo wants to merge 17 commits into
Conversation
Member
Author
|
This PR introduces a two different scope for a angularObject. One localScope(notebook scope) and the other globalScope(interpreter scope). Ready to merge. |
Member
Author
|
merging if there're no more discussions. |
Leemoonsoo
added a commit
that referenced
this pull request
Jul 12, 2015
Described https://issues.apache.org/jira/browse/ZEPPELIN-148 Author: Lee moon soo <moon@apache.org> Closes #143 from Leemoonsoo/localscope and squashes the following commits: 51340d2 [Lee moon soo] Increase paragraph run timeout e00a9af [Lee moon soo] Fix test 80ff3d4 [Lee moon soo] Fix style ead4f70 [Lee moon soo] Front end interaction test with angularBind, angularUnbind, angularWatch c7c63d1 [Lee moon soo] make sure test is executed d74820f [Lee moon soo] Enabling selenium test b817bd9 [Lee moon soo] Cleanup the message bcb60f8 [Lee moon soo] Clear object correctly 12bb15a [Lee moon soo] Fix style 699defd [Lee moon soo] Handle ANGULAR_OBJECT_REMOVE event in front-end. 1c695c0 [Lee moon soo] Send angularObject add/remove event from ZeppelinServer to remote process 195a8c9 [Lee moon soo] Add Unbind api for global scope object 378df68 [Lee moon soo] Remove angularObject when notebook removal 3548cb5 [Lee moon soo] Fix test 093870c [Lee moon soo] save / load angular object 25cf5da [Lee moon soo] Take all objects bb757e3 [Lee moon soo] Introduce scope (global/local) for angular object
Member
|
Closing as per https://issues.apache.org/jira/browse/INFRA-9976 |
Leemoonsoo
added a commit
to Leemoonsoo/zeppelin
that referenced
this pull request
Sep 17, 2015
Described https://issues.apache.org/jira/browse/ZEPPELIN-148 Author: Lee moon soo <moon@apache.org> Closes apache#143 from Leemoonsoo/localscope and squashes the following commits: 51340d2 [Lee moon soo] Increase paragraph run timeout e00a9af [Lee moon soo] Fix test 80ff3d4 [Lee moon soo] Fix style ead4f70 [Lee moon soo] Front end interaction test with angularBind, angularUnbind, angularWatch c7c63d1 [Lee moon soo] make sure test is executed d74820f [Lee moon soo] Enabling selenium test b817bd9 [Lee moon soo] Cleanup the message bcb60f8 [Lee moon soo] Clear object correctly 12bb15a [Lee moon soo] Fix style 699defd [Lee moon soo] Handle ANGULAR_OBJECT_REMOVE event in front-end. 1c695c0 [Lee moon soo] Send angularObject add/remove event from ZeppelinServer to remote process 195a8c9 [Lee moon soo] Add Unbind api for global scope object 378df68 [Lee moon soo] Remove angularObject when notebook removal 3548cb5 [Lee moon soo] Fix test 093870c [Lee moon soo] save / load angular object 25cf5da [Lee moon soo] Take all objects bb757e3 [Lee moon soo] Introduce scope (global/local) for angular object (cherry picked from commit 201ce8d) Signed-off-by: Lee moon soo <moon@apache.org>
ajgoade
pushed a commit
to ajgoade/zeppelin
that referenced
this pull request
Jun 10, 2021
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.
Described https://issues.apache.org/jira/browse/ZEPPELIN-148