stable

Clone or download

Read-only

chore: request #39025: Meilisearch: 1.7.6 -> 1.9.0

No functional changes. To test, build and deploy and the package on your dev instance. Took the opportunity to switch the DB to UUID instead of auto-incremented int. Most of the Tuleap deployments will be re-indexed automatically anyway so it is a good opportunity to change the IDs. Changes: https://github.com/meilisearch/meilisearch/releases/tag/v1.9.0 https://github.com/meilisearch/meilisearch/releases/tag/v1.8.0 Change-Id: I570e165200537c4230e7943e93252975b345f4d5

Modified Files

Name
M plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server.nix +3 −3 Go to diff View file
M plugins/fts_meilisearch/composer.lock +122 −18 Go to diff View file
M plugins/fts_meilisearch/db/install.sql +2 −2 Go to diff View file
A plugins/fts_meilisearch/db/mysql/2024/202408121120_recreate_table_uuid.php +56 −0 Go to diff View file
M plugins/fts_meilisearch/include/Index/MeilisearchHandler.php +1 −1 Go to diff View file
M plugins/fts_meilisearch/include/Index/MeilisearchMetadataDAO.php +29 −18 Go to diff View file
M plugins/fts_meilisearch/tests/unit/Index/MeilisearchHandlerTest.php +5 −5 Go to diff View file