stable
Clone or download
Read-only
Part of story #12187 configure workflow pre & post actions at target state level No functionnal changes expected here. Change-Id: I94f8bec0743103783889bce51bc8de5db3d9f49e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/workflow/PostAction/Update/Internal/CIBuildRepository.php | +9 | −3 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/CIBuildUpdater.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/PostActionsDiff.php | +0 | −13 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/SetDateValueRepository.php | +9 | −3 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/SetDateValueUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/SetFloatValueRepository.php | +9 | −3 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/SetFloatValueUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/SetIntValueRepository.php | +9 | −3 | Go to diff View file |
M | plugins/tracker/include/workflow/PostAction/Update/Internal/SetIntValueUpdater.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php | +15 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php | +3 | −3 | Go to diff View file |
D | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionDiffTest.php | +0 | −37 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php | +14 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueUpdaterTest.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php | +14 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php | +15 | −4 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php | +3 | −3 | Go to diff View file |