You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by narendly <gi...@git.apache.org> on 2018/11/14 02:24:14 UTC

[GitHub] helix pull request #295: PR

GitHub user narendly opened a pull request:

    https://github.com/apache/helix/pull/295

    PR

    

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

    $ git pull https://github.com/narendly/helix master

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

    https://github.com/apache/helix/pull/295.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 #295
    
----
commit 22fa03f3d8bb0863913f2a6614574443130e500a
Author: narendly <na...@...>
Date:   2018-11-14T02:20:38Z

    [HELIX-789] REST2.0: Add support for update and delete for ResourceConfig
    
    Previous implementation of updateResourceConfig did not allow deletion of fields in ResourceConfig in ZK. This RB refactors the REST endpoint.
    Changelist:
    1. Add command support for updateResourceConfig
    2. Add integration tests

commit abc6969d754e01c76278c266d08cc4e9fb80e910
Author: narendly <na...@...>
Date:   2018-11-14T02:22:55Z

    [HELIX-790] REST2.0: Add support for updating IdealState
    
    There was a user request for a REST endpoint that allows users to add/delete/modify fields in IdealState ZNodes.
    Changelist:
    1. Add updateResourceIdealState in ResourceAcessor
    2. Add update APIs in HelixAdmin
    3. Add an integration test

----


---

[GitHub] helix pull request #295: PR

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

    https://github.com/apache/helix/pull/295


---