Commit Graph

23 Commits

Author SHA1 Message Date
pierre-l 36cb09eb25 Add a new `meilisearch_types` crate
Move `meilisearch_error` to `meilisearch_types::error`
Move `meilisearch_lib::index_resolver::IndexUid` to `meilisearch_types::index_uid`
Add a new `InvalidIndexUid` error in `meilisearch_types::index_uid`
2022-06-09 16:14:13 +02:00
ad hoc 4778884105
remove dump status route 2022-05-25 11:13:34 +02:00
ad hoc 60a8249de6
add dump batch handler 2022-05-25 11:13:34 +02:00
ad hoc 7fa3eb1003
register dump tasks 2022-05-25 11:13:33 +02:00
ad hoc b57c59baa4
sequential extractor 2022-03-04 20:43:12 +01:00
many ffefd0caf2
feat(auth): API keys
implements:
https://github.com/meilisearch/specifications/blob/develop/text/0085-api-keys.md

- Add tests on API keys management route (meilisearch-http/tests/auth/api_keys.rs)
- Add tests checking authorizations on each meilisearch routes (meilisearch-http/tests/auth/authorization.rs)
- Implement API keys management routes (meilisearch-http/src/routes/api_key.rs)
- Create module to manage API keys and authorizations (meilisearch-auth)
- Reimplement GuardedData to extend authorizations (meilisearch-http/src/extractors/authentication/mod.rs)
- Change X-MEILI-API-KEY by Authorization Bearer (meilisearch-http/src/extractors/authentication/mod.rs)
- Change meilisearch routes to fit to the new authorization feature (meilisearch-http/src/routes/)

- close #1867
2021-12-06 09:52:41 +01:00
Marin Postma a30e02c18c feat(all): Task store
implements:
https://github.com/meilisearch/specifications/blob/develop/text/0060-refashion-updates-apis.md

linked PR:

- #1889
- #1891
- #1892
- #1902
- #1906
- #1911
- #1914
- #1915
- #1916
- #1918
- #1924
- #1925
- #1926
- #1930
- #1936
- #1937
- #1942
- #1944
- #1945
- #1946
- #1947
- #1950
- #1951
- #1957
- #1959
- #1960
- #1961
- #1962
- #1964

- https://github.com/meilisearch/milli/pull/414
- https://github.com/meilisearch/milli/pull/409
- https://github.com/meilisearch/milli/pull/406
- https://github.com/meilisearch/milli/pull/418

- close #1687
- close #1786
- close #1940
- close #1948
- close #1949
- close #1932
- close #1956
2021-12-02 20:14:42 +01:00
marin postma 2665c0099d
clippy + fmt 2021-10-29 17:25:56 +02:00
Irevoire 75d1272325
log the dump creation 2021-10-29 17:25:49 +02:00
mpostma 102c46f88b clippy + fmt 2021-09-28 22:22:59 +02:00
mpostma dfce44fa3b rename data to meilisearch 2021-09-24 12:03:16 +02:00
mpostma 60518449fc split meilisearch-http and meilisearch-lib 2021-09-21 13:23:22 +02:00
mpostma a71fa25ebe auth tests 2021-07-07 17:47:48 +02:00
mpostma 575ec2a06f refactor routes 2021-07-05 14:33:48 +02:00
Tamo 29bf6a8d42
run rustfmt one the whole project and add it to the CI 2021-06-29 15:25:18 +02:00
marin postma 01b09c065b
change route to service<resource> 2021-06-24 19:02:28 +02:00
marin postma ce4fb8ce20
update dump route 2021-06-24 16:32:43 +02:00
Tamo ad8d9a97d6
debug the body of every http request 2021-06-24 11:22:11 +02:00
Marin Postma 1c4f0b2ccf
clippy, fmt & tests 2021-05-31 16:03:39 +02:00
tamo 6d837e3e07
the route to create a dump must return a 202 2021-05-11 17:34:34 +02:00
tamo efca63f9ce
[WIP] rebase on main 2021-05-10 20:25:09 +02:00
tamo c3552cecdf
WIP rebase on main 2021-05-10 20:24:18 +02:00
mpostma a9a9ed6318
create workspace with meilisearch-error 2021-03-01 14:41:55 +01:00