stable

Clone or download

Read-only

Merge commit 'refs/changes/20/13420/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12617 Timetracking set on artifacts should be accessible with REST API Change-Id: I150817c6b7b207f318cccf6944dd950cbf81b1f3

Modified Files

Name
A plugins/timetracking/include/Timetracking/REST/v1/ArtifactTimeRetriever.php +137 −0 Go to diff View file
A plugins/timetracking/include/Timetracking/REST/v1/Exception/ArtifactDoesNotExistException.php +30 −0 Go to diff View file
A plugins/timetracking/include/Timetracking/REST/v1/Exception/ArtifactIDMissingException.php +30 −0 Go to diff View file
A plugins/timetracking/include/Timetracking/REST/v1/Exception/InvalidArgumentException.php +26 −0 Go to diff View file
A plugins/timetracking/include/Timetracking/REST/v1/Exception/NoTimetrackingForTrackerException.php +30 −0 Go to diff View file
A plugins/timetracking/include/Timetracking/REST/v1/Exception/UserCannotSeeTrackedTimeException.php +30 −0 Go to diff View file
M plugins/timetracking/include/Timetracking/REST/v1/TimetrackingResource.php +36 −0 Go to diff View file
A plugins/timetracking/phpunit/REST/v1/ArtifactTimeRetrieverTest.php +170 −0 Go to diff View file
A src/common/REST/v1/ArtifactTimeRepresentation.php +63 −0 Go to diff View file