stable

Clone or download

Read-only

Use EasyDB in PlanningDAO

Part of story #15122 [release management] management of Aggregator projects This is part of a series of refactorings to make it easier to change the business rules of planning update. No functional change expected. Change-Id: I64526be5d93724a77530ee1dcc6f9819dcfae98e

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php +1 −1 Go to diff View file
R plugins/agiledashboard/include/Planning/NotFoundException.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/PlanningDao.php +148 −139 Go to diff View file
M plugins/agiledashboard/include/Planning/ArtifactCreationController.class.php +3 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneFactory.class.php +5 −14 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +20 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +44 −85 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningParameters.class.php +12 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/ScrumPlanningFilter.php +1 −1 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +12 −8 Go to diff View file
M plugins/agiledashboard/tests/integration/Planning/PlanningDAOTest.php +62 −44 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryDuplicationTest.php +17 −24 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetPlanningByPlanningTrackerTest.php +13 −16 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningFactoryTestGetPlanningTest.php +40 −50 Go to diff View file
M tests/psalm/tuleap-baseline.xml +0 −53 Go to diff View file