stable
Clone or download
Read-only
this is part of story #10216 manage "immutable tags" with REST API Change-Id: I22e468e4ef3e25ab78fd016af21b45060cbfb549
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/FullRepositoryRepresentation.php | +7 | −2 | Go to diff View file |
A | plugins/svn/include/REST/v1/ImmutableTagRepresentation.php | +42 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryRepresentationBuilder.php | +17 | −4 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResource.php | +4 | −1 | Go to diff View file |
M | plugins/svn/include/REST/v1/SettingsRepresentation.php | +11 | −3 | Go to diff View file |
M | plugins/svn/include/Svn/Admin/ImmutableTag.php | +12 | −3 | 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/Hooks/PreCommit.php | +3 | −5 | Go to diff View file |
M | plugins/svn/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/svn/tests/Svn/Hooks/PreCommitTest.php | +6 | −10 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTest.php | +34 | −6 | Go to diff View file |