stable

Clone or download

Read-only

request #15127: Remove the migration panel to the Tuleap SSH key management in the siteadministration

With the move to Git 2.18 (2349605da47f43f838415e00785442de446939e3) the migration to the Tuleap SSH key management has been forced. There is no need to the migration panel in the site administration as it will never be displayed. Change-Id: I12af78f3b30003ad3260e1b77c5085215e7d9617

Modified Files

Name
M plugins/git/include/Git/AdminGitoliteConfig.php +0 −25 Go to diff View file
M plugins/git/include/Git/AdminGitoliteConfigPresenter.php +1 −18 Go to diff View file
M plugins/git/include/Git/AdminPresenter.class.php +1 −2 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +0 −8 Go to diff View file
M plugins/git/include/Git/Gitolite/SSHKey/ManagementDetector.php +5 −32 Go to diff View file
D plugins/git/include/Git/Gitolite/SSHKey/SystemEvent/MigrateToTuleapSSHKeyManagement.php +0 −71 Go to diff View file
M plugins/git/include/Git/SystemEventManager.class.php +4 −15 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −11 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +0 −22 Go to diff View file
D plugins/git/templates/admin-plugin-gitolite-migrate-to-tuleap-ssh-keys-management.mustache +0 −24 Go to diff View file
M plugins/git/templates/admin-plugin.mustache +0 −3 Go to diff View file
M plugins/git/tests/unit/Git/Gitolite/SSHKey/ManagementDetectorTest.php +4 −62 Go to diff View file