Commit Graph

12528 Commits

Author SHA1 Message Date
Clément Renault
4884b324e6 Remove the useless external ids patch method in the infos crate 2021-03-01 19:48:01 +01:00
Clément Renault
78bede1ffb Fix error displaying of the workspace members 2021-03-01 19:48:01 +01:00
Clément Renault
b59fe77ec7 Avoid creating a default empty database in the search crate 2021-03-01 19:48:01 +01:00
Clément Renault
45330a5e47 Avoid creating a default empty database in the infos crate 2021-03-01 19:48:00 +01:00
Clément Renault
794fce7bff Merge pull request #91 from meilisearch/add-primary-key-to-fields-map
add primary key to fields_id_map when not present
2021-03-01 16:20:41 +01:00
mpostma
e08b6b3ec7 add primary key to fields_id_map when not present 2021-03-01 16:10:16 +01:00
mpostma
1968bfac4d remove legacy tests 2021-03-01 15:48:42 +01:00
mpostma
c4dfd5f0c3 implement search and fix document addition 2021-03-01 15:45:05 +01:00
mpostma
ac2af4354d remove actor index controller 2021-03-01 15:35:32 +01:00
mpostma
9227b7cb2f remove data.ms 2021-03-01 15:30:48 +01:00
mpostma
e1e5935e3c CI recipes 2021-03-01 14:44:55 +01:00
mpostma
4316d991a2 add docker recipe 2021-03-01 14:41:57 +01:00
mpostma
d1be3d60df run tests on all pushed 2021-03-01 14:41:57 +01:00
mpostma
a9a9ed6318 create workspace with meilisearch-error 2021-03-01 14:41:55 +01:00
mpostma
79708aeb67 add milli as git dep 2021-03-01 14:41:20 +01:00
marin
0c2777dfd5 Merge pull request #59 from meilisearch/license
license
2021-02-28 10:11:33 +01:00
mpostma
5ba58c1e9c add Marin to authors 2021-02-28 10:09:56 +01:00
mpostma
c994fe4609 add license 2021-02-28 10:08:36 +01:00
mpostma
658166c05e implement document push 2021-02-26 18:11:43 +01:00
mpostma
6bcc302950 receive update 2021-02-26 17:14:11 +01:00
bors[bot]
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
mpostma
672a4b5400 add actors/ support index creation 2021-02-26 09:10:36 +01:00
mpostma
61ce749122 update tokio and disable all routes 2021-02-26 09:10:04 +01:00
bors[bot]
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
Thomas Payet
417d0ae92a Simplify compile and run from sources 2021-02-25 11:52:08 +01:00
Paul Sanders
22108f9f90 Specifying a 401 status code to show API Key 2021-02-25 01:07:18 -05:00
Paul Sanders
101e050746 Show or hide the API key text input box when needed 2021-02-25 00:56:08 -05:00
marin
45d8f36f5e Merge pull request #49 from meilisearch/tests
tests
2021-02-24 10:41:55 +01:00
marin
caaaf15fd6 Create rust.yml 2021-02-24 10:31:28 +01:00
mpostma
60a42bc511 reset settings 2021-02-24 10:19:22 +01:00
mpostma
3f939f3ccf test delete settings 2021-02-24 10:14:36 +01:00
mpostma
7d9c5f64aa test partial update 2021-02-24 09:42:36 +01:00
mpostma
c7ab4dccc3 test get settings 2021-02-24 09:30:51 +01:00
mpostma
ac89c35edc add settings routes errors 2021-02-23 19:46:18 +01:00
mpostma
af2cbd0258 test get updates 2021-02-23 19:15:42 +01:00
mpostma
0a3e946726 test delete batches 2021-02-23 14:13:43 +01:00
mpostma
d3758b6f76 test delete documents 2021-02-22 16:03:17 +01:00
mpostma
c95bf0cdf0 test badly formated primary key 2021-02-22 15:13:10 +01:00
mpostma
4bca26298e test add document bad primary key 2021-02-22 14:55:40 +01:00
mpostma
ded6483173 tests get one document 2021-02-22 14:32:48 +01:00
mpostma
097cae90a7 tests get documents limit, offset, attr to retrieve 2021-02-22 14:23:17 +01:00
bors[bot]
739c860cfd Merge #1260
1260: README.md: typos r=Kerollmops a=skerkour

Hey, I think I've noticed small typos. Feel free to close if I'm wrong :)

Co-authored-by: Sylvain Kerkour <6172808+skerkour@users.noreply.github.com>
2021-02-22 08:59:58 +00:00
Clément Renault
8dcb3e0c41 Merge pull request #90 from meilisearch/words-prefixes-update
Expose the WordsPrefixes update from the UpdateBuilder
2021-02-21 12:27:48 +01:00
Clément Renault
c62d2f56d8 Expose an http route for the WordsPrefixes update 2021-02-21 12:16:53 +01:00
Clément Renault
c318373b88 Expose the WordsPrefixes update on the UpdateBuilder 2021-02-21 12:15:35 +01:00
Clément Renault
3090751dfc Merge pull request #94 from meilisearch/update-dependencies
Update dependencies
2021-02-21 12:08:18 +01:00
Kerollmops
519b1cb5c9 Update dependencies 2021-02-21 10:26:04 +01:00
Sylvain Kerkour
f01bb9cee3 README.md: typos 2021-02-20 17:49:59 +00:00
mpostma
b8b8cc1312 get all documents, no options 2021-02-19 19:55:44 +01:00
mpostma
27a7238d3f test list no documents 2021-02-19 19:46:45 +01:00