Commit Graph

  • 9fd9fcb03e
    Merge pull request #5512 from DanasFi/task_queue_metrics main Tamo 2025-04-17 09:38:25 +00:00
  • 30805bbed5
    Merge pull request #5520 from meilisearch/remove-ph-banner Clément Renault 2025-04-17 09:29:36 +00:00
  • 2984be880f Add task queue metrics to grafana dashboard DanasFi 2025-04-16 19:19:02 -04:00
  • fd0623c085 Fix typo in function to get size until task queue stops DanasFi 2025-04-16 10:30:28 -04:00
  • eeb33b913c Corrected metric for task queue total size DanasFi 2025-04-14 18:01:06 -04:00
  • 3d93efc6aa Added metric to check task queue size until stop DanasFi 2025-04-14 18:00:06 -04:00
  • 425ef1b205 Added task queue used size metric DanasFi 2025-04-14 03:47:30 -04:00
  • f607449cb7 Added metric for task queue total size. DanasFi 2025-04-14 03:35:33 -04:00
  • e9b4794f2b
    Merge pull request #5488 from meilisearch/try-batch-end-reason Tamo 2025-04-17 08:26:31 +00:00
  • c413855156
    Merge pull request #5519 from meilisearch/fix-ruleset-workflow Clément Renault 2025-04-17 07:08:07 +00:00
  • 446b9c142c
    Erase a document if the AST is set post-update-edit-by-function Clément Renault 2025-04-16 23:12:31 +02:00
  • e755e25847
    Use the script in the edit documents Clément Renault 2025-04-16 22:52:54 +02:00
  • 81419935f2
    Introduce a new executeAfterUpdate index setting Clément Renault 2025-04-16 22:50:33 +02:00
  • 51acd7a381
    Seems to work great, still need to read function from settings Clément Renault 2025-04-16 22:01:50 +02:00
  • 7cdb4aa473
    Remove ProductHunt banner Kerollmops 2025-04-16 18:45:37 +02:00
  • bfe4968d7e
    Debug and change the method to get the env content Kerollmops 2025-04-16 18:15:36 +02:00
  • 7372083a5a
    Do not trigger ruleset workflow when closing a milestone Kerollmops 2025-04-16 18:14:12 +02:00
  • 8cecc6989a
    Merge pull request #5513 from meilisearch/bump-prometheus-protobuf Tamo 2025-04-16 09:15:29 +00:00
  • 1f1edd6e25
    Fix prometheus function signature to use strings instead of strs Kerollmops 2025-04-16 10:30:55 +02:00
  • bc5efa9a76
    Bump prometheus to v0.14.0 Kerollmops 2025-04-16 10:30:25 +02:00
  • 3ec5b9d488
    Merge pull request #5487 from HDT3213/bugfix/geosort Tamo 2025-04-15 13:29:07 +00:00
  • b61eb19601
    Fix snapshots Louis Dureuil 2025-04-15 15:13:28 +02:00
  • 231a027c7d
    Use TaskKindCannotBeBatched for task deletion, upgrade database and snapshot creation Louis Dureuil 2025-04-15 14:58:32 +02:00
  • f8ff91ed30
    Add BatchReason::TaskKindCannotBeBatched Louis Dureuil 2025-04-15 14:58:08 +02:00
  • b73660fa8e
    Update crates/index-scheduler/src/scheduler/test_document_addition.rs Louis Dureuil 2025-04-15 14:48:11 +02:00
  • 55adbac2dd
    Apply suggestions from code review Tamo 2025-04-15 14:43:07 +02:00
  • fd7fbfa9eb Refactor geo_max_bucket_size injection hdt3213 2025-04-15 20:05:44 +08:00
  • 3a93f88ba6
    Merge pull request #5498 from meilisearch/snapshot-no-compaction prototype-no-compaction-0 Louis Dureuil 2025-04-15 08:30:40 +00:00
  • 7c1c4f9c26 fix test_geo_sort_reached_max_bucket_size hdt3213 2025-04-15 08:10:03 +08:00
  • 1f5412003d optimize test suite hdt3213 2025-04-15 07:17:47 +08:00
  • 5da92a3d53 test geo sort reached max_bucket_size hdt3213 2025-04-14 22:50:32 +08:00
  • c4a8b84dc0 code style hdt3213 2025-04-04 19:22:33 +08:00
  • ffe3faeca7 cargo fmt hdt3213 2025-04-04 18:40:28 +08:00
  • 0f07cfed14 GeoSort support max_bucket_size and distance_error_margin configuration hdt3213 2025-04-04 16:35:34 +08:00
  • 326a728434 fix code style hdt3213 2025-04-02 20:33:42 +08:00
  • e4733dcd42 fix ranking rules after _geo do not work hdt3213 2025-04-02 20:09:51 +08:00
  • a500fa053c
    Merge pull request #5509 from meilisearch/release-v1.14.0-tmp Louis Dureuil 2025-04-14 13:59:23 +00:00
  • 61db56f785 remove duplicated test release-v1.14.0-tmp Tamo 2025-04-14 14:55:57 +02:00
  • 235556d699
    Merge pull request #5485 from meilisearch/dependabot/github_actions/actions/checkout-3 Clément Renault 2025-04-14 11:40:37 +00:00
  • a3a1065c16
    Merge pull request #5497 from meilisearch/dependabot/cargo/tokio-1.43.1 Clément Renault 2025-04-14 11:40:13 +00:00
  • b025f1bcf1
    Merge branch 'main' into release-v1.14.0-tmp Tamo 2025-04-14 12:35:47 +02:00
  • 707d106a24
    Merge pull request #5482 from meilisearch/dependabot/github_actions/actions/github-script-7 Clément Renault 2025-04-14 09:53:41 +00:00
  • 97d6726291
    Merge pull request #5483 from meilisearch/dependabot/github_actions/Swatinem/rust-cache-2.7.8 Clément Renault 2025-04-14 09:53:32 +00:00
  • 82fa571ef7
    Merge pull request #5503 from meilisearch/dependabot/cargo/crossbeam-channel-0.5.15 Clément Renault 2025-04-14 09:53:03 +00:00
  • b6e0235abe factorize word fst building deactivate-numbers-in-typos ManyTheFish 2025-04-10 17:33:45 +02:00
  • 5d453e6049
    Bump crossbeam-channel from 0.5.14 to 0.5.15 dependabot[bot] 2025-04-10 14:44:12 +00:00
  • ef5ffa78d0
    kickstart new settings indexer settings-indexer-edition-2024 Louis Dureuil 2025-04-10 09:56:03 +02:00
  • db3017491f
    Remove TODO stats in index (this is done) Louis Dureuil 2025-04-10 09:55:32 +02:00
  • 9e7d7beb4a
    stop compacting the snapshot Louis Dureuil 2025-04-08 14:53:58 +02:00
  • 7115b29a8c
    Snapshot takes compression and compaction options snapshot-options Louis Dureuil 2025-04-07 08:31:39 +02:00
  • a225ab2637
    Bump tokio from 1.42.0 to 1.43.1 dependabot[bot] 2025-04-08 02:13:40 +00:00
  • 94b43001db
    Merge pull request #5492 from meilisearch/accept-cancelation-tasks-when-disk-full v1.14.0-rc.3 v1.14.0 latest release-v1.14.0 Louis Dureuil 2025-04-03 15:46:46 +00:00
  • ed826a8c8b Fix test prototype-deactivate-typo-on-terms-00 ManyTheFish 2025-04-01 16:12:41 +02:00
  • d2ef1cb425 Add test ManyTheFish 2025-03-27 16:16:38 +01:00
  • bb389276aa Add disableOnNumber setting ManyTheFish 2025-04-03 17:31:05 +02:00
  • 6a5a834f27 Lazily compute the FSTs during indexing lazy-word-fst-computing ManyTheFish 2025-04-03 16:04:35 +02:00
  • 796a325972
    Fix typos Tamo 2025-04-03 15:53:42 +02:00
  • 1db550ec7f make meilisearch accept cancelation tasks even when the disk is full Tamo 2025-04-03 15:47:56 +02:00
  • 2b43283522 Force phrase search to check if every words are in the document fix-phrase-stop-words ManyTheFish 2025-04-03 12:08:45 +02:00
  • 0d9f7d2773 Add a test reproducing the bug ManyTheFish 2025-04-03 15:10:44 +02:00
  • c3c5a928e4
    Merge pull request #5486 from CodeMan62/fix-network-url-validation-error-msg Louis Dureuil 2025-04-03 10:42:33 +00:00
  • 3511fdbd5b Force phrase search to check if every words are in the document prototype-fix-phrase-stop-words-00 ManyTheFish 2025-04-03 12:08:45 +02:00
  • b8507abe70 Add a test reproducing the bug ManyTheFish 2025-04-03 11:39:41 +02:00
  • c4787760d3
    add test Louis Dureuil 2025-04-03 11:57:43 +02:00
  • 7ca2a8eb6f
    Use url::Url::parse to check the url Louis Dureuil 2025-04-03 11:44:53 +02:00
  • c1c065079f
    Fix snapshots again Louis Dureuil 2025-04-03 10:51:57 +02:00
  • 1cca4abf5a
    Replace batch stop reason when deleting index Louis Dureuil 2025-04-03 10:33:59 +02:00
  • bd172bf68a
    Fix more snapshots Louis Dureuil 2025-04-03 10:30:03 +02:00
  • 70ed6ba798
    fix test + change name Louis Dureuil 2025-04-02 17:56:34 +02:00
  • f3ab940776
    Make it compile Louis Dureuil 2025-04-02 17:14:40 +02:00
  • 87547550f5
    patch reasons Louis Dureuil 2025-04-02 16:10:11 +02:00
  • e067d796b3
    Improve the primary key stop reasons error messages Kerollmops 2025-04-02 15:56:56 +02:00
  • c2ff4dd3b2 Apply cargo fmt changes CodeMan62 2025-04-02 19:08:46 +05:30
  • 31bda976f2
    WIP Louis Dureuil 2025-04-02 15:29:47 +02:00
  • fce0fa9c57 Update network URL validation error message format to match expected pattern CodeMan62 2025-04-02 00:19:50 +05:30
  • a10efedd2f
    Bump actions/checkout from 1 to 3 dependabot[bot] 2025-04-01 17:31:28 +00:00
  • 3b58191472
    Bump dtolnay/rust-toolchain from 1.85 to 1.100 dependabot/github_actions/dtolnay/rust-toolchain-1.100 dependabot[bot] 2025-04-01 17:31:22 +00:00
  • 55ec96d31a
    Bump Swatinem/rust-cache from 2.7.7 to 2.7.8 dependabot[bot] 2025-04-01 17:31:18 +00:00
  • 4249630791
    Bump actions/github-script from 6 to 7 dependabot[bot] 2025-04-01 17:31:14 +00:00
  • 418fa47963
    Merge pull request #5313 from barloes/fixRankingScoreThresholdRankingIssue v1.14.0-rc.2 Louis Dureuil 2025-04-01 13:10:55 +00:00
  • 0656a0d515
    Optimize roaring operation Louis Dureuil 2025-04-01 14:25:27 +02:00
  • 19f4c1ac98
    Merge pull request #5480 from meilisearch/bump-rustc-version Louis Dureuil 2025-04-01 11:51:36 +00:00
  • aa87064a13
    Fix some of the edition 2024 warnings bump-to-edition-2024 Clément Renault 2025-04-01 12:21:33 +02:00
  • 2762d5a32a
    Bump crates versions Clément Renault 2025-04-01 11:38:28 +02:00
  • a0bfcf8872
    Make cargo fmt happy Clément Renault 2025-04-01 11:27:41 +02:00
  • 64477aac60
    Box the large GeoError error variant Clément Renault 2025-04-01 11:26:17 +02:00
  • 4d90e3d2ec
    Make Cargo and Clippy happy Clément Renault 2025-04-01 10:45:42 +02:00
  • 4ab547c6fa
    Merge pull request #5471 from HDT3213/feat/ecPrivateKey Tamo 2025-04-01 08:55:29 +00:00
  • e36a8c50b9
    Merge pull request #5478 from meilisearch/enforce-embedding-dimensions Tamo 2025-03-31 15:31:29 +00:00
  • 249da5846c
    Bump version in Dockerfile Kerollmops 2025-03-31 16:46:12 +02:00
  • ee15d4fe77
    Bump version in the CIs Kerollmops 2025-03-31 16:45:08 +02:00
  • f0f6c3000f
    Bump version in the rust-toolchain TOML Kerollmops 2025-03-31 16:43:36 +02:00
  • 72c506d8f6
    Improve the error message by categorizing NoSpaceLeftOnDevice better-grenad-error-messages Kerollmops 2025-03-31 16:34:58 +02:00
  • 08ff135ad6
    Fix test Louis Dureuil 2025-03-31 15:26:31 +02:00
  • f729864466
    Check dimension mismatch at insertion time Louis Dureuil 2025-03-31 13:43:57 +02:00
  • 94ea263bef
    Add new error for dimensions mismatch during indexing Louis Dureuil 2025-03-31 13:43:28 +02:00
  • 85efa6f493 Use ref instead of clone in option.rs hdt3213 2025-03-31 20:31:26 +08:00
  • 0e475cb5e6
    fix warn and show what meilisearch understood of the vectors in the cursed test Tamo 2025-03-27 11:07:01 +01:00
  • 62de70b73c
    Document problematic case in test and acknowledge PR comment vuthanhtung2412 2025-03-26 12:57:25 +01:00
  • 7707fb18dd
    add embedding with dimension mismatch test case vuthanhtung2412 2025-03-25 12:51:36 +01:00