stable

Clone or download

Read-only

Merge commit '1932bb2' into HEAD

* commit '1932bb2': story #7511: fetch the list of allowed tracker types for the top backlog Change-Id: I86f375818ad1b48ccc26e789583b1b4da07d8611

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentation.php +126 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogRepresentation.php +54 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php +152 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v2/ResourcesInjector.class.php +44 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +10 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-main-controller.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js +19 −4 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-planning.spec.js +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/project/project-service.js +52 −9 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/event/Event.class.php +8 −0 Go to diff View file
A src/common/project/REST/v2/ProjectResource.class.php +121 −0 Go to diff View file
M src/www/api/index.php +18 −3 Go to diff View file
A tests/rest/ProjectBacklogV2Test.php +53 −0 Go to diff View file