Commit Graph

36 Commits

Author SHA1 Message Date
Tamo
cd46ebd6b5 remove insta deprecating 2024-07-08 18:38:05 +02:00
redistay
182cb42953 chore: fix some typos in conments
Signed-off-by: redistay <wujunjing@outlook.com>
2024-04-02 19:37:55 +08:00
Louis Dureuil
dd6519b64f Dump tests 2023-07-06 14:22:29 +02:00
Louis Dureuil
13e9b4c2e5 Add dump support 2023-06-26 16:29:43 +02:00
Louis Dureuil
869d331680 Clippy fixes after updating Rust to v1.66 2022-12-19 14:17:12 +01:00
Tamo
1c3a326199 stop snapshotting the version of meilisearch in the dump
It might change and we don't want to update this test everytime we make a new release.
2022-12-07 13:26:02 +01:00
Kerollmops
c1337f9e08 Update dump snap to new version 2022-12-07 11:48:29 +01:00
Tamo
7b8641a7af fix the dump tests
The issue was linked to the fact that the debug implementation of the PhantomData wasn't the same between rust stable and rust nightly.
This was causing an issue while snapshsotting the settings and this commit fix it by representing the settings as json which already ignores the PhantomData
2022-11-23 16:59:20 +01:00
Irevoire
225405bb0d ignore the dump tests 2022-10-27 11:35:22 +02:00
Irevoire
6aa816d96a use meili-snap in the dump 2022-10-27 11:35:22 +02:00
Kerollmops
314b89ca30 Fix insta snapshots 2022-10-27 11:35:20 +02:00
Irevoire
0ba6253eed fix the sort 2022-10-27 11:35:19 +02:00
Irevoire
e8cd571820 try to convert the OsStr to a rust string to fix the sort 2022-10-27 11:35:19 +02:00
Irevoire
eb4bdde432 fix clippy 2022-10-27 11:35:09 +02:00
Irevoire
e9055f5572 fix clippy 2022-10-27 11:35:08 +02:00
Clément Renault
80b2e70ee7 Introduce a rustfmt file 2022-10-27 11:35:05 +02:00
Irevoire
66c3b93ef1 fix all the snapshot tests in the dump 2022-10-27 11:34:15 +02:00
Tamo
83f3c5ec57 flush the dump-writer only once everything has been inserted 2022-10-27 11:34:08 +02:00
Tamo
a9eeb070b8 fix all the errors code and settings issues when importing a dump v2 2022-10-27 11:34:07 +02:00
Tamo
208c785697 add a bufwriter on the documents 2022-10-27 11:34:06 +02:00
Tamo
d976e680c5 first mostly working version 2022-10-27 11:34:06 +02:00
Tamo
c051166bcc update the API a little bit 2022-10-27 11:34:05 +02:00
Tamo
72a906ae75 fix the tests 2022-10-27 11:34:05 +02:00
Tamo
b7f9c94f4a write the dump export 2022-10-27 11:34:05 +02:00
Tamo
7034803712 move the API key in meilisearch_types 2022-10-27 11:34:02 +02:00
Tamo
2f1eb78b1d refactor the Task a little bit 2022-10-27 11:34:02 +02:00
Tamo
510ce9fc51 start moving a lot of task types to meilisearch_types 2022-10-27 11:34:01 +02:00
Tamo
0af00f6b32 fix all the import and comment most of the dump v6 2022-10-27 11:34:01 +02:00
Tamo
c6f4fb5f7d remove the warnings 2022-10-27 11:33:57 +02:00
Tamo
2ae0806773 rewrite the update file API 2022-10-27 11:33:57 +02:00
Tamo
7579a363ab finish the dump reader API, the dump Writer API now needs to be updated 2022-10-27 11:33:57 +02:00
Tamo
a8128678a4 implement the dump v4 import 2022-10-27 11:33:53 +02:00
Tamo
101f55ce8b introduce the index metadata 2022-10-27 11:33:52 +02:00
Tamo
e845cc2b6f fix the tests 2022-10-27 11:33:51 +02:00
Tamo
7bd6f63001 implement the dump reader v6 2022-10-27 11:33:51 +02:00
Tamo
f041d474a5 move the DumpWriter and Error to their own module 2022-10-27 11:33:51 +02:00