Commit Graph

498 Commits

Author SHA1 Message Date
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
a55453e634 Avoid compiling benchmarks and speedup the CI 2020-11-11 11:14:57 +01:00
a716ec61b9 Remove the fmt and clippy jobs 2020-11-03 18:52:45 +01:00
3ef031b2fe Update the CI to work on push and PRs 2020-11-03 18:25:12 +01:00
9047dc8163 Add a Github actions workflows 2020-11-01 14:47:44 +01:00
0cabcb7c79 Merge #979
979: Add dependabot with a monthly update r=LegendreM a=qdequele



Co-authored-by: qdequele <quentin@dequelen.me>
2020-10-14 09:15:48 +00:00
029abd3413 add code coverage 2020-10-13 10:53:26 +02:00
726756bad4 add dependabot with a monthly update 2020-10-13 10:52:17 +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
7a6615cfa7 Merge #785
785: Adding a tracking issue template r=MarinPostma a=qdequele



Co-authored-by: Quentin de Quelen <quentin@dequelen.me>
2020-07-22 08:49:27 +00: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
ce7a9073e1 Adding a tracking issue template 2020-06-18 11:09:00 +02:00
c6e68c87cd Fix syntax error in is-latest-release.sh script 2020-06-15 14:27:34 +02:00
af50a5528f Update issue templates
Feel free to close this PR and just go through the settings yourself:

https://github.com/meilisearch/MeiliSearch/issues/templates/edit

Once the new folder has been set up we also need a config.yml file like [this one](https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/config.yml) that will create the same type of discussion link that you see [here](https://github.com/vercel/next.js/issues/new/choose).

blank_issues_enabled: false
contact_links:
  - name: Ask a question
    url: https://github.com/meilisearch/MeiliSearch/discussions
    about: Ask questions and discuss with other community members
2020-06-03 13:57:01 +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
e3611ad0e4 Update the action to test on more platforms 2019-12-07 11:57:33 +01:00
289bc6570b Update the action to publish windows binaries 2019-12-07 11:52:14 +01:00
6b9b5fda7e Add publish action to gemfury for apt pkg 2019-12-05 14:54:57 +01:00
51636402c2 Add debian package in CI 2019-12-04 18:02:30 +01:00
641e0d15f5 Make sure the lock file is up to date 2019-11-27 12:06:14 +01:00
e534929f80 Update action workflow for docker tagged image 2019-11-26 18:18:51 +01:00
00d1200704 Rename the meilisearch-http binary into meilisearch 2019-11-26 11:17:30 +01:00
7cc096e0a2 Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00
3be2281483 Update workflows README 2019-11-25 18:14:21 +01:00
cc06d96993 Add gh actions to release binaries 2019-11-25 17:27:15 +01:00
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