Commit Graph

9 Commits

Author SHA1 Message Date
pierre-l 36cb09eb25 Add a new `meilisearch_types` crate
Move `meilisearch_error` to `meilisearch_types::error`
Move `meilisearch_lib::index_resolver::IndexUid` to `meilisearch_types::index_uid`
Add a new `InvalidIndexUid` error in `meilisearch_types::index_uid`
2022-06-09 16:14:13 +02:00
ad hoc 6ac8675c6d
add IndexResolver BatchHandler tests 2022-06-07 09:33:57 +02:00
ad hoc df61ca9cae
add mocker to IndexResolver 2022-06-07 09:33:57 +02:00
ad hoc 0c5352fc22
move index_uid from task to task_content 2022-06-02 15:30:35 +02:00
ad hoc 5a2972fc19
use TaskEvent method instead of variants in BatchHandler impl 2022-05-26 11:51:58 +02:00
ad hoc 1647ca3c1f
fix clipy warnings 2022-05-25 15:07:52 +02:00
ad hoc 6b2016b350
remove typo in BatchContent variant 2022-05-25 14:39:07 +02:00
ad hoc 92d86ce6aa
add tests to IndexResolver BatchHandler 2022-05-25 11:13:36 +02:00
ad hoc 64654ef7c3
rename batch_handler to handler 2022-05-25 11:13:35 +02:00