9799812b27
fix the benchmarks
2024-11-05 15:08:01 +01:00
48ab898ca2
fix the datetime of v1.9
2024-11-05 10:30:53 +01:00
a5dc783ffa
Merge with main branch
2024-11-05 10:56:17 +02:00
1b49b60486
Merge #5026
...
5026: test: improve performance of update_documents.rs r=dureuill a=PedroTurik
# Pull Request
## Related issue
Fixes one item from #4840
## What does this PR do?
- Applies the changes recommended on the issue for `meilisearch/tests/documents/update_documents.rs`
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Pedro Turik Firmino <pedroturik@gmail.com >
2024-11-05 08:37:44 +00:00
d0b1ba20cb
Improves usage of shared indexes
2024-11-04 17:26:50 -03:00
a1f228f662
remove the uneeded files after the rebase
2024-11-04 18:19:36 +01:00
99a9fde37f
push back the removed files
2024-11-04 17:55:55 +01:00
106cc7fe3a
fmt
2024-11-04 17:51:40 +01:00
4eef0cd332
fix the update from v1_9 to v1_10 by providing a custom datetime formatter myself
2024-11-04 17:47:10 +01:00
5f57306858
update the arroy version in meilitool
2024-11-04 17:47:10 +01:00
690eb42fc0
update the version of arroy
2024-11-04 17:47:10 +01:00
a9b61c8434
fix the version parsing and improve error handling
2024-11-04 17:47:10 +01:00
ddd03e9b37
implement the upgrade from v1.10 to v1.11 in meilitool
2024-11-04 17:47:10 +01:00
362836efb7
make an upgrade module where we'll be able to shove each version instead of putting everything in the same file
2024-11-04 17:47:10 +01:00
22229d3046
Merge #5022
...
5022: Briging changes from v1.11.0 back to main r=irevoire a=Kerollmops
Fixes https://github.com/meilisearch/meilisearch/issues/5035
...and fixing merge conflicts.
Co-authored-by: Tamo <tamo@meilisearch.com >
Co-authored-by: Louis Dureuil <louis@meilisearch.com >
Co-authored-by: meili-bors[bot] <89034592+meili-bors[bot]@users.noreply.github.com>
Co-authored-by: ManyTheFish <many@meilisearch.com >
Co-authored-by: curquiza <clementine@meilisearch.com >
2024-11-04 15:34:19 +00:00
186326fe40
update the macos version
2024-11-04 16:33:04 +01:00
cf6ad1ae5e
Merge branch 'main' into tmp-release-v1.11.0
2024-11-04 16:14:44 +01:00
c79ca9679b
Changes variable name to re-run CI
2024-11-02 18:25:33 -03:00
b02a72c0c0
Applies optimizations to some integration tests
2024-10-29 19:30:11 -03:00
a934b0ac6a
Applies optimizations to some integration tests
2024-10-29 18:49:06 -03:00
28274292d8
Merge #5021
...
5021: Update benchmarks to match the new crates subfolder r=dureuill a=Kerollmops
Co-authored-by: Clément Renault <clement@meilisearch.com >
2024-10-29 08:06:35 +00:00
ee72f622c7
Update benchmarks to match the new crates subfolder
2024-10-28 14:06:46 +01:00
b0da626506
Merge #5016
...
5016: Hide code complexity into a subfolder r=Kerollmops a=Kerollmops
This PR moves the complexity and main code into a subfolder to make the main repository page more welcoming by reducing the number of visible files and showing the README earlier.
Co-authored-by: Clément Renault <clement@meilisearch.com >
2024-10-28 09:43:14 +00:00
f372ee505f
Merge #5017
...
5017: Rollback the Meilisearch Kawaii logo r=curquiza a=Kerollmops
This PR reverts #4778 and brings back the official one. It's no longer the time to JOKE, OK !?
Co-authored-by: Clément Renault <clement@meilisearch.com >
2024-10-22 08:14:18 +00:00
3753f87fd8
Merge #5011
...
5011: Revamp analytics r=ManyTheFish a=irevoire
# Pull Request
## Related issue
Fixes https://github.com/meilisearch/meilisearch/issues/5009
## What does this PR do?
- Force every analytics to go through a trait that forces you to handle aggregation correcty
- Put the code to retrieve the `user-agent`, `timestamp` and `requests.total_received` in common between all aggregates, so there is no mistake
- Get rids of all the different channel for each kind of event in favor of an any map
- Ensure that we never [send empty event ever again](https://github.com/meilisearch/meilisearch/pull/5001 )
- Merge all the sub-settings route into a global « Settings Updated » event.
- Fix: When using one of the three following feature, we were not sending any analytics IF they were set from the global route
- /non-separator-tokens
- /separator-tokens
- /dictionary
Co-authored-by: Tamo <tamo@meilisearch.com >
v1.11.0
v1.11.0-rc.3
2024-10-21 15:08:49 +00:00
8ef8035bf2
Fix CI
2024-10-21 08:28:33 +02:00
3353bcd82d
Revert "Change the Meilisearch logo to the kawaii version"
...
This reverts commit 13d1d78a2d
.
2024-10-21 08:21:56 +02:00
9c1e54a2c8
Move crates under a sub folder to clean up the code
2024-10-21 08:18:43 +02:00
5675585fe8
move all the searches structures to new modules
2024-10-20 17:54:43 +02:00
af589c85ec
reverse all the settings to keep the last one received instead of the first one received in case we receive the same setting multiple times
2024-10-20 17:40:31 +02:00
ac919df37d
simplify the trait a bit more by getting rids of the downcast_aggregate method
2024-10-20 17:36:29 +02:00
73b5722896
rename the other parameter of the aggregate method to new to avoid confusion
2024-10-20 17:31:35 +02:00
c94679bde6
apply review comments
2024-10-20 17:24:12 +02:00
e51e6f902a
Highlight partially cropped matches too
2024-10-19 13:42:02 +03:00
6c226a4580
Merge branch 'main' into change-matches-position-phrase-search
2024-10-17 21:25:42 +03:00
89e2d2b2b9
fix the doctest
2024-10-17 13:55:49 +02:00
3a7a20c716
remove the segment feature and always import segment
2024-10-17 11:21:14 +02:00
fa1db6b721
fix the tests
2024-10-17 09:55:30 +02:00
1ab6fec903
send all experimental features in the info event including the runtime one
2024-10-17 09:49:21 +02:00
18ac4032aa
Remove the experimental feature seen
2024-10-17 09:35:11 +02:00
d9115b74f0
move the analytics settings code to a dedicated file
2024-10-17 09:32:54 +02:00
0fde49640a
make clippy happy
2024-10-17 09:18:25 +02:00
4ee65d870e
remove a lot of ununsed code
2024-10-17 09:14:34 +02:00
ef77c7699b
add the required shared values between all the events and fix the timestamp
2024-10-17 09:06:23 +02:00
7382fb21e4
fix the main
2024-10-17 08:38:11 +02:00
e4ace98004
fix all the routes + move to a better version of mopa
2024-10-17 01:04:25 +02:00
aa7a34ffe8
make the aggregate method send
2024-10-17 00:43:34 +02:00
6728cfbfac
fix the analytics
2024-10-17 00:38:18 +02:00
ea6883189e
finish the analytics in all the routes
2024-10-16 21:17:06 +02:00
fdeb47fb54
implements all routes
2024-10-16 17:16:33 +02:00