stable

Clone or download

Read-only

refactor: Move ShowKanbanController to kanban

...well, it started with ShowKanbanController but with dependencies I ended up updating a lot of files. No functional changes. We can still display kanban boards, one kanban, collapse/expand its column, ... Part of request #32645: Extract kanban from agiledashboard Change-Id: Icc45d4c43d260ca3e51bedafc26370ffeee9d81e

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FirstKanbanCreator.php +5 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/HierarchyChecker.php +10 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/BreadCrumbBuilder.php +8 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/NewDropdownCurrentContextSectionForKanbanProvider.php +6 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/TrackerReport/TrackerReportBuilder.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/TrackerReport/TrackerReportUpdater.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanActionsChecker.php +9 −8 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnFactory.php +14 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanColumnManager.php +6 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/KanbanSummaryPresenter.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLExporter.class.php +5 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +9 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +5 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +0 −3 Go to diff View file
M plugins/agiledashboard/site-content/pt_BR/LC_MESSAGES/tuleap-agiledashboard.po +0 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboardControllerTest.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanActionsCheckerTest.php +5 −5 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanColumnManagerTest.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/FirstKanbanCreatorTest.php +9 −9 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/HierarchyCheckerTest.php +3 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/NewDropdownCurrentContextSectionForKanbanProviderTest.php +11 −11 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php +2 −1 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Kanban.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/KanbanCannotAccessException.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/KanbanColumnNotFoundException.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/KanbanFactory.class.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/KanbanNotFoundException.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/KanbanUserPreferences.php Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/CumulativeFlowDiagram/DiagramRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/CumulativeFlowDiagram/OrderedColumnRepresentationsBuilder.php +2 −2 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/ItemCollectionRepresentationBuilder.php +2 −2 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanColumnsResource.php +19 −19 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanItemsResource.php +9 −9 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanRepresentation.php +5 −5 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanRepresentationBuilder.php +4 −4 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +32 −32 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanTrackerRepresentation.php +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/TrackerReport/FilteredDiagramRepresentationBuilder.php +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/RealTime/RealTimeArtifactMessageController.php +2 −2 Go to diff View file
M plugins/kanban/include/Kanban/RealTimeMercure/KanbanStructureRealTimeMercure.php +1 −1 Go to diff View file
M plugins/kanban/include/Kanban/RealTimeMercure/MercureJWTController.php +4 −4 Go to diff View file
M plugins/kanban/include/Kanban/RealTimeMercure/RealTimeArtifactMessageControllerMercure.php +2 −2 Go to diff View file
M plugins/kanban/include/Kanban/RecentlyVisited/VisitRetriever.php +2 −2 Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/SemanticStatusNotFoundException.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php Go to diff View file
R plugins/kanban/include/Kanban/Widget/Kanban.php Go to diff View file
M plugins/kanban/include/Kanban/Widget/MyKanban.php +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/Widget/ProjectKanban.php +3 −3 Go to diff View file
M plugins/kanban/include/Kanban/Widget/WidgetAddToDashboardDropdownRepresentationBuilder.php +5 −5 Go to diff View file
M plugins/kanban/include/Kanban/XML/KanbanXMLExporter.php +4 −4 Go to diff View file
M plugins/kanban/include/Kanban/XML/KanbanXmlImporter.php +2 −2 Go to diff View file
R plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_KanbanUserPreferencesTest.php Go to diff View file
M plugins/kanban/tests/unit/REST/Kanban/KanbanTrackerRepresentationTest.php +2 −2 Go to diff View file
M plugins/kanban/tests/unit/RealTimeMercure/MercureJWTControllerTest.php +9 −9 Go to diff View file
M plugins/kanban/tests/unit/RealTimeMercure/RealTimeArtifactMessageControllerMercureTest.php +3 −3 Go to diff View file
M plugins/kanban/tests/unit/RecentlyVisited/VisitRetrieverTest.php +7 −7 Go to diff View file
M plugins/kanban/tests/unit/Widget/WidgetKanbanXMLImporterTest.php +1 −1 Go to diff View file
M plugins/kanban/tests/unit/XML/KanbanXMLExporterTest.php +6 −6 Go to diff View file
M plugins/kanban/tests/unit/XML/KanbanXmlImporterTest.php +6 −6 Go to diff View file