-
Notifications
You must be signed in to change notification settings - Fork 100
Rename MEILISEARCH_HOST to MEILISEARCH_URL #353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Thanks a lot for your contribution 🔥 It's very well done.
@@ -1,27 +1,25 @@ | |||
use crate::{errors::Error, indexes::Index}; | |||
use either::Either; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which linting tool are you using that fixes the styling across the code-base? Or is this something you do by hand?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't recall using anything except clippy for linting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I should update clippy 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which version are you on 🙈
Can you update the readme to fix the failing test ? |
Oh sure, let me have a look at it. |
@bidoubiwa I am unable to reproduce the failing test in my local device, can you provide insights to why it maybe ? |
turns out I was looking in the wrong branch 😆 . Ohh and we should probably include the step to update the readme in CONTRIBUTING.md or maybe just put the update script to run in CI since it's automated either way 😉 |
It is added in the contributing guide, but you need to scroll a lot to get there. Maybe it is worth adding a table of content above with all the required steps during development. What do you think? meilisearch-rust/CONTRIBUTING.md Lines 101 to 121 in 18c835f
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🔥 Thanks a lot 🙏
bors merge |
oh yeah, seems to be right there, totally missed it, my mistake. Yeah, maybe adding the table of content will make it more accessible at first glance |
Build succeeded:
|
This message is sent automatically Thanks again for contributing to Meilisearch ❤️ |
Pull Request
Related issue
Fixes #352
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements: