stable

Clone or download

Read-only

Merge commit '2fbdcccbc13db136a4d792b5920726f0ee18821a' into HEAD

* commit '2fbdcccbc13db136a4d792b5920726f0ee18821a': request #34361 remove move artifact based on semantic Change-Id: I5e4fafde71d7e3eefd18d4c35e76076271dc0083

Modified Files

Name
D plugins/agiledashboard/include/AgileDashboard/Semantic/MoveChangesetXMLUpdater.php +0 −140 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/Semantic/MoveSemanticInitialEffortChecker.php +0 −91 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +0 −67 Go to diff View file
D plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/MoveChangesetXMLUpdaterTest.php +0 −219 Go to diff View file
D plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/MoveSemanticInitialEffortCheckerTest.php +0 −146 Go to diff View file
D plugins/agiledashboard/tests/unit/AgileDashboard/Semantic/SemanticInitialEffortPossibleFieldRetrieverTest.php +0 −113 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactPatchDryRunFieldsResponseRepresentation.php +0 −21 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactPatchDryRunResponseRepresentation.php +0 −7 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactPatchResponseRepresentation.php +0 −9 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +2 −73 Go to diff View file
M plugins/tracker/include/REST/v1/Move/BeforeMoveChecker.php +0 −5 Go to diff View file
M plugins/tracker/include/REST/v1/Move/DryRunMover.php +5 −18 Go to diff View file
M plugins/tracker/include/REST/v1/Move/MovePatchAction.php +0 −3 Go to diff View file
M plugins/tracker/include/REST/v1/Move/RestArtifactMover.php +0 −23 Go to diff View file
D plugins/tracker/include/REST/v1/MoveArtifactSemanticFeatureFlag.php +0 −39 Go to diff View file
D plugins/tracker/include/Tracker/Action/BeforeMoveArtifact.php +0 −89 Go to diff View file
D plugins/tracker/include/Tracker/Action/CheckMoveArtifact.php +0 −42 Go to diff View file
D plugins/tracker/include/Tracker/Action/MegaMoverArtifact.php +0 −152 Go to diff View file
D plugins/tracker/include/Tracker/Action/Move/FeedbackFieldCollector.php +0 −119 Go to diff View file
D plugins/tracker/include/Tracker/Action/Move/FeedbackFieldCollectorInterface.php +0 −50 Go to diff View file
D plugins/tracker/include/Tracker/Action/Move/NoFeedbackFieldCollector.php +0 −62 Go to diff View file
D plugins/tracker/include/Tracker/Action/MoveArtifact.php +0 −53 Go to diff View file
D plugins/tracker/include/Tracker/Action/MoveContributorSemanticChecker.php +0 −74 Go to diff View file
D plugins/tracker/include/Tracker/Action/MoveDescriptionSemanticChecker.php +0 −66 Go to diff View file
D plugins/tracker/include/Tracker/Action/MoveSemanticChecker.php +0 −55 Go to diff View file
D plugins/tracker/include/Tracker/Action/MoveStatusSemanticChecker.php +0 −66 Go to diff View file
D plugins/tracker/include/Tracker/Action/MoveTitleSemanticChecker.php +0 −49 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php +0 −42 Go to diff View file
D plugins/tracker/include/Tracker/Events/MoveArtifactGetExternalSemanticCheckers.php +0 −47 Go to diff View file
D plugins/tracker/include/Tracker/Events/MoveArtifactParseFieldChangeNodes.php +0 −128 Go to diff View file
D plugins/tracker/include/Tracker/XML/Updater/BindValueForSemanticUpdater.php +0 −63 Go to diff View file
D plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLSemanticUpdater.php +0 −318 Go to diff View file
D plugins/tracker/include/Tracker/XML/Updater/UpdateBindValueForSemantic.php +0 −36 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +0 −2 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +0 −8 Go to diff View file
M plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po +0 −6 Go to diff View file
D plugins/tracker/tests/unit/Stub/CheckMoveArtifactStub.php +0 −66 Go to diff View file
D plugins/tracker/tests/unit/Stub/MoveArtifactStub.php +0 −58 Go to diff View file
D plugins/tracker/tests/unit/Tracker/Action/BeforeMoveArtifactTest.php +0 −635 Go to diff View file
D plugins/tracker/tests/unit/Tracker/Action/Move/FeedbackFieldCollectorTest.php +0 −115 Go to diff View file
D plugins/tracker/tests/unit/Tracker/Action/MoveContributorSemanticCheckerTest.php +0 −119 Go to diff View file
D plugins/tracker/tests/unit/Tracker/Action/MoveDescriptionSemanticCheckerTest.php +0 −117 Go to diff View file
D plugins/tracker/tests/unit/Tracker/Action/MoveStatusSemanticCheckerTest.php +0 −117 Go to diff View file
D plugins/tracker/tests/unit/Tracker/Action/MoveTitleSemanticCheckerTest.php +0 −85 Go to diff View file
M plugins/tracker/tests/unit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php +0 −54 Go to diff View file
M plugins/tracker/tests/unit/Tracker/REST/v1/Move/BeforeMoveCheckerTest.php +0 −23 Go to diff View file
M plugins/tracker/tests/unit/Tracker/REST/v1/Move/DryRunMoverTest.php +0 −36 Go to diff View file
M plugins/tracker/tests/unit/Tracker/REST/v1/Move/RestArtifactMoverTest.php +2 −45 Go to diff View file
D plugins/tracker/tests/unit/Tracker/XML/Updater/BindValueForSemanticUpdaterTest.php +0 −96 Go to diff View file
D plugins/tracker/tests/unit/Tracker/XML/Updater/MoveChangesetXMLSemanticUpdaterTest.php +0 −866 Go to diff View file