stable

Clone or download

Read-only

Parse gitolite3 log file

part of story #9436 see git repositories read access The parser add log in git log during root_daily. The database save will be in next commit. Please change logs folder permission to 750. Change-Id: I253e4e027621f5efa9ca6ab6e01a7f8dba1d39a6

Modified Files

Name
M plugins/git/include/Git.class.php +8 −1 Go to diff View file
A plugins/git/include/Git/Gitolite/CannotAccessToGitoliteLogException.php +28 −0 Go to diff View file
A plugins/git/include/Git/Gitolite/Gitolite3LogParser.php +96 −0 Go to diff View file
A plugins/git/include/Git/RemoteServer/Gerrit/HttpUserValidator.php +34 −0 Go to diff View file
M plugins/git/include/Git/RemoteServer/Gerrit/ReplicationHTTPUserAuthenticator.php +13 −10 Go to diff View file
M plugins/git/include/GitRepositoryGitoliteAdmin.class.php +12 −7 Go to diff View file
M plugins/git/include/autoload.php +5 −2 Go to diff View file
M plugins/git/include/constants.php +1 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +11 −0 Go to diff View file
A plugins/git/tests/Git/Gitolite/Gitolite3LogParserTest.php +51 −0 Go to diff View file
A plugins/git/tests/Git/Gitolite/_fixtures/gitolite-2016-10.log +27 −0 Go to diff View file
M plugins/git/tests/Git/RemoteServer/Gerrit/ReplicationHTTPUserAuthenticatorTest.php +18 −13 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +2 −0 Go to diff View file