Commit Graph

2784 Commits

Author SHA1 Message Date
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
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
mpostma
ec9dcd3285
test get add documents 2021-02-19 19:43:32 +01:00
mpostma
ba2cfcc72d
test delete index 2021-02-19 19:26:56 +01:00
mpostma
5270cc0eae
test update index 2021-02-19 19:26:42 +01:00
mpostma
2bb695d60f
test list all indexes 2021-02-19 19:23:58 +01:00
mpostma
556ba956b8
test get empty index list 2021-02-19 19:14:25 +01:00
mpostma
b1226be2c8
test document addition 2021-02-19 13:16:41 +01:00
mpostma
b293948d36
test index delete 2021-02-18 20:44:33 +01:00
mpostma
ed3f8f5cc0
test create multiple indexes 2021-02-18 20:32:34 +01:00
mpostma
4c5effe714
test index update 2021-02-18 20:28:10 +01:00
mpostma
68692a256e
test get index 2021-02-18 20:24:40 +01:00
mpostma
72eed0e369
test create index 2021-02-18 19:50:52 +01:00
mpostma
588add8bec
rename update fields to camel case 2021-02-18 19:11:19 +01:00
marin
a7bd0681a0
Merge pull request #45 from meilisearch/facet-distributions
facets distribution
2021-02-17 15:03:38 +01:00
mpostma
999758f7a1
facets distribution 2021-02-17 14:59:32 +01:00
marin
2d7b2e651d
Merge pull request #43 from meilisearch/facet-filters
enable faceted searches
2021-02-17 14:11:10 +01:00
marin
b723f23f14
Merge pull request #44 from meilisearch/fix-fill-buffer-error
fix error message when empty payload
2021-02-17 14:02:39 +01:00
mpostma
ae9a41a19f
fix error message when empty payload 2021-02-17 14:00:42 +01:00
bors[bot]
86f32e4ee4
Merge #1253
1253: fix line break r=Kerollmops a=fharper



Co-authored-by: Frédéric Harper <hi@fred.dev>
2021-02-17 10:57:16 +00:00
Frédéric Harper
1873c0399a
fix line break 2021-02-16 16:21:50 -05:00
Frédéric Harper
47eeed0a4c
change the wording of Amplify to make it clearer 2021-02-16 16:09:26 -05:00
mpostma
91d6e90d5d
enable faceted searches 2021-02-16 19:20:39 +01:00
CaroFG
4d08f04db2
Update movie posters (#1219)
* Update movie posters

* Remove last comma
2021-02-16 11:06:53 -05:00
marin
93ce32d94d
Merge pull request #39 from meilisearch/fix-attributes-to-retrieve
fix attributes to retrieve
2021-02-16 16:52:47 +01:00
mpostma
4fe90a1a1c
fix attributes to retrieve in search 2021-02-16 16:51:00 +01:00
marin
22c204fea6
Merge pull request #40 from meilisearch/search-get
search get
2021-02-16 16:49:56 +01:00