stable

Clone or download

Read-only

Merge commit 'refs/changes/97/4597/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8451: REST route to reorder kanban columns Change-Id: I6ef00b2e042889a3d790abfd2ee458fea1efec62

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +36 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusAllColumnIdsNotProvidedException.php +23 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanSemanticStatusColumnIdsNotInOpenSemanticException.php +23 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +51 −1 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 +32 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_Static.class.php +3 −0 Go to diff View file
M src/common/REST/Header.class.php +4 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +4 −2 Go to diff View file