stable

Clone or download

Read-only

request #7673 Git errors when creating repo and dumping ssh keys

Solve concurrent access to gitolite admin repo with synchronized push Change-Id: I65c82c24a053ab6fa7b5ce16634b59ff34168a0a

Modified Files

Name
D plugins/git/bin/gl-dump-sshkeys.php +0 −51 Go to diff View file
M plugins/git/include/Git/SystemEventManager.class.php +21 −1 Go to diff View file
M plugins/git/include/autoload.php +4 −2 Go to diff View file
A plugins/git/include/events/SystemEvent_GIT_DUMP_ALL_SSH_KEYS.class.php +47 −0 Go to diff View file
A plugins/git/include/events/SystemEvent_GIT_EDIT_SSH_KEYS.class.php +110 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +36 −71 Go to diff View file
A plugins/git/tests/events/SystemEvent_GIT_EDIT_SSH_KEYSTest.php +124 −0 Go to diff View file
M plugins/git/tests/gitPluginTest.php +0 −122 Go to diff View file
M src/common/backend/BackendSystem.class.php +1 −8 Go to diff View file
M src/common/user/User_SSHKeyDumper.class.php +1 −1 Go to diff View file
M tests/simpletest/common/user/User_SSHKeyDumperTest.php +2 −1 Go to diff View file