Commit Graph

47 Commits

Author SHA1 Message Date
Louis Dureuil 452a343a2b
Fix imports 2024-02-28 18:09:40 +01:00
Tamo bbf3fb88ca rename the cli parameter 2024-02-26 13:59:40 +01:00
Tamo 60510e037b update the discussion link 2024-02-26 13:58:04 +01:00
Tamo 507739bd98 add an experimental cli parameter to allow specifying your task id 2024-02-26 13:58:03 +01:00
Tamo d097431113
Update meilisearch/src/option.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-02-15 10:58:43 +01:00
Tamo 1f8af81ba9 update the log mode discussion link 2024-02-15 10:32:48 +01:00
Tamo 5d3bad4120
Update meilisearch/src/option.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-02-15 10:31:23 +01:00
Tamo 3b6544db6d Implement the experimental log mode cli flag 2024-02-13 18:09:15 +01:00
Louis Dureuil ef994d84d0
Change error messages and fix tests 2024-02-08 15:04:06 +01:00
Tamo f70a615ed9
update the github discussion links 2024-02-08 15:04:05 +01:00
Tamo e23ec4886d
fix the tests and add tests on the experimental features 2024-02-08 15:04:03 +01:00
Tamo 7793ba67a4
hide the route logs behind a feature flag 2024-02-08 15:03:33 +01:00
Clément Renault 406531c991
Fix sysinfo 2024-01-16 16:49:51 +01:00
Clément Renault 5e0268d40e
Fix the sysinfo errors 2024-01-16 15:43:03 +01:00
Clément Renault fa2b96b9a5
Add an Authorization Header along with the webhook calls 2023-12-19 12:18:45 +01:00
Tamo 4fb25b8782
fix clippy 2023-12-19 10:35:51 +01:00
Tamo 547379abb0
parse the url correctly 2023-12-19 10:35:51 +01:00
Tamo 1956045a06
add the option 2023-12-19 10:23:56 +01:00
Clément Renault 99fec27788
Make the --max-number-of-batched-tasks argument experimental 2023-12-12 10:55:39 +01:00
Clément Renault 7e259cb0d2
Expose the --max-number-of-batched-tasks argument 2023-12-11 16:08:39 +01:00
Tamo 584b772248 enable metrics in debug builds 2023-09-21 17:01:05 +02:00
Louis Dureuil bb6448dc2e
Compute instance features from CLI options 2023-06-26 16:29:43 +02:00
Clément Renault 13f870e993
Fix typos and documentation issues 2023-05-15 15:11:45 +02:00
Kerollmops f759ec7fad
Expose a flag to enable the MDB_WRITEMAP flag 2023-05-15 11:38:43 +02:00
Kerollmops a3cf104736
Fix the compilation 2023-04-24 17:50:58 +02:00
Tamo b4fabce36d
update the error message + update the task db size to 20GiB with a limit at 50% 2023-04-12 18:54:11 +02:00
Tamo be69ab320d
stops receiving tasks once the task queue is full 2023-04-12 18:54:11 +02:00
bors[bot] 89ac1015f3
Merge #3524
3524: Update the metrics route r=irevoire a=irevoire

Fixes #3523

Make the metrics available by default without a feature flag.
+ Rename the cli-flag to `experimental-enable-metrics`.

Co-authored-by: Tamo <tamo@meilisearch.com>
2023-02-23 15:11:10 +00:00
Tamo 750a2b6842 Update meilisearch/src/option.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2023-02-23 12:26:22 +01:00
Tamo 88a18677d0 rename the metrics cli flag 2023-02-23 12:26:22 +01:00
Tamo 68e30214ca remove the feature flag and reorganize the module slightly 2023-02-23 12:26:21 +01:00
Louis Dureuil 5822764be9
Skip computing index budget in tests 2023-02-23 11:23:39 +01:00
Louis Dureuil c63294f331
Switch to 2TiB default index size, updates documentation 2023-02-23 11:23:39 +01:00
Louis Dureuil 80b060f920
Use LRU cache 2023-02-23 11:23:39 +01:00
bors[bot] 839b05c43d
Merge #3305
3305: Remove hidden but usable CLI arguments r=Kerollmops a=Kerollmops

`@curquiza` found out that we were exposing some internal CLI arguments: `nb-max-chunks` and `log-every-n`. In this PR I removed those two, the only two ones that I found. Those options shouldn't be accessible as non-documented in the documentation or the `--help` message.

Fixes https://github.com/meilisearch/meilisearch/issues/3307

Co-authored-by: Clément Renault <clement@meilisearch.com>
2023-01-05 17:11:58 +00:00
Clément Renault aa4b813237
Derive Default on IndexerOpts 2023-01-05 16:00:45 +01:00
Louis Dureuil eb08a0fb0b
Remove --generate-master-key option 2023-01-05 14:55:24 +01:00
Clément Renault cda529c07b
Remove hidden but usable CLI arguments 2023-01-05 14:25:41 +01:00
Louis Dureuil a85ff1f690
Fix documentation
Co-authored-by: Clément Renault <clement@meilisearch.com>
2023-01-04 17:20:03 +01:00
Louis Dureuil 233372abea
Remove `--max-index-size` and `--max-task-db-size` 2023-01-04 17:20:01 +01:00
Louis Dureuil c4aa5cc7d0
Merge --schedule-snapshot and --snapshot-interval-sec options 2023-01-04 14:13:54 +01:00
Loïc Lecrenier d082ded7ad Explicitly restrict log level options to those that are documented
Fixes https://github.com/meilisearch/meilisearch/issues/3292
2023-01-04 09:40:24 +01:00
bors[bot] 947f08793a
Merge #3296
3296: Remove `--disable-auto-batching` CLI option r=gmourier a=loiclec

Fixes #3294 

The `index-scheduler` code is not modified, only the CLI options have changed.

Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com>
2023-01-03 16:57:14 +00:00
Loïc Lecrenier b821c72459 Remove `--disable-auto-batching` CLI option 2023-01-03 15:01:04 +01:00
Tamo 1692f58b83
slightly update the message associated with the cli parameter + accept an env variable 2023-01-02 16:49:35 +01:00
Louis Dureuil 3cba476a9f
Add `--generate-master-key` CLI option 2022-12-26 10:36:45 +01:00
Colby Allen ad2b1467da Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00