stable

Clone or download

Read-only

refactor: Move KanbanItemDao to kanban

...and convert it to EasyDB No functional changes expected Part of request #32645: Extract kanban from agiledashboard Change-Id: Idb057c1b3e7900aaa7b57d3209d8533787abc3d4

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageBuilder.php +5 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/RealTimeMercure/KanbanArtifactMessageBuilderMercure.php +5 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanItemManager.class.php +6 −23 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +8 −6 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/RealTimeMercure/KanbanArtifactMessageBuilderMercureTest.php +2 −2 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/KanbanItemDao.class.php Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/ItemCollectionRepresentationBuilder.php +4 −4 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 +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/TimeInfoFactory.php +3 −3 Go to diff View file