stable

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: Closes request #29216: Collect metrics related to full-text search activity Change-Id: Ia86ba8599c6e4d46798595e1731c91414275b5cb

Modified Files

Name
M plugins/fts_common/include/FullTextSearchBackendPlugin.php +10 −2 Go to diff View file
A plugins/fts_common/include/Index/InsertItemsIntoIndexMetricCollector.php +41 −0 Go to diff View file
A plugins/fts_common/include/Index/SearchIndexedItemMetricCollector.php +49 −0 Go to diff View file
A plugins/fts_common/tests/unit/Index/InsertItemsIntoIndexMetricCollectorTest.php +46 −0 Go to diff View file
A plugins/fts_common/tests/unit/Index/SearchIndexedItemMetricCollectorTest.php +45 −0 Go to diff View file
M plugins/fts_db/include/fts_dbPlugin.php +1 −1 Go to diff View file
M plugins/fts_meilisearch/include/fts_meilisearchPlugin.php +1 −1 Go to diff View file