You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ma...@apache.org on 2014/10/12 23:25:14 UTC

[4/4] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-argus

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-argus


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/72d5a91b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/72d5a91b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/72d5a91b

Branch: refs/heads/master
Commit: 72d5a91bf1e4aa5e7945096feebb54f89c98bd75
Parents: b5dbed6 6beed95
Author: mneethiraj <mn...@hortonworks.com>
Authored: Sun Oct 12 14:24:58 2014 -0700
Committer: mneethiraj <mn...@hortonworks.com>
Committed: Sun Oct 12 14:24:58 2014 -0700

----------------------------------------------------------------------
 .../hadoop/client/config/BaseClient.java        |    4 +-
 pom.xml                                         |    4 +-
 security-admin/pom.xml                          |   11 +-
 .../main/java/com/xasecure/biz/XUserMgr.java    |    2 +-
 .../webapp/scripts/views/asset/AssetCreate.js   |   61 +-
 .../java/com/xasecure/biz/TestAssetMgr.java     |  723 +++++++++++++
 .../test/java/com/xasecure/biz/TestUserMgr.java |  557 ++++++++++
 .../java/com/xasecure/biz/TestXABizUtil.java    |  530 ++++++++++
 .../java/com/xasecure/biz/TestXUserMgr.java     |  382 +++++++
 .../java/com/xasecure/common/TestDateUtil.java  |   64 ++
 .../java/com/xasecure/common/TestJSONUtil.java  |   55 +
 .../com/xasecure/common/TestPropertiesUtil.java |   96 ++
 .../com/xasecure/common/TestStringUtil.java     |  177 ++++
 .../com/xasecure/common/TestXAConfigUtil.java   |   38 +
 .../java/com/xasecure/rest/TestPublicAPIs.java  | 1000 ++++--------------
 .../java/com/xasecure/util/TestXAEnumUtil.java  |  108 ++
 16 files changed, 2974 insertions(+), 838 deletions(-)
----------------------------------------------------------------------