1888 Commits

Author SHA1 Message Date
ae2d0a67a4 Enhance index update functionality to support renaming by adding new_uid field. Update related structures and methods to handle the new index UID during updates, ensuring backward compatibility with existing index operations. 2025-08-13 09:48:39 +02:00
0f1c78b185 Add index rename feature 2025-08-13 09:48:39 +02:00
300f5ce0f4 Merge pull request #5778 from meilisearch/retrieve-query-vectors
Return query vector
2025-08-13 07:39:15 +00:00
3240d89e81 Merge pull request #5830 from meilisearch/v1-17-1
Update version for v1.17.1
2025-08-12 15:43:28 +00:00
b9e014c044 Update snapshots 2025-08-12 15:36:28 +02:00
97ecbb53ff Merge pull request #5823 from meilisearch/ci-open-api
Add CI to publish OpenAPI file
2025-08-12 12:38:05 +00:00
c5b325de30 Fix rustfmt 2025-08-11 18:15:42 +02:00
3c583ce7a4 Fix linting 2025-08-11 18:10:39 +02:00
0881810780 Add CI to publish OpenAPI file 2025-08-11 18:09:54 +02:00
b7f32c5acd Merge pull request #5817 from meilisearch/fix-dumpless-upgrade
fix the dumpless upgrade again
2025-08-11 15:29:54 +00:00
54b85b8644 fix the dumpless upgrade again 2025-08-11 16:37:09 +02:00
562c620fec Update webhook telemetry events 2025-08-11 16:21:14 +02:00
3f20c1aa5d Merge branch 'main' into retrieve-query-vectors 2025-08-11 13:01:27 +02:00
5df125cbb7 Format 2025-08-07 09:31:05 +02:00
74992560b0 Simplify conditions 2025-08-07 09:28:45 +02:00
2035f342f0 Merge pull request #5807 from meilisearch/patch-chat-settings
Turn chat settings to `PATCH`
2025-08-06 14:17:30 +00:00
3ead985caf Fix issue #5772 2025-08-06 15:02:25 +02:00
e302e9edd3 Add test for task 2025-08-06 15:02:15 +02:00
1fdf820931 Update version to v1.17.0 2025-08-06 12:12:52 +02:00
7e3f2ab0c6 Merge pull request #5785 from meilisearch/webhook-api
Webhook api
2025-08-05 18:10:00 +00:00
899be9c3ff make sure we NEVER ever write the cli defined webhook to the database or dumps 2025-08-05 18:55:32 +02:00
1ff6da63e8 Make errors singular 2025-08-05 16:58:25 +02:00
b5158e1e83 Fix cli webhook getting stored in dumps 2025-08-05 16:58:25 +02:00
3f1e172c6f fix race condition: take the rtxn before entering the thread so we're sure we won't try to retrieve deleted tasks 2025-08-05 16:47:35 +02:00
2b5b41790e update the dump so it doesn't contains the null-uuid webhook 2025-08-05 16:21:14 +02:00
c385cf985b Fix tests 2025-08-05 15:55:31 +02:00
2121819c66 Fix tests 2025-08-05 14:18:45 +02:00
2f33cd5f0a Merge branch 'main' into fragment-filters 2025-08-05 14:05:15 +02:00
2f5101a1e4 Merge branch 'main' into retrieve-query-vectors 2025-08-05 14:02:25 +02:00
3a9b08960a Add test 2025-08-05 13:49:28 +02:00
c4e7bf2e60 Stabilize STARTS WITH filter 2025-08-05 12:14:25 +02:00
4f6a48c327 Stop storing the cli webhook in the db 2025-08-05 11:44:53 +02:00
4c61a227ca fmt after my suggestion 2025-08-05 11:29:54 +02:00
3d2c204f2d Update crates/milli/src/search/facet/filter.rs 2025-08-05 11:26:10 +02:00
8b27dec25c Test that the cli webhook receives data 2025-08-05 11:19:21 +02:00
a9c924b433 Turn url back into a setting 2025-08-05 11:16:34 +02:00
6cb2296644 Update tests 2025-08-05 11:10:48 +02:00
b2d157a74a Remove dbg
Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
2025-08-05 10:49:21 +02:00
386cf83285 Improve webhook settings 2025-08-05 10:48:39 +02:00
8ef1a50086 Add hint
Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
2025-08-05 10:42:39 +02:00
84651ffd7d Remove hardcoded buffer size
Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
2025-08-05 10:41:28 +02:00
43c20bb3ed Add missing actions in from_repr
Co-Authored-By: Thomas Campistron <irevoire@hotmail.fr>
2025-08-05 10:39:52 +02:00
d340013d8b Change error name 2025-08-05 10:35:12 +02:00
8a44d9faef Merge branch 'main' into webhook-api 2025-08-05 10:32:36 +02:00
afb367c7f4 Update old comment 2025-08-05 10:29:39 +02:00
84bcf9785f Merge branch 'main' into starts-with-optim 2025-08-05 10:27:45 +02:00
fc814b7537 Apply review suggestion 2025-08-05 10:25:14 +02:00
cac884401f Merge pull request #5800 from meilisearch/tmp-release-v1.16.0
Bring back changes to main
2025-08-04 16:34:24 +00:00
7251cccd03 Make notify_webhooks execute in its own thread 2025-08-04 17:13:05 +02:00
ddfcacbb62 Add nice error message for users trying to set uuid or isEditable 2025-08-04 16:53:41 +02:00