stable

Clone or download

Read-only

Migrate is now handle by MigrationHandler

This task is part of story #8887 migrate git to gerrit with REST route Change-Id: I55ef34f597014ea1a215a5fdb4becfbbdd43b0c9

Modified Files

Name
M plugins/git/include/Git/RemoteServer/Gerrit/MigrationHandler.php +17 −0 Go to diff View file
M plugins/git/include/GitActions.class.php +4 −21 Go to diff View file
M plugins/git/include/REST/v1/RepositoryResource.class.php +9 −17 Go to diff View file
M plugins/git/include/autoload.php +3 −2 Go to diff View file
A plugins/git/include/exceptions/RepositoryCannotBeMigratedException.php +30 −0 Go to diff View file
M plugins/git/tests/Git/RemoteServer/MigrationHandlerTest.php +53 −3 Go to diff View file
M plugins/git/tests/GitActionsTest.php +0 −80 Go to diff View file