Commit Graph

89 Commits

Author SHA1 Message Date
mpostma 7652fc1a04
bump meiliseach 2021-03-22 16:03:19 +01:00
Clément Renault 70dce6cc0b
Make sure that we do not use jemalloc on macos 2021-03-04 09:17:46 +01:00
mpostma 8760beed1c
bump meilisearch 2021-02-02 14:23:33 +01:00
KARASZI István c75ffbf3d5 Merge branch 'master' into atomic-rename 2021-01-19 13:04:31 +01:00
many 7a7cb9bcbf
update dependencies 2021-01-13 15:48:53 +01:00
many 9b47bbc1ac
bump meilisearch 2021-01-13 15:37:15 +01:00
KARASZI István 956adfc90a Replace in-place compression
Compress gzip files to a temporary file first and then do an atomic
rename.
2021-01-07 17:36:42 +01:00
mpostma 948c89c26f
bump meilisearch 2021-01-06 11:41:44 +01:00
mpostma 8a4d05b7bb
remove meilisearch tokenizer 2021-01-05 15:21:05 +01:00
mpostma 83ea088bf7
fix incompatible deps 2021-01-04 18:33:22 +01:00
mpostma 48eb78b14d
bump deps 2021-01-04 16:56:28 +01:00
mpostma a6e08a83a7 bump whoami 2020-12-09 13:44:35 +01:00
mpostma ed11dd62da bump serde_qs 2020-12-09 13:41:43 +01:00
mpostma c977b70921 bump actix-web 2020-12-09 12:49:21 +01:00
mpostma 31c9ccd8be bump bytes 2020-12-09 12:44:45 +01:00
mpostma 044dbb0333 bump actix cors 2020-12-09 12:44:02 +01:00
mpostma e2b0402cf5 bump regex 2020-12-09 10:28:22 +01:00
mpostma 0c7fffeaf6 update env-logger 2020-12-09 10:25:17 +01:00
mpostma 5f8dc21dd2 bump once-cell 2020-12-09 10:22:14 +01:00
mpostma 3ec76ac33d bump meilisearch 2020-11-30 16:35:56 +01:00
dependabot[bot] 6a2a56d48f
Bump futures from 0.3.6 to 0.3.7
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.6...0.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 08:39:09 +00:00
dependabot[bot] 93953103ad
Bump serde from 1.0.116 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-01 05:40:44 +00:00
mpostma bbb6771625 bump meilisearch 2020-10-28 12:36:52 +01:00
qdequele a27399cf65 apply recommanded updates from dependabot 2020-10-15 13:26:52 +02:00
mpostma 03d4651077 bump meilisearch 2020-09-28 16:56:05 +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
Rob Ede ba0f44e361
upgrade actix-web to v3 2020-09-21 22:37:54 +01:00
many 87a76c2a60
bump version and update changelog 2020-09-08 18:11:03 +02:00
mpostma 4a9e56aa4f bump meilisearch version 0.14.0 2020-08-24 15:49:09 +02:00
many 9014290875
implement snapshot 2020-08-12 17:46:28 +02:00
mpostma 624bd56459 bump meilisearch version 2020-07-22 10:56:19 +02:00
mpostma 83b6fc48e1 remove the sys-info routes 2020-07-15 19:33:29 +02:00
mpostma bbe3a10107 implement placeholder search 2020-07-03 17:17:28 +02:00
mpostma 69af8e9e3d bump meilisearch to 0.12.0 2020-06-30 20:42:19 +02:00
mpostma 8ea6ef1e90 bump meilisearch version 2020-06-25 14:28:50 +02:00
mpostma 3143ffe208 remove unused dependencies 2020-06-19 13:59:40 +02:00
mpostma e5079004e1 adds SearchQueryPost 2020-06-15 16:28:08 +02:00
mpostma 2d31371975 fix style 2020-06-15 16:28:08 +02:00
mpostma 26d29783ce add tests for post search route 2020-06-15 16:28:08 +02:00
Kerollmops 8aeeea8382
Bump the Meilisearch crates version to 0.11.0 2020-06-15 10:54:16 +02:00
Kerollmops 263583c118
Remove http-service/-mock from the dependencies 2020-06-04 14:04:18 +02:00
Daniel (dmilith) Dettlaff 73c60d7768
new: Updated sysinfo depdendency of meilisearch-http/Cargo.toml. This fixes #740 2020-06-04 13:08:12 +02:00
mpostma c771694623 remove heed from http dependencies 2020-05-28 16:23:46 +02:00
mpostma d69180ec67 refactor errors / isolate core/http errors 2020-05-28 16:23:46 +02:00
Kerollmops 8cebf78485
Bump heed to 0.8.0 and handle abort errors 2020-05-26 17:04:13 +02:00
qdequele 7e6f068b18
add ssl support
format code

remove expects and unwrap
2020-05-26 14:16:25 +02:00
qdequele a7cda7f950
update sentry features to remove openssl 2020-05-25 11:29:59 +02:00
mpostma 10d7dc75f3 update sentry 2020-05-19 10:27:55 +02:00
qdequele 7a8e64be30
add normalize_slashes middleware 2020-05-12 15:34:07 +02:00
qdequele b89e76ccb4
add sentry as default feature 2020-05-07 17:36:33 +02:00