stable

Clone or download

Read-only

Create repository (POST) with or without notifications for users groups

this is part of story #10217 manage "notifications" with REST API Project member and project administrators will be supported in a dedicated commit Change-Id: Ifa6345f05941f57e87e7cad7986fd4eb16d6c5a9

Modified Files

Name
M plugins/svn/include/REST/v1/NotificationPOSTPUTRepresentation.php +5 −0 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +45 −6 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +27 −5 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTestNonRegressionTest.php +124 −55 Go to diff View file
M plugins/svn/tests/rest/TestBase.php +17 −1 Go to diff View file
M plugins/svn/tests/rest/_fixtures/project/project.xml +11 −0 Go to diff View file
M tests/lib/rest/RestBase.php +41 −4 Go to diff View file