stable
Clone or download
Read-only
In SVN Plugin administration in a project, when the legacy Subversion service is active, administrators can migrate repositories to plugin. Part of request #17893 Phase-out core "Subversion" service Change-Id: I2a8f30d562781a28d2121f8964640041e454d1ad
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/SVN/Admin/AdminGroupsPresenter.php | +19 | −4 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/BaseGlobalAdminPresenter.php | +43 | −3 | Go to diff View file |
A | plugins/svn/include/SVN/Admin/DisplayMigrateFromCoreController.php | +138 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/GlobalAdministratorsController.php | +7 | −4 | Go to diff View file |
A | plugins/svn/include/SVN/Admin/MigrateFromCorePresenter.php | +57 | −0 | Go to diff View file |
A | plugins/svn/include/SVN/Admin/UpdateMigrateFromCoreController.php | +125 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Migration/BareRepositoryCreator.php | +6 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/CoreRepository.php | +1 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/ServiceSvn.php | +4 | −4 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +33 | −4 | Go to diff View file |
A | plugins/svn/scripts/global-admin-migrate.ts | +35 | −0 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po | +60 | −2 | Go to diff View file |
M | plugins/svn/templates/global-admin/admin_groups.mustache | +7 | −0 | Go to diff View file |
A | plugins/svn/templates/global-admin/migrate-from-core.mustache | +39 | −0 | Go to diff View file |
M | plugins/svn/webpack.common.js | +1 | −0 | Go to diff View file |
M | src/common/User/ForgeUGroup.php | +4 | −4 | Go to diff View file |