stable

Clone or download

Read-only

Add settings key in FullRepresentation

This is part of story #10214 manage svn "commit rules" with REST API The settings key before the commit_rules key was missing. We have now: "settings": { "commit_rules": { "mandatory_reference": false , "allow_commit_message_change": false } } instead of: "commit_rules": { "mandatory_reference": true|false , "allow_commit_message_change": true|false } Change-Id: I7a25a3ea70833ba1fd2545ad4804e855663ad135

Modified Files

Name
M plugins/svn/include/REST/v1/CommitRulesRepresentation.php +4 −3 Go to diff View file
M plugins/svn/include/REST/v1/FullRepositoryRepresentation.php +8 −3 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +20 −0 Go to diff View file
A plugins/svn/include/REST/v1/SettingsRepresentation.php +34 −0 Go to diff View file
M plugins/svn/include/autoload.php +3 −2 Go to diff View file
M plugins/svn/tests/rest/SVN/RepositoryTest.php +3 −2 Go to diff View file