Commit Graph

48 Commits

Author SHA1 Message Date
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
mpostma 4ecaf99047 fix test option test 2020-08-24 14:14:11 +02:00
mpostma c06dd35af1 fix tests 2020-07-15 18:56:19 +02:00
mpostma 51d7c84e73 better exit on error
Update meilisearch-core/src/database.rs

Co-authored-by: Clément Renault <renault.cle@gmail.com>

Update meilisearch-core/src/database.rs

Co-authored-by: Clément Renault <renault.cle@gmail.com>
2020-07-13 16:06:28 +02:00
mpostma 3bf23a7c59 test placeholder search
move search test macro to common module
2020-07-03 17:17:28 +02:00
mpostma e92f544fd1 add test for update errors 2020-07-02 15:18:30 +02:00
mpostma d7b49fa671 fix potential infinite loop 2020-07-02 15:18:30 +02:00
Balaji Sivaraman 3d73a4895e cleanup movies dataset and related functions 2020-07-02 16:52:39 +05:30
mpostma 26d29783ce add tests for post search route 2020-06-15 16:28:08 +02:00
qdequele a5ab4b3f64
update tests 2020-05-26 14:16:25 +02:00
qdequele 7e6f068b18
add ssl support
format code

remove expects and unwrap
2020-05-26 14:16:25 +02:00
qdequele 92ce0f5c2b
update normalize_path middleware 2020-05-23 12:20:27 +02:00
mpostma c5daa4a256 fix tests 2020-05-22 10:38:14 +02:00
qdequele f2b7aea16c
add tests 2020-05-12 15:34:08 +02:00
qdequele 7a8e64be30
add normalize_slashes middleware 2020-05-12 15:34:07 +02:00
mpostma 0ce2666d2f tests 2020-05-11 17:38:52 +02:00
qdequele 2e55457ecc
implement default on DatabaseOptions 2020-05-07 15:40:44 +02:00
mpostma 2e3a765dac fix database options 2020-04-29 22:29:09 +02:00
Jan Emmens 17401cfbe9 Fix compilation error in unit tests 2020-04-29 09:21:07 +02:00
Quentin de Quelen 27b3b53bc5
update tests & fix the broken code 2020-04-28 17:46:03 +02:00
qdequele ce0e8415d5
adding primary-key when adding documents does not work; fix #519 2020-03-11 14:12:38 +01:00
qdequele 4ccf1d10bd
error message when impossible to infer the primary-key; fix #517 2020-03-11 12:27:42 +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 8df6d6e954 fix error 500 when sending bad rankingRules; fix #500 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 54c675e195 fix delete-batch route; #493 2020-03-06 10:15:19 +01:00
qdequele 81ce90e57f update test 2020-03-06 10:15:19 +01:00
qdequele 6016f2e941 change wording of custom ranking rules `dsc` -> `desc`; #490 2020-03-06 10:15:19 +01:00
qdequele 47009615ee
rename words_position to wordsPosition; fix #483 2020-02-27 16:24:49 +01:00
qdequele dda08d60d2
cargo fmt 2020-02-27 14:33:57 +01:00
qdequele f182afc50b
update tests 2020-02-27 11:30:23 +01:00
qdequele aa95c26e07
update tests 2020-02-27 11:04:39 +01:00
Clément Renault 96248d9bfa
Change the exactness criterion in the tests 2020-02-25 14:24:15 +01:00
qdequele ad83c3ab5a
add launch resume & environment 2020-02-17 10:13:08 +01:00
qdequele 257b7b4df4
introduce new key management 2020-02-14 12:54:07 +01:00
qdequele ce8e12c7c5
update tests 2020-02-13 12:24:30 +01:00
qdequele 4986adc186
move identifier from settings to index; fix #470 2020-02-12 17:00:14 +01:00
Quentin de Quelen dc6907e748
rebase from master 2020-02-11 15:28:00 +01:00
qdequele a5b0e468ee
fix for review 2020-02-11 15:28:00 +01:00
qdequele 037724576e
update tests 2020-02-11 15:27:59 +01:00
Quentin de Quelen 585bba43a0
set new attributes indexed if needed 2020-02-11 15:27:58 +01:00
qdequele 7a491a64c0
add test 2020-02-11 15:27:58 +01:00
qdequele c276dda305
run cargo fmt 2020-02-11 15:27:58 +01:00
qdequele b33dac9faa
add test for search + update ci for test in release 2020-02-11 15:27:57 +01:00
qdequele 83cf683db4
introduce test for meilisearch-http 2020-02-11 15:27:55 +01:00