stable

Clone or download

Read-only

Merge commit 'refs/changes/54/4254/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7992: Implement GET kanban_item/:id Change-Id: Ife9cd7db05ac2152e3cb289c373bec8425b585b8

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php +66 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +60 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanArchiveRepresentation.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanBacklogRepresentation.php +6 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnRepresentation.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemCollectionRepresentation.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemRepresentation.php +11 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +85 −4 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +14 −1 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +2 −0 Go to diff View file