stable

Clone or download

Read-only

refactor: move KanbanDao to kanban

...and EasyDB No functional changes, tests still pass. Part of request #32645: Extract kanban from agiledashboard Change-Id: I5cefc9c42c266009273e93b1e161bf41f182d6bf

Modified Files

Name
D plugins/agiledashboard/include/AgileDashboard/KanbanDao.class.php +0 −240 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php +13 −24 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanManager.class.php +12 −9 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLExporter.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +5 −4 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/RealTime/MercureJWTControllerTest.php +2 −2 Go to diff View file
A plugins/kanban/include/Kanban/KanbanDao.php +221 −0 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanColumnsResource.php +2 −2 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanItemsResource.php +2 −2 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +4 −4 Go to diff View file
M plugins/kanban/tests/rest/REST/DataBuilder.php +2 −2 Go to diff View file