Clément Renault
83ad80d9db
Replace isahc by ureq
2019-11-28 16:41:42 +01:00
Clément Renault
6d686ac14f
Merge pull request #342 from meilisearch/update-lock
...
Update the lock file
2019-11-27 12:49:47 +01:00
Clément Renault
641e0d15f5
Make sure the lock file is up to date
2019-11-27 12:06:14 +01:00
Clément Renault
71b39426c0
Update the lock file
2019-11-27 12:01:22 +01:00
Clément Renault
57584eaccc
Merge pull request #341 from meilisearch/bump-version
...
Bump meilisearch crates to v0.8.1
2019-11-27 11:54:39 +01:00
Clément Renault
f6fb31c531
Bump meilisearch crates to v0.8.1
2019-11-27 11:47:27 +01:00
Clément Renault
0cea8ce5b5
Merge pull request #340 from meilisearch/separate-updates-kvstore
...
Separate the update and main databases
2019-11-27 11:39:14 +01:00
Clément Renault
d08b76a323
Separate the update and main databases
...
We used the heed typed transaction to make it safe (https://github.com/Kerollmops/heed/pull/27 ).
2019-11-27 11:29:06 +01:00
Clément Renault
86a87d6032
Merge pull request #339 from tpayet/action-docker-tag
...
Update action workflow for docker tagged image
2019-11-26 19:17:19 +01:00
Thomas Payet
e534929f80
Update action workflow for docker tagged image
2019-11-26 18:18:51 +01:00
Clément Renault
fcc154da1c
Merge pull request #336 from meilisearch/rename-to-meilisearch
...
Rename MeiliDB into MeiliSearch
2019-11-26 14:06:01 +01:00
Clément Renault
00d1200704
Rename the meilisearch-http binary into meilisearch
2019-11-26 11:17:30 +01:00
Clément Renault
7cc096e0a2
Rename MeiliDB into MeiliSearch
2019-11-26 11:12:30 +01:00
Clément Renault
58eaf78dc4
Merge pull request #335 from tpayet/github-release-action
...
GitHub release action
2019-11-25 19:19:08 +01:00
Thomas Payet
3be2281483
Update workflows README
2019-11-25 18:14:21 +01:00
Thomas Payet
cc06d96993
Add gh actions to release binaries
2019-11-25 17:27:15 +01:00
Clément Renault
93c7e700bc
Merge pull request #333 from tpayet/update-dockerfile
...
Add meilihttp_addr env variable in docker build
2019-11-25 16:41:52 +01:00
Thomas Payet
97c6757fc7
Add meilihttp_addr env variable in docker build
2019-11-25 16:30:07 +01:00
Clément Renault
276d3f8e22
Merge pull request #332 from meilisearch/jemalloc-only-on-linux
...
Make jemalloc only used on linux
2019-11-25 16:13:54 +01:00
Clément Renault
4869a88ae2
Make jemalloc only used on linux
2019-11-25 15:35:13 +01:00
Clément Renault
ae88bc31bc
Merge pull request #331 from meilisearch/enable-jemalloc-linux-only
...
Enable jemalloc only on linux OSs
2019-11-25 14:59:56 +01:00
Clément Renault
8aed1d96c5
Enable jemalloc only on linux OSs
2019-11-25 14:51:47 +01:00
Clément Renault
c93949474c
Merge pull request #330 from tpayet/fix-actions-badge-link
...
Update action badge link
2019-11-25 13:51:07 +01:00
Thomas Payet
8cf19f1c6b
Update action badge link
2019-11-25 13:44:20 +01:00
Clément Renault
a82ecb3cef
Merge pull request #324 from tpayet/gh-actions
...
Replace Azure CI by Github Actions
2019-11-25 13:31:15 +01:00
Thomas Payet
04c2b37d82
Remove Azure CI
...
Add gh actions for cargo check using rust nightly
Add readme about actions workflows
Add basic Dockerfile
Add action workflow for docker publish
Change check action to test action
Update workflow readme without rust nightly
Rename test action file
Add gh actions to push latest docker image from master
Update github action for publish docker image
Add 2 steps dockerfile based on alpine
Update readme badges to match new CI
2019-11-25 13:20:54 +01:00
Clément Renault
ab3e8d6537
Merge pull request #314 from meilisearch/fix-number-ord
...
Fix the ordering functions of the Number type
2019-11-22 15:14:05 +01:00
Clément Renault
fd185a5e6b
Add a test for the SorByAttr criterion
2019-11-22 15:04:23 +01:00
Clément Renault
d9678f0040
Fix the ordering functions of the Number type
2019-11-22 14:44:02 +01:00
Clément Renault
840217b111
Merge pull request #321 from meilisearch/fix-create-index
...
Fix index creation
2019-11-22 14:10:05 +01:00
Clément Renault
9605a2cd88
Make possible to use a custom uid and simplify the usage
2019-11-22 14:01:00 +01:00
Clément Renault
0f86ccc035
Index UID generation makes sure to not generate the same number
2019-11-22 14:01:00 +01:00
Clément Renault
b3b73e2276
Merge pull request #323 from meilisearch/fix-index-deletion
...
Fix index deletion once again
2019-11-22 14:00:19 +01:00
Clément Renault
f241c999ad
Make the CI use rust stable
2019-11-22 13:47:29 +01:00
Clément Renault
d4d2a2303a
Fix a typo on timeout_ms used for multi index search
2019-11-22 13:47:29 +01:00
Clément Renault
c8832409ad
Fix the dead lock on index deletion once again
2019-11-22 13:47:29 +01:00
Clément Renault
98f76aa952
Merge pull request #320 from meilisearch/send-amplitude-events
...
Add an Amplitude analysis loop tick
2019-11-22 10:52:29 +01:00
Clément Renault
4236632af6
Add an amplitude analysis loop tick
2019-11-21 20:28:58 +01:00
Clément Renault
e2c98244ec
Merge pull request #313 from meilisearch/fix-dead-lock
...
Fix dead locks when deleting indexes
2019-11-21 12:42:40 +01:00
Clément Renault
c1cf67c008
Join updates threads after dropping the indexes lock and avoid deadlocks
2019-11-21 12:01:46 +01:00
Clément Renault
4abea919b2
Merge pull request #311 from meilisearch/add-index-name-and-id
...
Add index name and change some routes request body & response
2019-11-21 11:59:14 +01:00
Quentin de Quelen
d60aa722c0
Allow to update expireAt
and revoked
on token
2019-11-21 11:49:49 +01:00
Quentin de Quelen
055368acd8
Fix for review
2019-11-21 11:49:49 +01:00
Quentin de Quelen
7f2e5d091a
Rename routes /synonym to /synonyms
2019-11-20 15:33:42 +01:00
Quentin de Quelen
c69ae8154f
Allow to receive schema update formated as SchemaBuilder
2019-11-20 15:25:34 +01:00
Quentin de Quelen
cd95b243bb
Add the update index route
2019-11-20 15:00:06 +01:00
Quentin de Quelen
1f1cb1f501
Rename browse_documents into get_all_documents and always respond HTTP Ok
2019-11-20 14:18:21 +01:00
Quentin de Quelen
530738cfe9
Format code
2019-11-20 14:12:12 +01:00
Quentin de Quelen
878dd6912e
Return a HTTP 401 instead of 404 if token is not found
2019-11-20 14:06:56 +01:00
Quentin de Quelen
5f0f699f37
Move route to clear all synonyms on DELETE /synonyms
2019-11-20 14:03:55 +01:00