a955e04ab6
implement clear documents
2021-03-04 16:04:12 +01:00
ae5581d37c
implement delete documents
2021-03-04 15:59:18 +01:00
181eaf95f5
restore update documents
2021-03-04 15:10:58 +01:00
581dcd5735
implement retrieve one document
2021-03-04 15:09:00 +01:00
f3d65ec5e9
implement retrieve documents
2021-03-04 14:20:19 +01:00
17b84691f2
list settings
2021-03-04 12:38:55 +01:00
47138c7632
update settings
2021-03-04 12:20:14 +01:00
8432c8584a
refactor index controller
2021-03-04 12:03:06 +01:00
a56db854a2
refactor update handler
2021-03-04 11:58:15 +01:00
9e2a95b1a3
refactor search
2021-03-04 11:23:41 +01:00
ae3c8af56c
enable faceted search
2021-03-04 10:42:44 +01:00
70dce6cc0b
Make sure that we do not use jemalloc on macos
2021-03-04 09:17:46 +01:00
77083d9e80
Merge #1279
...
1279: fix Docker volume path r=MarinPostma a=fharper
essential if `$(pwd)` returns a path with spaces
Co-authored-by: Frédéric Harper <hi@fred.dev >
2021-03-03 21:15:16 +00:00
4a66803d76
fix Docker volume path
...
essential if pwd returns a path with spaces
2021-03-03 13:18:07 -05:00
eff8570f59
handle ctrl-c shutdown
2021-03-03 15:10:00 +01:00
3cd799a744
fix update files created in the wrong place
2021-03-03 14:39:44 +01:00
e285404c3e
handle errors when sendign payload to actor
2021-03-03 12:16:16 +01:00
70d935a2da
refactor index serach for better error handling
2021-03-03 11:53:01 +01:00
7c7143d435
remove IndexController interface
2021-03-03 11:43:51 +01:00
9aca6fab88
completely file backed udpates
2021-03-03 11:01:15 +01:00
d1f34f926e
[ci] Add all target to check
2021-03-02 20:48:57 +01:00
62532b8f79
WIP concurent index store
2021-03-02 14:05:03 +01:00
402203aa2a
Merge pull request #62 from meilisearch/fix-ci-2
...
Fix CI artefacts
2021-03-02 13:25:16 +01:00
cf97b9ff2b
Update create_artifacts.yml
2021-03-02 12:06:38 +01:00
e7b541a2af
Merge pull request #61 from meilisearch/fix-ci
...
Add checkout to docker CI
2021-03-02 11:43:45 +01:00
4cf66831d4
Update publish_to_docker.yml
2021-03-02 11:38:39 +01:00
f41284a133
Merge pull request #60 from meilisearch/prepare-for-ci
...
Prepare for ci
2021-03-02 10:53:15 +01:00
a77d517ac1
Merge #1206
...
1206: fix running URL display r=curquiza a=fharper
by doing that you can just click on it in the terminal if you want
Co-authored-by: Frédéric Harper <hi@fred.dev >
2021-03-02 09:51:32 +00:00
fc351b54d9
change milli revision
2021-03-01 20:09:23 +01:00
c2fdb0ad4d
Update .github/workflows/create_artifacts.yml
...
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com >
2021-03-01 19:59:54 +01:00
1968bfac4d
remove legacy tests
2021-03-01 15:48:42 +01:00
c4dfd5f0c3
implement search and fix document addition
2021-03-01 15:45:05 +01:00
ac2af4354d
remove actor index controller
2021-03-01 15:35:32 +01:00
9227b7cb2f
remove data.ms
2021-03-01 15:30:48 +01:00
e1e5935e3c
CI recipes
2021-03-01 14:44:55 +01:00
4316d991a2
add docker recipe
2021-03-01 14:41:57 +01:00
d1be3d60df
run tests on all pushed
2021-03-01 14:41:57 +01:00
a9a9ed6318
create workspace with meilisearch-error
2021-03-01 14:41:55 +01:00
79708aeb67
add milli as git dep
2021-03-01 14:41:20 +01:00
0c2777dfd5
Merge pull request #59 from meilisearch/license
...
license
2021-02-28 10:11:33 +01:00
5ba58c1e9c
add Marin to authors
2021-02-28 10:09:56 +01:00
c994fe4609
add license
2021-02-28 10:08:36 +01:00
658166c05e
implement document push
2021-02-26 18:11:43 +01:00
6bcc302950
receive update
2021-02-26 17:14:11 +01:00
d8a337fcac
Merge #1265
...
1265: Inferring whether to show or Hide API Key box r=curquiza a=sanders41
Relates to #1261
This is one potential solution for inferring whether an instance has an API key and show or hide the text input box accordingly. When the page first loads a request is sent to the server with no API key. If that request was successful then no API key is need so the box is hidden. If the request returns with a 401 status then the API Key was needed and it is shown.
Co-authored-by: Paul Sanders <psanders1@gmail.com >
2021-02-26 10:27:37 +00:00
672a4b5400
add actors/ support index creation
2021-02-26 09:10:36 +01:00
61ce749122
update tokio and disable all routes
2021-02-26 09:10:04 +01:00
ee02d55e67
Merge #1266
...
1266: Simplify compile and run from sources r=curquiza a=tpayet
Related to #1136 , I just saw that compile & run instructions from sources were not up to date
Co-authored-by: Thomas Payet <thomas@meilisearch.com >
2021-02-25 15:47:11 +00:00
417d0ae92a
Simplify compile and run from sources
2021-02-25 11:52:08 +01:00
22108f9f90
Specifying a 401 status code to show API Key
2021-02-25 01:07:18 -05:00