Commit Graph

22 Commits

Author SHA1 Message Date
Quentin de Quelen
055368acd8 Fix for review 2019-11-21 11:49:49 +01:00
Quentin de Quelen
c69ae8154f Allow to receive schema update formated as SchemaBuilder 2019-11-20 15:25:34 +01:00
Quentin de Quelen
cd95b243bb Add the update index route 2019-11-20 15:00:06 +01:00
Quentin de Quelen
45ded0498b Format code with cargo fmt 2019-11-20 11:45:23 +01:00
Quentin de Quelen
a0caf0d6d7 Remove unused result response on indexes_uids function 2019-11-20 11:45:22 +01:00
Quentin de Quelen
e22debb994 Update index updated_at information at each update callback 2019-11-20 11:45:22 +01:00
Quentin de Quelen
1b8df0ed8b Remove last_update from stats 2019-11-20 11:45:22 +01:00
Quentin de Quelen
394976d330 Update list_index route to return all index information, not only list of uid 2019-11-20 11:45:22 +01:00
Quentin de Quelen
b95acbece0 Function generate_uid return now lowercased uid 2019-11-20 11:45:22 +01:00
Quentin de Quelen
c94f4dff71 Do not return update_id on IndexCreateRespnse if it's none 2019-11-20 11:45:22 +01:00
Quentin de Quelen
2b3c91aabd Update get_index_schema to allow raw response 2019-11-20 11:45:22 +01:00
Quentin de Quelen
e97e13ce9f Rename index_name to index_uids 2019-11-20 11:45:22 +01:00
Quentin de Quelen
39e2b73718 Add updatedAt on main index store 2019-11-20 11:45:22 +01:00
Quentin de Quelen
a90facaa41 Rename index_name by index_uid 2019-11-20 11:45:22 +01:00
Quentin de Quelen
5527457655 Rewrite create_index route new path, body request and response 2019-11-20 11:45:21 +01:00
Clément Renault
23a89732a5 Prefer using a global update callback common to all indexes 2019-11-18 14:41:49 +01:00
Clementine Urquizar
810b328ad2 Change the HTTP status code on index deletion 2019-11-13 15:14:23 +01:00
Charlotte Vermandel
e51704c09a Remove the error catching on the index creation route when the index already exist 2019-11-13 14:42:59 +01:00
Clément Renault
acb5e624c6 Add enqueued and processed datetimes 2019-11-12 18:21:59 +01:00
Clément Renault
a98949ff1d Improve updates JSON format 2019-11-12 16:57:22 +01:00
Clément Renault
69832e8c70 Update the http index deletion route 2019-11-06 11:42:41 +01:00
Clément Renault
f51c49db93
Introduce the HTTP tide based library 2019-10-31 15:02:34 +01:00