You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Remilito <gi...@git.apache.org> on 2017/02/14 14:03:02 UTC

[GitHub] zeppelin pull request #2018: [ZEPPELIN-2114]: Adding an endpoint in Notebook...

GitHub user Remilito opened a pull request:

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

    [ZEPPELIN-2114]: Adding an endpoint in NotebookRepoRestApi to reload note list

    ### What is this PR for?
    Adding endpoint in NotebookRepoRestApi to trigger reload and broadcast of the note list.
    Sending a GET request to /api/notebook-repositories/reload will trigger a reload of the note list, just like the reload button does on the homepage.
    Q: If you think this endpoint belongs to another API (NotebookRestApi?), let me know.
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    <https://issues.apache.org/jira/browse/ZEPPELIN-2114>
    
    ### How should this be tested?
    0. add (or remove) a note in the notebook repository
    1. curl -x GET http://HOST:PORT/api/notebook-repository/reload
    2. verify that you the note list in Zeppelin's home page now contains (or does not contain anymore) the note.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? NO
    * Is there breaking changes for older versions? NO
    * Does this needs documentation? NotebookRepoRestApi does not have documentation yet. Could add it in another PR if needed.


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

    $ git pull https://github.com/Remilito/zeppelin develop

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

    https://github.com/apache/zeppelin/pull/2018.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 #2018
    
----
commit 064eee83a8e11d37178b9454791069cc979f2419
Author: Remilito <re...@gmail.com>
Date:   2017-02-14T13:46:49Z

    [ZEPPELIN-2114]: Adding a call in NotebookRepoRestApi to reload note
    list

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] zeppelin pull request #2018: [ZEPPELIN-2114]: Adding an endpoint in Notebook...

Posted by Remilito <gi...@git.apache.org>.
Github user Remilito closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---