stable
Clone or download
Read-only
Merge commit 'refs/changes/04/12704/23' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #12334 Move timetracking's get rest route on api user
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/REST/ResourcesInjector.php | +4 | −0 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingRepresentation.php | +2 | −33 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingResource.php | +0 | −73 | Go to diff View file |
A | plugins/timetracking/include/Timetracking/REST/v1/UserResource.php | +134 | −0 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.class.php | +14 | −0 | Go to diff View file |
M | plugins/timetracking/tests/rest/Timetracking/TimetrackingTest.php | +25 | −29 | Go to diff View file |
M | plugins/timetracking/tests/rest/TimetrackingBase.php | +1 | −1 | Go to diff View file |
M | plugins/timetracking/tests/rest/TimetrackingDataBuilder.php | +0 | −5 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.js | +2 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/api/rest-querier.spec.js | +4 | −4 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.vue | +6 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/index.js | +6 | −2 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/actions.js | +1 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/mutations.js | +4 | −0 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/store/state.js | +1 | −0 | Go to diff View file |
A | src/common/REST/v1/TimetrackingRepresentationBase.php | +63 | −0 | Go to diff View file |
M | src/common/User/REST/v1/UserResource.php | +62 | −3 | Go to diff View file |
A | src/common/widget/Event/UserTimeRetriever.php | +120 | −0 | Go to diff View file |