GitHub user tinkoff-dwh reopened a pull request:

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

    [ZEPPELIN-2403] interpreter property widgets

    ### What is this PR for?
    I spoiled the previous PR #2251
    
    Added widgets (string, text, url, password, url, checkbox) to properties of 
interpreters. Those are widgets for properties customization. Properties must 
have the ability to customize the display (for example password).
    
    
    ### What type of PR is it?
    Feature
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2403
    
    ### How should this be tested?
    - remove conf/interpreter.json
    - Try new form (create, edit) of interpreter settings
    
    ### Screenshots (if appropriate)
    edit
    
![edit](https://cloud.githubusercontent.com/assets/25951039/25130228/e2a28060-245a-11e7-895a-d7c1571f885f.png)
    
    view
    
![view](https://cloud.githubusercontent.com/assets/25951039/25130227/e2a10906-245a-11e7-9ea3-0bd070219f42.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/tinkoff-dwh/zeppelin ZEPPELIN-2403

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

    https://github.com/apache/zeppelin/pull/2268.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 #2268
    
----
commit 45f5f6276d731084b3873cb1885f684ab1449e68
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-14T07:44:29Z

    ZEPPELIN-2403 added interpreter property types

commit 12499ae1ef7d329c7f3e74b4298031cfe4b9c490
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-17T08:01:39Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403
    
    # Conflicts:
    #   docs/install/upgrade.md

commit 14353b1200443582b1fceafabce0e82cdf83a054
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-17T08:02:01Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

commit dd5d6c809aeb2bdb72357a072954cf4a9c882487
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-17T08:38:59Z

    ZEPPELIN-2403 did properties immutable, added new type 'checkbox'

commit 4f271d9b03a1748d83fefdf290abbba68d3cd280
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-18T12:16:00Z

    ZEPPELIN-2403  rename to widget  added new widgets  string,  number,  url

commit fd8d27810cfc004216c8ea61ea7fe5d06aa9bde2
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-20T10:42:05Z

    Merge remote-tracking branch 'origin/master' into ZEPPELIN-2403_backup
    
    # Conflicts:
    #   zeppelin-web/src/app/interpreter/interpreter.controller.js
    #   zeppelin-web/src/index.js

commit a495137ffccd7d88adb9593ada3cff2cb6e10698
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-20T10:49:24Z

    ZEPPELIN-2403 eslint fix

commit 07160e00eb294f9962b7b4c1bc738c1e7788c870
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-27T10:40:36Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

commit e92713c72f41e9c1be2fd85bcc8a4ca35f4b5810
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-27T10:44:26Z

    [ZEPPELIN-2403] generalized types, added new types

commit 637cb0a155d5e4d525c74f95744a4e9a2edb023d
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-04-28T10:44:11Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403
    
    # Conflicts:
    #   spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java

commit b41e7a3f19ea982f67d7a0d5fc6570a31ae37467
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-01T16:47:50Z

    ZEPPELIN-2403 checkstyle

commit 76a9808307e53040a60c01eb5099d9fbe627c520
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-11T04:24:05Z

    Merge remote-tracking branch 'origin/master' into ZEPPELIN-2403

commit c6d24c4c35b51628fd1de1f37e0135c4ac8b3e5c
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-11T06:11:07Z

    [ZEPPELIN-2403] converter for old settings to new (with widgets)

commit f735c0a9465390b4a083de32719962004d2247b6
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-11T06:51:35Z

    [ZEPPELIN-2403] fix test

commit 99daca6d5892c3485162734520470186f128afec
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-11T09:01:32Z

    [ZEPPELIN-2403] fix rest api test

commit ca1e2bf7602bb21e410e9e4fe6b7ad41f157163b
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-15T08:14:45Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

commit 10ce996a10d19805dba1c1968678f2f72726e1fe
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-05-22T11:32:13Z

    [ZEPPELIN-2403] merge widget and type

commit 7c25b6db825f7600bbb4211ba0b34b6091468294
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-06-07T18:45:38Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403
    
    # Conflicts:
    #   spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java

commit e35ff58f96600a02c6d60e869425a916564b878b
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-06-07T18:55:15Z

    [ZEPPELIN-2403] fix checkstyle

commit fd25c467ac10763fcbb40995b735662ddae9e102
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-06-23T02:26:34Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403
    
    # Conflicts:
    #   
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSetting.java
    #   
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSettingManager.java

commit a5f1327243d25cb3963de0790e3d3e1fa37d23ff
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-06-23T03:38:21Z

    [ZEPPELIN-2403] checkstyle fix

commit 098fbd140e43e365f6b2171cb034cefc10a4ad9c
Author: Tinkoff DWH <tinkoff....@gmail.com>
Date:   2017-06-24T10:53:56Z

    Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403
    
    # Conflicts:
    #   docs/setup/operation/upgrading.md

----


---
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