stable

Clone or download

Read-only

chore(svn): Remove migration from Core

SVN Core repositories should all be migrated by then. Let's chop some code. Everything should work as before. Part of: request #29976 Remove SVN core Change-Id: I9ffd229f45802a73c94ebf7e86f4b9dce0d8aad6

Modified Files

Name
D plugins/svn/bin/migrate_to_plugin.php +0 −180 Go to diff View file
M plugins/svn/include/Events/SystemEvent_SVN_CREATE_REPOSITORY.class.php +3 −15 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +0 −2 Go to diff View file
M plugins/svn/include/SVN/Admin/AdminGroupsPresenter.php +3 −3 Go to diff View file
M plugins/svn/include/SVN/Admin/BaseGlobalAdminPresenter.php +2 −15 Go to diff View file
D plugins/svn/include/SVN/Admin/DisplayMigrateFromCoreController.php +0 −137 Go to diff View file
M plugins/svn/include/SVN/Admin/GlobalAdministratorsController.php +0 −1 Go to diff View file
D plugins/svn/include/SVN/Admin/MigrateFromCorePresenter.php +0 −57 Go to diff View file
D plugins/svn/include/SVN/Admin/UpdateMigrateFromCoreController.php +0 −125 Go to diff View file
D plugins/svn/include/SVN/Migration/BareRepositoryCreator.php +0 −66 Go to diff View file
D plugins/svn/include/SVN/Migration/RepositoryCopier.php +0 −51 Go to diff View file
D plugins/svn/include/SVN/Migration/SettingsRetriever.php +0 −153 Go to diff View file
D plugins/svn/include/SVN/Migration/SvnMigratorException.php +0 −25 Go to diff View file
M plugins/svn/include/SVN/Repository/RepositoryCreator.php +5 −8 Go to diff View file
M plugins/svn/include/SVN/XMLImporter.php +0 −3 Go to diff View file
M plugins/svn/include/SVN/XMLRepositoryImporter.php +1 −11 Go to diff View file
M plugins/svn/include/svnPlugin.php +0 −45 Go to diff View file
D plugins/svn/scripts/main/src/global-admin-migrate.ts +0 −37 Go to diff View file
M plugins/svn/scripts/main/webpack.common.js +0 −1 Go to diff View file
M plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po +0 −58 Go to diff View file
M plugins/svn/site-content/pt_BR/LC_MESSAGES/tuleap-svn.po +0 −44 Go to diff View file
M plugins/svn/templates/global-admin/admin_groups.mustache +0 −9 Go to diff View file
D plugins/svn/templates/global-admin/migrate-from-core.mustache +0 −41 Go to diff View file
M plugins/svn/tests/unit/SVN/Repository/RepositoryCreatorTest.php +2 −4 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLImporterTest.php +0 −8 Go to diff View file
M plugins/svn/tests/unit/SVN/XMLRepositoryImporterTest.php +0 −7 Go to diff View file
M plugins/svn/tests/unit/events/SystemEvent_SVN_CREATE_REPOSITORYTest.php +1 −8 Go to diff View file
D src/common/SVNCore/immutable_tags/SVN_Immutable_Tags_DAO.php +0 −42 Go to diff View file