GitHub user Leemoonsoo opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/588

    [ZEPPELIN-551] Add paragraph scope for angular object

    ### What is this PR for?
    
    Add paragraph scope for angular object. While it changes some internal api 
and ZeppelinServer - Interpreter process protocol (thrift), it's better be 
merged after creating 0.5.6 release branch
    
    ### What type of PR is it?
    Improvement
    
    ### Is there a relevant Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-551
    
    ### How should this be tested?
    Creating AngularObject now taking 'paragraphId' as a parameter in addition 
to 'noteId'.
    When 'paragraphId' is null, the AngularObject becomes notebook scope, 
otherwise it becomes paragraph scope. 
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? Yes
    
    Incompatible with interpreter binary that built with older version because 
of this PR updates thrift idl
    
    * Does this needs documentation? internal api change

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/incubator-zeppelin ZEPPELIN-551

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

    https://github.com/apache/incubator-zeppelin/pull/588.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 #588
    
----
commit 28252984f0f2d38cd819f71621a12bee6e70a5f8
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T07:10:08Z

    Add paragraph scope of angular object

commit 78ce749e00a4b046d2e8a13ad82b5e25b2c616f9
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T08:36:41Z

    Update zeppelin-server and zeppelin-zengine

commit ba9114694280616886aefe19472fd2d1d4eea693
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T08:43:47Z

    Update ZeppelinContext

commit d5f815bb47cd3cae674356d7e442d6aec9cad370
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T09:02:49Z

    Take care paragraphs scope angular object

commit 4e02b680ea3d07ad33123a718a07b9449f5fffb3
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T09:46:22Z

    Fix test

commit 4749707170c36439d6abae414bfc0002f3b176ad
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T17:56:52Z

    Add more tests

commit 51481d7fe156882e77304c50f307a4ad32166df2
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T18:40:29Z

    Handle scope correctly

commit efe3175975ff901d48d2f2522cbebbd0544650cf
Author: Lee moon soo <[email protected]>
Date:   2016-01-01T18:48:10Z

    Remove unused var

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to