stable

Clone or download

Read-only

Move all scalar field dao & field value dao to namespace

In Field/dao, remains the list fields that will be done in a next commit. Psalm baseline regenerated to deal with file renames & move. Part of request #17148 Tracker move to PSR4 😱 Change-Id: Ic45f4e34571c78469e49152642b055e12232ed1c

Modified Files

Name
M plugins/artifactsfolders/bin/convert_from_folders_to_scrum.php +2 −1 Go to diff View file
M plugins/artifactsfolders/include/artifactsfoldersPlugin.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDependenciesDeletor.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/BurndownCalculator.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/ComputedFieldCalculator.php +3 −3 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaver.php +2 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureIsChildLinkRetriever.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationChecker.php +3 −3 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_BurndownDao.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForREST.php +3 −3 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDao.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/File/ChangesetValueFileSaver.php +2 −3 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_FileDao.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/FloatingPointNumber/FloatValueDao.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/Integer/IntegerValueDao.php +2 −2 Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_NumericDao.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_PermissionsOnArtifactDao.php Go to diff View file
R plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_StaticField_RichTextDao.php Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_DAILY.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/SystemEvent/SystemEvent_BURNDOWN_GENERATE.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +6 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php +6 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField_RichText.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +9 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/BurndownCalculatorTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/ArtifactLinkValueSaverTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/ArtifactLink/CatchLinkDirectionTest.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownCacheGenerationCheckerTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownDataBuilderForRESTTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/Burndown/BurndownRemainingEffortAdderForRESTTest.php +3 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/ChangesetValueFileSaverTest.php +7 −8 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Field/File/TrackerFormElementFieldFileTest.php +2 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLinkTest.php +6 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_ComputedTest.php +10 −10 Go to diff View file
M tests/psalm/tuleap-baseline.xml +163 −191 Go to diff View file