stable

Clone or download

Read-only

Move is done on ducktyping mode

part of story #32280 Complete the "move artifact" feature How to test: move an artefact => move is done on ducktyping mode set feature flag tuleap config-set feature_flag_rollback_to_semantic_move_artifact 1 move an artifact => move is done on semantic mode Note: Rest tests and cypress tests have been updated to test the ducktyping mode Semantic mode is aimed to be removed Change-Id: Ib0da59dca982c4631f4062f2697907aa90766c82

Modified Files

Name
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +64 −64 Go to diff View file
M plugins/tracker/include/REST/v1/Move/BeforeMoveChecker.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Move/DryRunMover.php +2 −2 Go to diff View file
M plugins/tracker/include/REST/v1/Move/RestArtifactMover.php +2 −2 Go to diff View file
R plugins/tracker/include/REST/v1/MoveArtifactCompleteFeatureFlag.php Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveButtonPresenterBuilder.php +3 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 −2 Go to diff View file
M plugins/tracker/tests/e2e/cypress/_fixtures/tracker_artifact_project/project.xml +597 −0 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_artifact.cy.ts +6 −2 Go to diff View file
M plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php +15 −36 Go to diff View file
M plugins/tracker/tests/rest/TrackerBase.php +2 −2 Go to diff View file
M plugins/tracker/tests/rest/_fixtures/MoveArtifact/project.xml +1116 −368 Go to diff View file
M plugins/tracker/tests/unit/Tracker/ActionButton/ArtifactMoveButtonPresenterBuilderTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/REST/v1/Move/BeforeMoveCheckerTest.php +4 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/REST/v1/Move/DryRunMoverTest.php +2 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/REST/v1/Move/RestArtifactMoverTest.php +4 −6 Go to diff View file