stable

Clone or download

Read-only

Merge commit 'refs/changes/68/30668/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #37200 Fulltext indexation in error due to transaction Change-Id: Ifb2f2c5ebe824e76d28890d983fcda1a1b5a9acc

Modified Files

Name
M plugins/gitlab/include/gitlabPlugin.php +12 −12 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +6 −6 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationCreationProcessorBuilder.php +6 −6 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateProcessorBuilder.php +6 −6 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationProcessorBuilder.php +6 −6 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessorBuilder.php +6 −6 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +6 −6 Go to diff View file
M plugins/taskboard/include/REST/v1/Card/CardPatcher.php +6 −6 Go to diff View file
M plugins/taskboard/include/REST/v1/Cell/CardMappedFieldUpdater.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +6 −6 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/ExecutionsResource.class.php +6 −6 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/Comment/CommentCreator.php +3 −4 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreated.php +35 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.php +15 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Creation/TrackerArtifactCreator.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +6 −6 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +6 −6 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +6 −6 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/Comment/CommentCreatorTest.php +0 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/NewChangesetCreatorTest.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Tracker_ArtifactTest.php +1 −1 Go to diff View file
M plugins/tracker_functions/include/tracker_functionsPlugin.php +6 −6 Go to diff View file