-
Notifications
You must be signed in to change notification settings - Fork 33
Add SettingsUpdater service #317
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
a9b19ba
to
ee7f5f5
Compare
ping @brunoocasali |
@norkunas I'll take a look at it today! |
4799700
to
ee8bb58
Compare
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!
ee8bb58
to
d11eb9e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #317 +/- ##
============================================
+ Coverage 86.19% 86.69% +0.50%
Complexity 1 1
============================================
Files 15 19 +4
Lines 768 812 +44
============================================
+ Hits 662 704 +42
- Misses 106 108 +2 ☔ View full report in Codecov by Sentry. |
bors merge |
318: Proximity precision r=norkunas a=norkunas # Pull Request ## Related issue Fixes #<issue_number> ## What does this PR do? - Adds support for proximity precision setting ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? I've based this PR on #317 so will rebase if/after it is merged to get rid of the first commit and also meilisearch/meilisearch-php#606 should be merged first Co-authored-by: Tomas <norkunas.tom@gmail.com>
Pull Request
Related issue
Fixes #<issue_number>
What does this PR do?
meilisearch:create
andmeilisearch:import
commands;--update-settings
option inmeilisearch:import
command and for consistency also added tomeilisearch:create
;Note: to avoid BC break, because settings were always updated, I've changed
update-settings
option tonegatable
mode, so basically running command without it is like passing--update-settings
to command and to allow skipping settings update there is now--no-settings-update
option automatically added and handled by Symfony.PR checklist
Please check if your PR fulfills the following requirements: