dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/62/3362/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #7673 Git errors when creating repo and dumping ssh keys Change-Id: I67cdbf2685fa31696b317caa93c4feda1357438e

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