stable

Clone or download

Read-only

request #8060: A Git repo can be migrated to Gerrit if we use LDAP write with codendi authentication

Change-Id: Iad1aec48f831f7d99ea7543010c6a6240163947f

Modified Files

Name
M plugins/git/include/Git.class.php +30 −21 Go to diff View file
A plugins/git/include/Git/RemoteServer/GerritCanMigrateChecker.php +60 −0 Go to diff View file
M plugins/git/include/GitActions.class.php +31 −21 Go to diff View file
M plugins/git/include/GitViews.class.php +2 −1 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/Pane/Gerrit.class.php +13 −13 Go to diff View file
M plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php +24 −10 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +6 −2 Go to diff View file
D plugins/git/tests/Git/GitViews/RepoManagement/Pane/GerritTest.php +0 −137 Go to diff View file
A plugins/git/tests/Git/RemoteServer/GerritCanMigrateCheckerTest.php +117 −0 Go to diff View file
M plugins/git/tests/GitActionsTest.php +8 −4 Go to diff View file
M plugins/git/tests/GitTest.php +4 −1 Go to diff View file