meilisearch/meilisearch-http
bors[bot] d65b5db97f
Merge #144 #173
144: Concurrent update run loop (refactor) r=MarinPostma a=MarinPostma

This PR allows multiple request to the update store to be performed concurently (i.e, one can list updates while an updates in being written to the update store).


173: Convert UpdateStatus to legacy meilisearch format r=MarinPostma a=MarinPostma

Returns the update statuses with the same format as legacy meilisearch.

The number of documents in a document addition/deletion is not known before processing, so it is only returned when the update is `processed`.

close #78 

associated milli PR: https://github.com/meilisearch/milli/pull/178


Co-authored-by: marin postma <postma.marin@protonmail.com>
Co-authored-by: Marin Postma <postma.marin@protonmail.com>
2021-06-14 11:30:44 +00:00
..
src Merge #144 #173 2021-06-14 11:30:44 +00:00
tests fix tests 2021-06-14 11:17:49 +02:00
build.rs clippy, fmt & tests 2021-05-31 16:03:39 +02:00
Cargo.toml Merge #194 2021-06-14 08:34:04 +00:00