stable
Clone or download
Read-only
This change is part of story #12188 This change does not bring any functional change. Change-Id: I948a04883c29ec5e4aa168dddcf46616e194adbd
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/CIBuildJsonParser.php | +1 | −10 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParser.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/HiddenFieldsetsJsonParser.php | +1 | −8 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParser.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParser.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParser.php | +0 | −7 | Go to diff View file |
M | plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php | +4 | −6 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/CIBuildValue.php | +1 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/FrozenFieldsValue.php | +1 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/HiddenFieldsetsValue.php | +1 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/CIBuildValueValidator.php | +0 | −17 | Go to diff View file |
D | plugins/tracker/include/Workflow/PostAction/Update/Internal/PostActionIdValidator.php | +0 | −63 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/PostActionsMapper.php | +1 | −6 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetDateValueValidator.php | +0 | −17 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetFloatValueValidator.php | +0 | −17 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/Internal/SetIntValueValidator.php | +0 | −17 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/PostAction.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/SetDateValue.php | +1 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/SetFloatValue.php | +1 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/PostAction/Update/SetIntValue.php | +1 | −12 | Go to diff View file |
M | plugins/tracker/include/Workflow/SimpleMode/TransitionReplicatorBuilder.php | +4 | −6 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/CIBuildJsonParserTest.php | +3 | −20 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/FrozenFieldsJsonParserTest.php | +2 | −20 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/HiddenFieldsetsJsonParserTest.php | +2 | −20 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/PostActionCollectionJsonParserTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetDateValueJsonParserTest.php | +3 | −22 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetFloatValueJsonParserTest.php | +4 | −23 | Go to diff View file |
M | plugins/tracker/phpunit/REST/v1/Workflow/PostAction/Update/SetIntValueJsonParserTest.php | +3 | −22 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildRepositoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/CIBuildValidatorTest.php | +6 | −22 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/FrozenFieldsValidatorTest.php | +5 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/HiddenFieldsetsValueValidatorTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionFieldIdValidatorTest.php | +4 | −4 | Go to diff View file |
D | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionIdValidatorTest.php | +0 | −69 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/PostActionsMapperTest.php | +10 | −10 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueRepositoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetDateValueValidatorTest.php | +5 | −24 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetFloatValueRepositoryTest.php | +2 | −2 | 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/SetFloatValueValidatorTest.php | +5 | −30 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueRepositoryTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueUpdaterTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/Internal/SetIntValueValidatorTest.php | +5 | −30 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/PostAction/Update/PostActionCollectionUpdaterTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Workflow/SimpleMode/TransitionReplicatorTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +0 | −27 | Go to diff View file |