Merge branch 'master' of https://github.com/jheise/helix
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/01222c4f Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/01222c4f Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/01222c4f Branch: refs/heads/master Commit: 01222c4f6289722a5bc230095138a6475fa71852 Parents: 48cd91d 3d7626c Author: Kanak Biscuitwala <[email protected]> Authored: Sun Dec 7 18:59:33 2014 -0800 Committer: Kanak Biscuitwala <[email protected]> Committed: Sun Dec 7 18:59:33 2014 -0800 ---------------------------------------------------------------------- contributors/py-helix-admin/helix/__init__.py | 18 + contributors/py-helix-admin/helix/cluster.py | 364 ++++++++++++ contributors/py-helix-admin/helix/functions.py | 562 +++++++++++++++++++ .../py-helix-admin/helix/helixexceptions.py | 35 ++ .../py-helix-admin/helix/participant.py | 85 +++ contributors/py-helix-admin/helix/partition.py | 37 ++ .../py-helix-admin/helix/resourcegroup.py | 53 ++ 7 files changed, 1154 insertions(+) ----------------------------------------------------------------------
