GitHub user 1ambda opened a pull request:

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

    [ZEPPELIN-1684] Add GET /interpreter/setting/id REST API

    ### What is this PR for?
    
    Due to the lack of this missing API, some front-end code retrieve all 
settings. This is inefficient. 
    We can modify those codes by adding this API.
    
    Also, i refactored the whole `InterpreterRestApiTest`
    
    ### What type of PR is it?
    [Feature | Documentation | Refactoring]
    
    ### What is the Jira issue?
    [ZEPPELIN-1684](https://issues.apache.org/jira/browse/ZEPPELIN-1684)
    
    ### How should this be tested?
    
    You can run unit test `InterpreterRestApiTest`
    
    ### Screenshots (if appropriate)
    
    Updated doc screenshots
    
    <img width="900" alt="new_api_doc" 
src="https://cloud.githubusercontent.com/assets/4968473/20423419/74eeb2a0-adb3-11e6-9a69-58e33457d514.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/1ambda/zeppelin 
feat/create-interpreter-get-api

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

    https://github.com/apache/zeppelin/pull/1655.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 #1655
    
----
commit 9bc24fd5e375b7667e304d0ace382052ca32400a
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-18T06:30:34Z

    feat: Add /interpreter/setting/id API and test

commit e63c80e135eac1cfdeff49ba4cad7bf48b395dac
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-18T07:25:14Z

    refactor: testSettingsCRUD

commit 2641a7379f7745a0d0c8bb8dd7918c6225134956
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-18T07:53:52Z

    refactor: InterpreterRestApiTest

commit c901287c7d2c9d204b5c83e0b784034498a7f876
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-18T08:06:23Z

    docs: Add new api to rest-interpreter.html

----


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

Reply via email to