stable

Clone or download

Read-only

Merge commit 'refs/changes/86/4086/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7582: collapse my kanban columns Change-Id: I1d651832015ae99e922b903310ebb2a05b1835c2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php +26 −21 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +6 −1 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanUserPreferences.php +74 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanCollapseColumnRepresentation.php +33 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanColumnsResource.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentation.php +19 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanRepresentationBuilder.php +15 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +79 −7 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
A plugins/agiledashboard/tests/include/KanbanUserPreferencesTest.php +97 −0 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +71 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js +92 −1 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban-service.js +48 −0 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +6 −6 Go to diff View file