stable

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: story #7580 - add PATCH /kanban_columns/:id route Change-Id: Ie10abfdc8a03196ed4ccda6d45272d7d982d5542

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnDao.class.php +12 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php +35 −4 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +57 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/KanbanColumnNotFoundException.php +28 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/PermissionsManager.php +27 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanColumnRepresentation.php +2 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanColumnsResource.php +126 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/SemanticStatusNotFoundException.php +22 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/UserNotAdminException.php +28 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +8 −2 Go to diff View file
A plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php +68 −0 Go to diff View file
A plugins/agiledashboard/tests/rest/KanbanColumns/KanbanColumnsTest.php +57 −0 Go to diff View file
R tests/rest/KanbanTest.php Go to diff View file
A plugins/agiledashboard/tests/rest/bootstrap.php +21 −0 Go to diff View file
M src/common/REST/Header.class.php +4 −0 Go to diff View file