Commit Graph

161 Commits

Author SHA1 Message Date
73db1b3822 Merge remote-tracking branch 'transplant/main' 2021-06-30 15:30:08 +02:00
29bf6a8d42 run rustfmt one the whole project and add it to the CI 2021-06-29 15:25:18 +02:00
cf94b8e6e0 run cargo flaky only 100 times 2021-06-21 17:36:54 +02:00
92d954ddfe Fix the cron syntax to effectively run the test once every friday 2021-06-14 10:48:59 +02:00
51105d3b1c run the tests in release mode 2021-06-10 17:12:07 +02:00
efc1225cd8 Update .github/workflows/flaky.yml
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2021-06-10 17:07:23 +02:00
41220a7f96 Apply suggestions from code review
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2021-06-10 17:02:06 +02:00
7312c13665 add a github action to run cargo-flaky 1000 times 2021-06-10 16:53:30 +02:00
1b671d4302 fix-snapshot 2021-05-11 13:57:18 +02:00
3ee2b07918 Improve CI 2021-04-29 15:19:48 +02:00
0c41adf868 Update CI 2021-04-27 12:43:00 +02:00
f80ea24d2b Add tests on every platform and fix clippy errors 2021-04-27 12:42:59 +02:00
3d51db5929 fix(ci, http): commit_sha and commit_date in docker builds
chore(ci): cache dependencies in Docker build
2021-03-31 13:56:28 +03:00
ac858d9800 Remove clippy warnings in CI 2021-03-29 12:01:26 +02:00
bb7d3be1b8 change ubuntu version 2021-03-25 10:44:40 +01:00
13c5289ff1 Update release-drafter.yml 2021-03-16 14:46:08 +01:00
85f3b192d5 Update release-draft-template.yml 2021-03-16 14:33:52 +01:00
4aaa561147 Add release drafter file 2021-03-16 14:17:08 +01:00
9dd1ecdc2a Add bors configuration 2021-03-16 13:08:26 +01:00
d1f34f926e [ci] Add all target to check 2021-03-02 20:48:57 +01:00
cf97b9ff2b Update create_artifacts.yml 2021-03-02 12:06:38 +01:00
4cf66831d4 Update publish_to_docker.yml 2021-03-02 11:38:39 +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
e1e5935e3c CI recipes 2021-03-01 14:44:55 +01:00
d1be3d60df run tests on all pushed 2021-03-01 14:41:57 +01:00
caaaf15fd6 Create rust.yml 2021-02-24 10:31:28 +01:00
0675ecdd73 remove specific task for dump in ci 2021-01-05 21:55:14 +01:00
680756500c remove update changelog ci check 2020-11-19 14:27:48 +01:00
029abd3413 add code coverage 2020-10-13 10:53:26 +02:00
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
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
7e00bf4bfa update ci to new workflow 2020-07-21 16:52:01 +02:00
8471796987 add clippy component 2020-07-13 18:53:19 +02:00
a747e79e5d run clippy during tests 2020-07-13 16:15:32 +02:00
629a658c75 bors setup 2020-07-08 09:50:07 +02:00
ea4c3b613a update sentry features to remove openssl
update changelog

Add docker build test on PR
2020-05-25 12:24:10 +02:00
5dc7d498bd Update release process for stable releases 2020-05-12 11:10:55 +02:00
e3e32e7f2b Fix the Windows CI by using .exe 2020-05-11 18:19:12 +02:00
457b645f3c Use a personal access token to publish bins
The default GITHUB_TOKEN expires after 1h
2020-04-10 18:28:28 +02:00
03063cf349 Ingores the CHANGELOG when label asks for 2020-04-03 15:06:25 +02:00
5c638184e9 Publish an aarch64 (aka ARMv8) binary on releases 2020-04-03 10:39:28 +02:00
227bc716d8 Add a Github Action to ensure the CHANGELOG is updated in PRs 2020-03-27 19:12:50 +01:00
88c063e887 Publish an ARMv7 binary for the releases 2020-03-26 10:51:47 +01:00
4cdb67c249 Automate homebrew publish 2020-03-20 12:14:08 +01:00
b33dac9faa add test for search + update ci for test in release 2020-02-11 15:27:57 +01:00
ab3339f5a1 Change github action for docker latest image 2020-02-10 16:11:45 +01:00
736f285092 Disable the benchmarks github workflow 2019-12-13 15:37:24 +01:00
a8272f0eef Add a benchmark github workflow 2019-12-13 14:17:40 +01:00
f3a276d1e1 Update the workflow README.md 2019-12-10 17:56:24 +01:00
640d21a7d2 Disable the Windows tests workflow 2019-12-10 17:53:26 +01:00