stable
Clone or download
Changelog: https://github.com/meilisearch/meilisearch/releases/tag/v0.29.0 The PHP library is also updated to have all the feature set of 0.29.0 available. The opportunity has been taken to remove/not install PHP HTTP client library as we provide them through the Tuleap Core. Since Meilisearch is only deployed on a few servers owned by the core team no automatic migration progress is implemented. In order to test you need to: 1. Rebuild the tuleap-meilisearch-server package with `nix-build plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server.nix` 2. Stop the `tuleap-meilisearch` service inside your container if it is running 3. Delete the `/var/lib/tuleap/fts_meilisearch_server/` folder 4. Copy the new package inside your container and install it 5. Run `tuleap-cfg site-deploy` and start `tuleap-meilisearch` service 6. Re-index you whole data instance Part of story #28835: have a full-text search backend based on Meilisearch Change-Id: Ib5f70bb15ee18fd231c86de38d73fce6bb4c287b
Modified Files
Name | ||||
---|---|---|---|---|
M | docker-compose.yml | +1 | −1 | Go to diff View file |
M | plugins/fts_meilisearch/additional-packages/tuleap-meilisearch-server.nix | +3 | −3 | Go to diff View file |
M | plugins/fts_meilisearch/composer.json | +6 | −1 | Go to diff View file |
M | plugins/fts_meilisearch/composer.lock | +7 | −839 | Go to diff View file |