#827: Add :lazy_sidekiq strategy, that defers not only importing but also update_index callback evaluation for created and updated objects. ([@sl4vr][])
#827: Add :atomic_no_refresh strategy. Like :atomic, but refresh=false parameter is set. ([@barthez][])
#827: Add :no_refresh chain call to update_index matcher to ensure import was called with refresh=false. ([@barthez][])
Bugs Fixed
#835: Support keyword arguments in named scopes. ([@milk1000cc][])
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps chewy from 7.2.4 to 7.2.7.
Release notes
Sourced from chewy's releases.
Changelog
Sourced from chewy's changelog.
Commits
e6fe792
Prepare 7.2.7 release (#865)4c067e2
Fix redundant crutch call with :update_fields opt (#863)73b2fb1
Allow async options fordelete_all
method (#857)5ecbee3
Optimize CI execution on PR and Push, to not run them twice (#858)50bd5c1
Prepare 7.2.6 release (#850)b82016f
Fix incorrectly paginated journaling (#848)14afebd
Add CODEOWNERS file (#849)2f3ce89
feat/Enrich README with import bang doc (#844)ec973b1
[Fix #842] Fix ignore_blank handling (#843)639db8c
Enable CI checks for PRs (#846)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)