stable

Clone or download

Read-only

refactor: move StatisticsAggregator to kanban

No functional changes in exported statistics Part of request #32645: Extract kanban from agiledashboard Change-Id: Ia773f28b36b82c88d8dde39bf647bb3e409cf935

Modified Files

Name
D plugins/agiledashboard/include/AgileDashboard/AgileDashboardStatisticsAggregator.class.php +0 −98 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +2 −1 Go to diff View file
A plugins/kanban/include/Kanban/KanbanStatisticsAggregator.class.php +100 −0 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanColumnsResource.php +4 −3 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanItemsResource.php +4 −4 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +3 −3 Go to diff View file