stable

Forked from tuleap/stable

Clone or download

Read-only

Merge commit 'refs/changes/62/4762/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8380: results of v1/milestones/:id/milestones and v1/projects/:id/milestones are now injected to the angular init() method story #8380: v1/milestones/:id/backlog and v1/projects/:id/backlog are now injected to the angular init() method Conflicts: plugins/agiledashboard/include/autoload.php

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentations.class.php +44 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/BacklogItem/PaginatedBacklogItemsRepresentationsBuilder.class.php +78 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php +43 −4 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Milestone/PaginatedMilestonesRepresentations.class.php +44 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +22 −7 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +25 −56 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +14 −11 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +20 −50 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +54 −11 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php +28 −23 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php +35 −5 Go to diff View file
M plugins/agiledashboard/include/autoload.php +5 −2 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +5 −1 Go to diff View file
M plugins/agiledashboard/tests/include/MilestonePaneFactoryTest.php +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +45 −15 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +21 −14 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js +54 −21 Go to diff View file