Commit Graph

12351 Commits

Author SHA1 Message Date
cb36257537 Rename variable 2025-08-08 15:07:35 +02:00
ba0f0c3c30 Optim G: Use the datetime delete function on batches 2025-08-08 14:55:24 +02:00
39eebac7e5 Optim F - Delay wtxn 2025-08-08 14:36:07 +02:00
4c61d3a939 Optim E 2025-08-08 13:06:48 +02:00
eb8ff31513 Make it more idiomatic 2025-08-08 12:56:49 +02:00
418730ef73 Optim D 2025-08-08 12:24:47 +02:00
9a29a7790b Optim C 2025-08-08 11:57:20 +02:00
14cb1bbbfb Optimization B
Speeds up the subtask "deleting batches" by 9%
2025-08-08 11:32:17 +02:00
31c4215ad2 Add debug assertion 2025-08-08 11:25:06 +02:00
ff68802ffc Optimization A
Speeds up the "deleting tasks" subtask by 23%
2025-08-08 11:24:04 +02:00
759beed560 Add category in release draft 2025-08-07 18:15:29 +02:00
2d479332d3 Remove useless test functin 2025-08-07 11:35:45 +02:00
ea894e6a2c Update tests 2025-08-07 11:30:01 +02:00
4ae43eb51a Optimize code 2025-08-07 10:20:10 +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
27fed758c2 Merge pull request #5806 from meilisearch/update-to-v1-17-0
Update version to v1.17.0
2025-08-06 13:33:51 +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
5309a37fb0 Fix many error code mistakes 2025-08-06 14:25:40 +02:00
498b0b1419 Optimization 2025-08-06 12:33:53 +02:00
0e9584672c Add test 2025-08-06 12:24:55 +02:00
1fdf820931 Update version to v1.17.0 2025-08-06 12:12:52 +02:00
b4f2eeac0a Merge pull request #5803 from meilisearch/curquiza-patch-1
Minor docs update about release.md
2025-08-06 09:14:57 +00:00
73e82d67d7 Add test 2025-08-06 11:14:07 +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 prototype-webhooks-0 2025-08-05 18:55:32 +02:00
444231e812 Merge pull request #5804 from meilisearch/curquiza-patch-2
Minor fix in PR template
2025-08-05 15:11:23 +00: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
55cd3203fe Merge pull request #5783 from meilisearch/starts-with-optim
Optimize the starts_with filter
2025-08-05 14:10:10 +00:00
45bb13bf43 Minor fix in PR template 2025-08-05 15:42:56 +02:00
095cba8fba Minor docs update about release.md 2025-08-05 15:29:42 +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