stable

Clone or download

Read-only

Create repository (POST) with or without immutable tags

this is part of story #10216 manage "immutable tags" with REST API Change-Id: Ib11a39be2af879b23bc14f273023543ac29afec0

Modified Files

Name
D plugins/svn/include/CommitRulesRepresentationMissingKeyException.php +0 −30 Go to diff View file
M plugins/svn/include/REST/v1/CommitRulesRepresentation.php +3 −3 Go to diff View file
D plugins/svn/include/REST/v1/CommitRulesRepresentationValidator.php +0 −36 Go to diff View file
M plugins/svn/include/REST/v1/ImmutableTagRepresentation.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +71 −28 Go to diff View file
M plugins/svn/include/REST/v1/SettingsRepresentation.php +1 −1 Go to diff View file
M plugins/svn/include/Svn/Admin/ImmutableTag.php +40 −25 Go to diff View file
M plugins/svn/include/Svn/Admin/ImmutableTagFactory.php +51 −13 Go to diff View file
M plugins/svn/include/Svn/Admin/ImmutableTagPresenter.php +2 −2 Go to diff View file
M plugins/svn/include/Svn/Repository/ProjectHistoryFormatter.php +20 −3 Go to diff View file
M plugins/svn/include/Svn/Repository/RepositoryCreator.php +38 −6 Go to diff View file
M plugins/svn/include/Svn/Repository/Settings.php +28 −2 Go to diff View file
M plugins/svn/include/autoload.php +2 −4 Go to diff View file
M plugins/svn/include/svnPlugin.class.php +11 −2 Go to diff View file
M plugins/svn/tests/Svn/Repository/RepositoryCreatorTest.php +11 −5 Go to diff View file
M plugins/svn/tests/Svn/XMLImporterTest.php +2 −1 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +13 −3 Go to diff View file