stable
Clone or download
Read-only
Merge commit 'refs/changes/35/12135/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11825 Add times via REST route Part REST Change-Id: Ie148e5513e8e34e89419694c9fb8fd9d6e3dc06a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/ArtifactView/ArtifactViewPresenter.php | +1 | −1 | Go to diff View file |
A | plugins/timetracking/include/Timetracking/Exceptions/TimeTrackingBadDateFormatException.php | +31 | −0 | Go to diff View file |
A | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingPOSTRepresentation.php | +48 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingResource.php | +77 | −9 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Router.php | +7 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeChecker.php | +12 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeDao.php | +12 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeRetriever.php | +8 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/Time/TimeUpdater.php | +4 | −0 | Go to diff View file |
M | plugins/timetracking/phpunit/Time/TimeCheckerTest.php | +12 | −1 | Go to diff View file |
M | plugins/timetracking/site-content/fr_FR/LC_MESSAGES/tuleap-timetracking.po | +6 | −0 | Go to diff View file |
M | plugins/timetracking/site-content/tuleap-timetracking.pot | +6 | −0 | Go to diff View file |
M | plugins/timetracking/tests/rest/Timetracking/TimetrackingTest.php | +42 | −2 | Go to diff View file |
A | plugins/timetracking/tests/rest/TimetrackingBase.php | +42 | −0 | Go to diff View file |
M | plugins/timetracking/tests/rest/TimetrackingDataBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/timetracking/tests/rest/bootstrap.php | +1 | −0 | Go to diff View file |