stable

Clone or download

Read-only

chore(svn): Refactoring of classes/types in SVN REST routes

This is part of request #35495 Do not allow suspended or deleted user in REST SVN notifications No functional changes expected here. This will ease the introduction of new checks for non alive users. Change-Id: I39f649c1eb8f96a923c495f23b701845faac832a

Modified Files

Name
M plugins/svn/include/REST/v1/FullRepositoryRepresentation.php +3 −3 Go to diff View file
R plugins/svn/include/REST/v1/NotificationRepresentation.php Go to diff View file
M plugins/svn/include/REST/v1/NotificationPOSTPUTRepresentation.php +15 −5 Go to diff View file
M plugins/svn/include/REST/v1/NotificationsBuilder.php +1 −1 Go to diff View file
M plugins/svn/include/REST/v1/RepositoryResource.php +14 −14 Go to diff View file
R plugins/svn/include/REST/v1/SettingsRepresentation.php Go to diff View file
M plugins/svn/include/REST/v1/SettingsPOSTRepresentation.php +6 −6 Go to diff View file
M plugins/svn/include/REST/v1/SettingsPUTRepresentation.php +5 −5 Go to diff View file
D plugins/svn/include/REST/v1/SettingsRepresentationInterface.php +0 −25 Go to diff View file
M plugins/svn/include/REST/v1/SettingsRepresentationValidator.php +8 −12 Go to diff View file
M plugins/svn/tests/unit/REST_Backend/SettingsRepresentationValidatorTest.php +20 −20 Go to diff View file