Commit Graph

25 Commits

Author SHA1 Message Date
Quentin de Quelen
5ec130e6dc
cleanup 2020-04-28 17:45:22 +02:00
Quentin de Quelen
6c581fb3bd
add index endpoint & key endpoint & stats endpoint 2020-04-28 17:45:21 +02:00
qdequele
ef3bcd65ab
fix comments from review 2020-03-10 15:59:11 +01:00
qdequele
179969a9e2
fix tests + fmt 2020-03-10 11:29:56 +01:00
qdequele
c984d8d5a5
rename identifier into primaryKey; fix #514 2020-03-09 18:45:29 +01:00
qdequele
86c3482cbd
review the internal schema to allow to create schema without identifier; fix #513 2020-03-09 18:45:20 +01:00
qdequele
c5b6e641a4 index UID format; fix #497 2020-03-06 10:15:19 +01:00
qdequele
dda08d60d2
cargo fmt 2020-02-27 14:33:57 +01:00
qdequele
257b7b4df4
introduce new key management 2020-02-14 12:54:07 +01:00
qdequele
4986adc186
move identifier from settings to index; fix #470 2020-02-12 17:00:14 +01:00
Quentin de Quelen
2143226f04
setup clippy and make a pass on code 2020-02-11 15:28:00 +01:00
qdequele
a5b0e468ee
fix for review 2020-02-11 15:28:00 +01:00
qdequele
14b5fc4d6c
cargo fmt 2020-02-11 15:28:00 +01:00
qdequele
50a9825a0f
fix some uses cases on settings 2020-02-11 15:27:59 +01:00
qdequele
c276dda305
run cargo fmt 2020-02-11 15:27:58 +01:00
qdequele
b71bbcffaa
simplify error handling 2020-02-11 15:27:56 +01:00
qdequele
f83e874e35
return the good created_at and updated_at on index creation 2020-02-11 15:27:55 +01:00
qdequele
1b3312871e
set name optional during index creation 2020-02-11 15:27:55 +01:00
qdequele
0e12920910
bump tide version 2020-02-11 15:27:55 +01:00
qdequele
4f0ead625b
adapt meilisearch-http to the new schemaless option 2020-02-11 15:27:54 +01:00
Clément Renault
d12ff15ee3
Set the indexes info in the create_index function 2019-12-19 10:38:56 +01:00
Quentin de Quelen
6edef07e29 HTTP delete index route; Fix error on index not found 2019-12-12 14:06:16 +01:00
Clementine Urquizar
e531ff2e98 Change HTTP status of update index route 2019-12-08 17:10:21 +01:00
Clément Renault
d08b76a323
Separate the update and main databases
We used the heed typed transaction to make it safe (https://github.com/Kerollmops/heed/pull/27).
2019-11-27 11:29:06 +01:00
Clément Renault
7cc096e0a2
Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00