stable

Clone or download

Read-only

Merge 'gerrit #11952' into stable/master

* commit '7fc649026d': story #11345 move artifact's "status" Change-Id: I6a50546708d97cba73e956db1b7f129c986135b3

Modified Files

Name
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +13 −4 Go to diff View file
M plugins/tracker/include/Tracker/Action/MoveSemanticChecker.php +38 −5 Go to diff View file
A plugins/tracker/include/Tracker/Action/MoveStatusSemanticChecker.php +60 −0 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php +62 −3 Go to diff View file
M plugins/tracker/phpunit/Tracker/Action/MoveSemanticCheckerTest.php +91 −2 Go to diff View file
A plugins/tracker/phpunit/Tracker/Action/MoveStatusSemanticCheckerTest.php +101 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php +140 −4 Go to diff View file
M plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php +1 −0 Go to diff View file
M plugins/tracker/tests/rest/_fixtures/MoveArtifact/project.xml +27 −0 Go to diff View file
M tests/phpunit/phpunit.xml +2 −0 Go to diff View file