many
afc3b0915b
fix backups
...
* pluralize variable `backup_folder` -> `backups_folder`
* change env case `MEILI_backup_folder` -> `MEILI_BACKUPS_FOLDER`
* add miliseconds to backup ID to reduce colisions
* fix forgoten stats synchronization
2020-09-30 13:20:40 +02:00
many
c254320860
Implement backups
...
* trigger backup importation via http route
* follow backup advancement with status route
* import backup via a command line
* let user choose batch size of documents to import (command lines)
closes #884
closes #840
2020-09-28 14:40:06 +02:00
Quentin de Quelen
36c7fd0cf1
fix requested changes
2020-04-28 17:47:04 +02:00
Quentin de Quelen
5e2861ff55
prepare architecture for tests
2020-04-28 17:45:22 +02:00
Quentin de Quelen
38d41252e6
add authentication middleware
2020-04-28 17:45:22 +02:00
Quentin de Quelen
6a1f73a304
clippy + fmt
2020-04-28 17:45:22 +02:00
Quentin de Quelen
22fbff98d4
add stop-word and synonym endpoints
2020-04-28 17:45:22 +02:00
Quentin de Quelen
b08f6737ac
change param tuples by struct
...
add settings endpoint; wip
2020-04-28 17:45:22 +02:00
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
Quentin de Quelen
73b5c87cbb
add search endpoint; warn unwrap
2020-04-28 17:45:21 +02:00
Quentin de Quelen
0aa16dd3b1
add key endpoint
2020-04-28 17:45:21 +02:00
Quentin de Quelen
540308dc63
add interface endpoint & health endpoint
2020-04-28 17:45:21 +02:00
Quentin de Quelen
6d6c8e8fb2
Start change http server; finish document endpoint
2020-04-28 17:45:20 +02:00
qdequele
c984d8d5a5
rename identifier into primaryKey; fix #514
2020-03-09 18:45:29 +01:00
qdequele
8aeddec982
remove the route to get identifier on settings; fix #502
2020-03-06 10:15:19 +01:00
qdequele
f4ae0844ab
replace index-new-field route to accept-new-fields; fix #503
2020-03-06 10:15:19 +01:00
qdequele
d56968cb23
default values of synonyms and stop-words; fix #499 fix #504
2020-03-06 10:15:19 +01:00
qdequele
54c675e195
fix delete-batch route; #493
2020-03-06 10:15:19 +01:00
qdequele
decce4d8e4
change route /keys/
-> /keys
; #495
2020-03-05 15:33:02 +01:00
qdequele
dda08d60d2
cargo fmt
2020-02-27 14:33:57 +01:00
qdequele
2eb6f81c58
rename ranking_distinct to distinct_attribute; fix #474
2020-02-27 11:04:39 +01:00
qdequele
a067a1b16b
replace index_new_fields to accept_new_fields; fix #475
2020-02-27 11:04:38 +01:00
qdequele
257b7b4df4
introduce new key management
2020-02-14 12:54:07 +01:00
qdequele
dc9ca2ebc9
fixes for review
2020-02-12 16:51:14 +01:00
Quentin de Quelen
dc6907e748
rebase from master
2020-02-11 15:28:00 +01:00
Quentin de Quelen
ea2a64a504
remove unecessary settings routes
2020-02-11 15:28:00 +01:00
qdequele
a5b0e468ee
fix for review
2020-02-11 15:28:00 +01:00
qdequele
5c49f08bb2
update settings routes
2020-02-11 15:27:59 +01:00
qdequele
bbf9f41a04
add cors
2020-02-11 15:27:59 +01:00
qdequele
6a32432b01
add /settings/index-new-fields routes
2020-02-11 15:27:59 +01:00
qdequele
c276dda305
run cargo fmt
2020-02-11 15:27:58 +01:00
qdequele
38d57d213f
expose api for new settings
2020-02-11 15:27:56 +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
qdequele
c536ea64c3
Change the indexes stats HTTP route; fix #423
2020-02-11 15:27:53 +01:00
qdequele
aa7a6d5f8c
Rewrite the synonyms endpoint; fix #418
2020-02-11 15:27:53 +01:00
qdequele
91c6539baf
Rewrite the stop-words endpoint; fix #417
2020-02-11 15:27:53 +01:00
qdequele
f0590d3301
Change documents routes; fix #416
2020-02-11 15:27:53 +01:00
Clément Renault
4610198ba2
Introduce a Bulma based web interface
2019-12-17 14:36:26 +01:00
Quentin de Quelen
a4f26e8e48
Rewrite the synonym endpoint
2019-12-12 12:47:02 +01:00
Clementine Urquizar
06d8e00ff3
Keep only useful routes for /health
2019-12-08 17:56:33 +01:00
Clementine Urquizar
075f4034d9
Use POST instead of DELETE method to delete stops-word
2019-12-05 18:07:56 +01:00
Clément Renault
7cc096e0a2
Rename MeiliDB into MeiliSearch
2019-11-26 11:12:30 +01:00