Commit Graph

15 Commits

Author SHA1 Message Date
Jean SIMARD
d1f34f926e
[ci] Add all target to check 2021-03-02 20:48:57 +01:00
mpostma
0675ecdd73
remove specific task for dump in ci 2021-01-05 21:55:14 +01:00
many
afc3b0915b
fix backups
* pluralize variable `backup_folder` -> `backups_folder`
* change env case `MEILI_backup_folder` -> `MEILI_BACKUPS_FOLDER`
* add miliseconds to backup ID to reduce colisions
* fix forgoten stats synchronization
2020-09-30 13:20:40 +02:00
many
c254320860
Implement backups
* trigger backup importation via http route
* follow backup advancement with status route
* import backup via a command line
* let user choose batch size of documents to import (command lines)

closes #884
closes #840
2020-09-28 14:40:06 +02:00
mpostma
7e00bf4bfa update ci to new workflow 2020-07-21 16:52:01 +02:00
mpostma
8471796987 add clippy component 2020-07-13 18:53:19 +02:00
marin
a747e79e5d run clippy during tests 2020-07-13 16:15:32 +02:00
mpostma
629a658c75 bors setup 2020-07-08 09:50:07 +02:00
qdequele
ea4c3b613a update sentry features to remove openssl
update changelog

Add docker build test on PR
2020-05-25 12:24:10 +02:00
qdequele
b33dac9faa
add test for search + update ci for test in release 2020-02-11 15:27:57 +01:00
Clément Renault
640d21a7d2
Disable the Windows tests workflow 2019-12-10 17:53:26 +01:00
Clément Renault
e3611ad0e4
Update the action to test on more platforms 2019-12-07 11:57:33 +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
7cc096e0a2
Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +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