This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a change to branch ranger-2.0
in repository https://gitbox.apache.org/repos/asf/ranger.git.
from 66169d4 Revert: RANGER-2852: Add .gitattributes file to prevent CRLF
and LF mismatches for source and text files
new 26ce6b8 RANGER-2851: Remove CRLF characters from ranger files
new 10617e3 RANGER-2852: Add .gitattributes file to prevent CRLF and LF
mismatches for source and text files
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitattributes | 16 ++
.../main/java/org/apache/ranger/biz/BaseMgr.java | 158 ++++++------
.../security/context/RangerContextHolder.java | 90 +++----
.../security/context/RangerSecurityContext.java | 116 ++++-----
.../security/listener/SpringEventListener.java | 224 ++++++++--------
.../standalone/StandaloneSecurityHandler.java | 156 +++++------
...RangerUsernamePasswordAuthenticationFilter.java | 104 ++++----
.../resources/META-INF/infinispan-cache-config.xml | 46 ++--
storm-agent/src/test/resources/words.txt | 2 +-
.../unixusersync/poc/InvalidGroupException.java | 76 +++---
.../unixusersync/poc/InvalidUserException.java | 76 +++---
.../ranger/unixusersync/poc/ListRangerUser.java | 232 ++++++++---------
.../unixusersync/poc/ListRangerUserGroup.java | 284 ++++++++++-----------
.../ranger/unixusersync/poc/ListUserGroupTest.java | 76 +++---
.../ranger/unixusersync/poc/ListUserTest.java | 106 ++++----
.../poc/RangerClientUserGroupMapping.java | 142 +++++------
.../ranger/unixusersync/poc/RangerJSONParser.java | 124 ++++-----
.../unixusersync/poc/RangerUserGroupMapping.java | 170 ++++++------
.../ranger/unixusersync/poc/RestClientPost.java | 108 ++++----
19 files changed, 1161 insertions(+), 1145 deletions(-)
create mode 100644 .gitattributes