michascant
7b4f2aa593
updated code
2025-02-05 22:07:32 -05:00
michascant
1fb96d3edb
made changes to ensure its not allowing everything through
2025-02-05 20:37:07 -05:00
Louis Dureuil
1b81cab782
Add more analytics
2025-02-05 15:03:32 +01:00
Louis Dureuil
0b27aa5138
Multi search reads header to know if it is being proxied
2025-02-05 15:03:32 +01:00
Louis Dureuil
35160788d7
Proxy search requests
2025-02-05 15:03:32 +01:00
Louis Dureuil
3f6b334fc5
Route network
2025-02-05 15:03:16 +01:00
Louis Dureuil
4918b9ffb6
Network stored in DB
2025-02-05 15:03:15 +01:00
Louis Dureuil
7ae6dda03f
Add new experimental feature
2025-02-05 15:01:04 +01:00
ManyTheFish
4abf0db0b4
Activate used database size
2025-02-05 13:45:47 +01:00
Tamo
d3654906bf
Add the new tasks with most of the job done
2025-01-23 16:48:32 +01:00
michascant
dddb51a9ca
removed trailing whitespace so cargo fmt passes
2025-01-15 13:30:10 -05:00
michascant
cd181b36c3
all test cases now passing
2025-01-14 17:50:31 -05:00
Louis Dureuil
89a4ac92eb
fix after rebase
2025-01-14 14:08:56 +01:00
Louis Dureuil
0c10063a87
PATCH experimental-features also returns the route type rather than internal type
2025-01-14 13:55:34 +01:00
Louis Dureuil
87ea080c10
Fully remove vector store feature
2025-01-14 13:55:34 +01:00
Louis Dureuil
de6cd3ac01
Consistent error codes
2025-01-14 13:55:34 +01:00
Louis Dureuil
73d3d286d9
Serialize features as camelCase
2025-01-14 13:53:53 +01:00
Louis Dureuil
d78951feb7
vectorStore
stabilization
...
- `vectorStore` feature is always enabled
- `vectorStore` can no longer be set in the `/experimental-features` PATCH route
- `vectorStore` status is no longer returned in the `/experimental-features` GET route
2025-01-14 13:53:53 +01:00
Tamo
c9fb6c48b8
Update crates/meilisearch/src/routes/features.rs
...
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2025-01-13 13:43:38 +01:00
Tamo
0de34aa8fa
avoid generating the same operationId
2025-01-13 12:36:22 +01:00
Tamo
6bfcad4b05
Add the server property
2025-01-13 12:13:39 +01:00
Tamo
67a0c9fff8
remove trailing slash in path
2025-01-13 11:55:59 +01:00
Tamo
5c7fa9b924
fix the examples of the experimental-feature route
2025-01-13 11:40:57 +01:00
michascant
9837de271d
fixed majority of errors
2025-01-10 15:31:45 -05:00
michascant
eecf4c53e7
updated changes
2025-01-08 15:10:09 -05:00
Clément Renault
cf4c3c287b
Make rustfmt happy
2025-01-08 18:24:39 +01:00
Clément Renault
71e5605daa
Make clippy happy
2025-01-08 18:24:39 +01:00
Tamo
21026f0ca8
move the swagger behind a feature flag
2025-01-07 16:30:14 +01:00
Tamo
e579554c84
fmt
2025-01-07 16:30:12 +01:00
Tamo
ff49250c1a
remove useless doc
2025-01-07 16:29:09 +01:00
Tamo
8b95c6ae56
improve the description of all the settings route
2025-01-07 16:29:09 +01:00
Tamo
28162759a4
fix imports after rebase
2025-01-07 16:29:08 +01:00
Tamo
4456df5a46
fix some tests
2025-01-07 16:28:11 +01:00
Tamo
0b104b3efa
fix the list indexes
2025-01-07 16:26:06 +01:00
Tamo
ac944f0960
review all the return type
2025-01-07 16:26:06 +01:00
Tamo
5f55e88484
review all the parameters and tags
2025-01-07 16:26:06 +01:00
Tamo
aab6ffec30
fix and review all the documents route
2025-01-07 16:26:06 +01:00
Tamo
1dd33af8a3
add the batches
2025-01-07 16:26:06 +01:00
Tamo
8a2a1e4d27
add the experimental features route
2025-01-07 16:26:06 +01:00
Tamo
e2686c0fce
add the swap indexes
2025-01-07 16:26:06 +01:00
Tamo
9473a2a6ca
add the multi-search
2025-01-07 16:26:06 +01:00
Tamo
11ce3b9636
fix the settings
2025-01-07 16:26:06 +01:00
Tamo
0bf4157a75
try my best to make the sub-settings routes works, it doesn't
2025-01-07 16:26:06 +01:00
Tamo
4eaa626bca
add the similar route
2025-01-07 16:26:06 +01:00
Tamo
668b26b641
add the facet search
2025-01-07 16:26:06 +01:00
Tamo
04e4586fb3
add the searches route and fix a few broken things
2025-01-07 16:26:06 +01:00
Tamo
78f6f22a80
implement all the /indexes/documents route
2025-01-07 16:26:06 +01:00
Tamo
13afdaf393
finish rebase and update utoipa to the latest version
2025-01-07 16:26:06 +01:00
Tamo
742d0ee531
Implements the get and delete tasks route
2025-01-07 16:26:04 +01:00
Tamo
cb82b0798a
Split the index-scheduler in ~500 loc modules
2025-01-06 14:08:26 +01:00