stable

Clone or download

Read-only

refactor: move RecentlyVisitedKanbanDao to kanban

No functional changes Part of request #32645: Extract kanban from agiledashboard Change-Id: I5d093fd19b6fd9756d2d75357eae997bd069a38e

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +2 −2 Go to diff View file
M plugins/kanban/composer.json +1 −1 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +1 −1 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Kanban/RecentlyVisited/RecentlyVisitedKanbanDao.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Kanban/RecentlyVisited/VisitRetriever.php Go to diff View file
R plugins/agiledashboard/tests/integration/Kanban/RecentlyVisited/RecentlyVisitedKanbanDaoTest.php Go to diff View file
R plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/RecentlyVisited/VisitRetrieverTest.php Go to diff View file