stable
Clone or download
Read-only
- Add REST route kanban/:id/items This task is part of story #7579 move cards in my cardwall Change-Id: I851fd49fdd9a832187fa8920ed1561f352e5765a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php | +26 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanBacklogRepresentation.php | +4 | −37 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemCollectionRepresentation.php | +52 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemRepresentation.php | +77 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanRepresentation.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanResource.php | +66 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +18 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js | +25 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +34 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +15 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/assets/column-empty.png | Binary file | Go to diff View file | |
A | plugins/agiledashboard/www/js/kanban/src/assets/loader-mini.gif | Binary file | Go to diff View file | |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_List.class.php | +1 | −1 | Go to diff View file |
M | tests/lib/rest/TestDataBuilder.php | +15 | −1 | Go to diff View file |
M | tests/rest/KanbanTest.php | +10 | −1 | Go to diff View file |