stable

Clone or download

Read-only

Transfer gerrit list of ssh keys in dedicated tab

I didn't wrote all the tests and all for the controller because the main goal is first to reduce the mess of gitPlugin and keeping the functionnality at the lowest possible price. Part of story #14552 User preferences goes Burning Parrot Change-Id: Ic99f8953f43564d29b186a5eb791e9ce9380507a

Modified Files

Name
M plugins/git/include/Account/AccountGerritController.php +14 −3 Go to diff View file
M plugins/git/include/Account/GerritPresenter.php +21 −1 Go to diff View file
A plugins/git/include/Account/GerritServerPresenter.php +40 −0 Go to diff View file
A plugins/git/include/Account/PushSSHKeysController.php +90 −0 Go to diff View file
M plugins/git/include/Account/templates/gerrit.mustache +28 −0 Go to diff View file
M plugins/git/include/gitPlugin.php +12 −87 Go to diff View file
A plugins/git/phpunit/Account/PushSSHKeysControllerTest.php +129 −0 Go to diff View file
D plugins/git/phpunit/GitPluginGetRemoteServersForUserTest.php +0 −120 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +8 −8 Go to diff View file
M site-content/en_US/account/account.tab +0 −2 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −2 Go to diff View file
M src/common/Event/Event.class.php +0 −9 Go to diff View file
M src/common/User/Account/KeysTokensPresenter.php +0 −4 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −17 Go to diff View file
M src/templates/user/account-maintenance.mustache +0 −1 Go to diff View file
D src/templates/user/shell.mustache +0 −10 Go to diff View file
M src/www/account/index.php +0 −10 Go to diff View file
M tools/utils/generate-po.php +1 −1 Go to diff View file