Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-ranger
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/60381217 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/60381217 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/60381217 Branch: refs/heads/master Commit: 603812176e0f034a7a5b5fd06e5a7cef84442e37 Parents: ff9609c f991a8b Author: sneethiraj <[email protected]> Authored: Mon May 11 22:04:13 2015 -0700 Committer: sneethiraj <[email protected]> Committed: Mon May 11 22:04:13 2015 -0700 ---------------------------------------------------------------------- .../model/RangerPolicyResourceSignature.java | 80 +++++++++++------- .../model/validation/RangerPolicyValidator.java | 44 ++++++---- .../model/validation/RangerValidator.java | 8 +- .../plugin/store/AbstractServiceStore.java | 29 ++++--- .../ranger/plugin/store/ServiceStore.java | 2 +- .../plugin/store/file/ServiceFileStore.java | 9 ++- .../plugin/store/rest/ServiceRESTStore.java | 2 +- .../TestRangerPolicyResourceSignature.java | 85 ++++++++++++-------- .../validation/TestRangerPolicyValidator.java | 36 +++++++-- .../model/validation/TestRangerValidator.java | 14 ++-- .../org/apache/ranger/biz/ServiceDBStore.java | 21 +++-- .../java/org/apache/ranger/db/XXPolicyDao.java | 23 +++++- .../resources/META-INF/jpa_named_queries.xml | 9 ++- 13 files changed, 239 insertions(+), 123 deletions(-) ----------------------------------------------------------------------
