63db43cc7a
Merge #284
...
284: [http-ui] Introduce the route `die` r=Kerollmops a=irevoire
This route just `exit` the process. This can come in handy when you run `http-ui` inside of another process (a profiler for example), and you don't want to kill everything
Co-authored-by: Tamo <tamo@meilisearch.com >
Co-authored-by: Irevoire <tamo@meilisearch.com >
2021-07-05 15:47:53 +00:00
4562b278a8
remove a warning and add a log
...
Co-authored-by: Clément Renault <clement@meilisearch.com >
2021-07-05 17:46:02 +02:00
0d1f5b7193
Merge #1469
...
1469: Return 201 on index creation r=Kerollmops a=MarinPostma
fix #1467
Co-authored-by: mpostma <postma.marin@protonmail.com >
2021-07-05 15:42:13 +00:00
a57e522a67
introduce a die route let the program exit itself alone
2021-07-05 17:38:10 +02:00
91c5d0c042
Use the AlwaysFreePages flag when opening an index
2021-07-05 16:36:13 +02:00
2f3a439566
fix tests
2021-07-05 16:31:52 +02:00
9681ffca52
change index create http code
2021-07-05 16:31:51 +02:00
fddc60f893
Merge #1471
...
1471: Bump milli to 0.7.2 r=irevoire a=irevoire
Co-authored-by: Tamo <tamo@meilisearch.com >
2021-07-05 13:29:38 +00:00
0f024cc225
Merge #1478
...
1478: refactor routes r=irevoire a=MarinPostma
refactor the route directory, so the module tree follows the route structure
Co-authored-by: mpostma <postma.marin@protonmail.com >
2021-07-05 12:55:39 +00:00
575ec2a06f
refactor routes
2021-07-05 14:33:48 +02:00
83aef0a27d
Merge #1473
...
1473: Update loop r=MarinPostma a=irevoire
Co-authored-by: mpostma <postma.marin@protonmail.com >
2021-07-05 12:32:29 +00:00
bc85d30076
add test
2021-07-05 12:33:28 +02:00
bc417726fc
fix update loop bug
2021-07-05 12:33:22 +02:00
9949a2a930
bump milli to 0.7.2
2021-07-05 12:19:27 +02:00
007fec21fc
Merge #281
...
281: Bump to v0.7.2 r=ManyTheFish a=Kerollmops
Co-authored-by: Kerollmops <clement@meilisearch.com >
2021-07-05 09:00:26 +00:00
a6b4069172
Bump to v0.7.2
2021-07-05 10:54:53 +02:00
d7bc6a6999
Merge #280
...
280: Fix matching lenghth in matching_words r=Kerollmops a=ManyTheFish
related to https://github.com/meilisearch/MeiliSearch/issues/1441
Co-authored-by: many <maxime@meilisearch.com >
2021-07-01 18:50:46 +00:00
9f62149b94
Fix matching lenghth in matching_words
2021-07-01 19:03:28 +02:00
71e1cb472f
Merge #1457
...
1457: Hotfix highlight on emojis panic r=Kerollmops a=ManyTheFish
When the highlight bound is in the middle of a character
or if we are out of bounds, we highlight the complete matching word.
note: we should enhance the tokenizer and the Highlighter to match char indices.
Fix #1368
Co-authored-by: many <maxime@meilisearch.com >
v0.21.0rc1
2021-07-01 14:48:18 +00:00
38161ede33
Add test with special characters
2021-07-01 16:44:17 +02:00
70dd1e6263
Merge #1456
...
1456: Fix update loop timeout r=Kerollmops a=Kerollmops
This PR fixes a wrong fix of the update loop introduced in #1429 .
Co-authored-by: Kerollmops <clement@meilisearch.com >
2021-07-01 13:53:47 +00:00
e626c9c8b9
Merge #1448
...
1448: Enable the tests on windows in the CI r=curquiza a=irevoire
closes #1443
Co-authored-by: Tamo <tamo@meilisearch.com >
2021-07-01 13:12:09 +00:00
fa5f8f9531
Fix an issue with the update loop falsely breaking
2021-07-01 14:53:31 +02:00
acfe31151e
Hotfix panic for unicode characters
...
When the highlight bound is in the middle of a character
or if we are out of bounds, we highlight the complete matching word.
note: we should enhance the tokenizer and the Highlighter to match char indices.
Fix #1368
2021-07-01 14:49:22 +02:00
cb71b714d7
fix bors
2021-07-01 14:43:54 +02:00
4c6655f68c
ci: enable tests on windows
2021-07-01 14:43:54 +02:00
490836a7b3
ignore the snapshots and dumps in the gitignore ( #1449 )
2021-07-01 14:41:53 +02:00
f25f454bd4
Merge #275
...
275: Fix the benchmarks dependencies r=Kerollmops a=irevoire
Import exactly the same dependency as milli instead of a wildcard that can do anything
Co-authored-by: Tamo <tamo@meilisearch.com >
Co-authored-by: Irevoire <irevoire@protonmail.ch >
2021-07-01 11:07:01 +00:00
885f243afc
Merge #276
...
276: Fix the fmt of the auto-generated file r=Kerollmops a=irevoire
The file generated by the `build.rs` file of the benchmark was badly formatted and that was causing an issue with the git pre-commit hook I wrote [earlier](https://github.com/meilisearch/milli/blob/main/script/pre-commit )
Co-authored-by: Tamo <tamo@meilisearch.com >
2021-07-01 10:24:36 +00:00
c11c909bad
update bors
2021-07-01 12:02:22 +02:00
ec87bf3dd5
Update benchmarks/Cargo.toml
...
Co-authored-by: Clément Renault <renault.cle@gmail.com >
2021-07-01 11:45:05 +02:00
ef965aa3f3
fix the fmt of the auto-generated file
2021-07-01 11:43:09 +02:00
fc09d77e89
fix the benchmarks dependcies
2021-07-01 11:38:30 +02:00
056180e6c8
Merge #273
...
273: Update tokenizer version to v0.2.3 r=Kerollmops a=curquiza
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com >
2021-07-01 09:02:16 +00:00
5c9401ad94
Merge #1438
...
1438: Update milli to 0.7.1 r=curquiza a=curquiza
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com >
v0.21.0rc0
2021-06-30 18:49:41 +00:00
768987583a
Merge #1428
...
1428: Accept any content type as json r=curquiza a=irevoire
Co-authored-by: Tamo <tamo@meilisearch.com >
2021-06-30 18:29:57 +00:00
cb58a8c776
Merge #1429
...
1429: Do not block when sending update notifications r=curquiza a=irevoire
transplant this [PR](https://github.com/meilisearch/transplant/pull/260 ) from @Kerollmops 🎉
Co-authored-by: Tamo <tamo@meilisearch.com >
2021-06-30 17:21:56 +00:00
3c149d8a43
Update tokenizer version to v0.2.3
2021-06-30 18:41:35 +02:00
4f0d3b065f
Update milli
2021-06-30 18:39:06 +02:00
a95c44193d
Do not block when sending update notifications
2021-06-30 17:29:22 +02:00
2830853665
accept any content type as json
2021-06-30 17:05:59 +02:00
a4ca79c9b3
Merge #1427
...
1427: Update README.md r=curquiza a=tpayet
Update quickstart & examples for rc0.21
Co-authored-by: Thomas Payet <thomas@meilisearch.com >
2021-06-30 15:00:42 +00:00
85b0878334
Update README.md
...
Update quickstart & examples for rc0.21
2021-06-30 16:58:02 +02:00
d61852a73f
Merge #1421
...
1421: Transplant the new search engine r=tpayet a=curquiza
Co-authored-by: tamo <tamo@meilisearch.com >
Co-authored-by: Marin Postma <postma.marin@protonmail.com >
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Co-authored-by: Irevoire <tamo@meilisearch.com >
Co-authored-by: marin <postma.marin@protonmail.com >
2021-06-30 14:14:11 +00:00
14b6224de7
Update docker CIs
2021-06-30 16:08:01 +02:00
f0958c7d9b
Remove useless CI
2021-06-30 16:00:25 +02:00
01de7f9e36
Update version
2021-06-30 15:59:59 +02:00
9f9148a1c6
Remove legacy test CI
2021-06-30 15:50:20 +02:00
73db1b3822
Merge remote-tracking branch 'transplant/main'
2021-06-30 15:30:08 +02:00
abca68bf24
Remove legacy source code
2021-06-30 15:20:17 +02:00