stable
Clone or download
Read-only
Merge commit 'refs/changes/52/27152/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Close request #29278: Let the FTS backends deal with the transformation of the usual content format
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fts_common/include/Index/Asynchronous/IndexItemTask.php | +3 | −2 | Go to diff View file |
A | plugins/fts_common/include/Index/InsertPlaintextItemsIntoIndex.php | +28 | −0 | Go to diff View file |
A | plugins/fts_common/include/Index/ItemToIndexPlaintextTransformer.php | +56 | −0 | Go to diff View file |
M | plugins/fts_common/include/Index/NullIndexHandler.php | +2 | −2 | Go to diff View file |
A | plugins/fts_common/include/Index/PlaintextItemToIndex.php | +40 | −0 | Go to diff View file |
M | plugins/fts_common/tests/unit/Index/Asynchronous/IndexItemTaskTest.php | +4 | −4 | Go to diff View file |
M | plugins/fts_common/tests/unit/Index/Asynchronous/IndexingWorkerEventDispatcherTest.php | +1 | −1 | Go to diff View file |
M | plugins/fts_common/tests/unit/Index/InsertItemsIntoIndexMetricCollectorTest.php | +2 | −2 | Go to diff View file |
M | plugins/fts_common/tests/unit/Index/ItemToIndexLimitedBatchQueueTest.php | +3 | −3 | Go to diff View file |
A | plugins/fts_common/tests/unit/Index/ItemToIndexPlaintextTransformerTest.php | +82 | −0 | Go to diff View file |
M | plugins/fts_db/include/Index/SearchDAO.php | +7 | −7 | Go to diff View file |
M | plugins/fts_db/include/fts_dbPlugin.php | +9 | −1 | Go to diff View file |
M | plugins/fts_db/tests/integration/Index/SearchDAOTest.php | +13 | −13 | Go to diff View file |
M | plugins/fts_meilisearch/include/Index/MeilisearchHandler.php | +5 | −5 | Go to diff View file |
M | plugins/fts_meilisearch/include/Index/MeilisearchMetadataDAO.php | +4 | −4 | Go to diff View file |
M | plugins/fts_meilisearch/include/fts_meilisearchPlugin.php | +6 | −1 | Go to diff View file |
M | plugins/fts_meilisearch/tests/integration/Index/MeilisearchMetadataDAOTest.php | +7 | −7 | Go to diff View file |
M | plugins/fts_meilisearch/tests/unit/Index/MeilisearchHandlerTest.php | +5 | −5 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/Comment/ChangesetCommentIndexer.php | +5 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/FieldContentIndexer.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php | +3 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Artifact/Changeset/Comment/ChangesetCommentIndexerTest.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/FieldContentIndexerTest.php | +3 | −1 | Go to diff View file |
M | src/common/Search/ItemToIndex.php | +7 | −0 | Go to diff View file |
M | tests/unit/common/Search/ItemToIndexQueueEventBasedTest.php | +1 | −1 | Go to diff View file |