-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Added blocking parameter to lock #603
Closed
WisdomPill
wants to merge
211
commits into
jazzband:master
from
WisdomPill:bugfix/596/lock_blocking_params
Closed
Added blocking parameter to lock #603
WisdomPill
wants to merge
211
commits into
jazzband:master
from
WisdomPill:bugfix/596/lock_blocking_params
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 tasks
updates: - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
updates: - [github.com/asottile/pyupgrade: v2.34.0 → v3.1.0](asottile/pyupgrade@v2.34.0...v3.1.0) - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
* jazzband#609, use pipeline for delete_pattern * jazzband#609, add changelog description
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](asottile/pyupgrade@v3.1.0...v3.2.0)
mypy: ignore `default_timeout` can be `None`
Fix mypy errors
Add Django 4.1 to test matrix and classifiers
…nfig [pre-commit.ci] pre-commit autoupdate
Log traceback if exceptions are ignored
…ers.PickleSerializer for django > 4.2
for more information, see https://pre-commit.ci
Dropped support for django 2.2 and 3.1
…scases & changelog updated
Fix:Expire method fails when using DEFAULT_TIMEOUT
…nfig [pre-commit.ci] pre-commit autoupdate
…ngo50 Dropped django4.1 and added django 5.0
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2) - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
…nfig [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.4.8](astral-sh/ruff-pre-commit@v0.2.2...v0.4.8) - [github.com/psf/black: 24.2.0 → 24.4.2](psf/black@24.2.0...24.4.2)
for more information, see https://pre-commit.ci
…nto pre-commit-ci-update-config # Conflicts: # .pre-commit-config.yaml
…nfig [pre-commit.ci] pre-commit autoupdate
Co-authored-by: Ali Rezaei <[email protected]>
Add support for the set functions from issue jazzband#597
… into bugfix/596/lock_blocking_params
… into bugfix/596/lock_blocking_params
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #603 +/- ##
=========================================
+ Coverage 57.8% 90.3% +32.6%
=========================================
Files 39 22 -17
Lines 2497 1346 -1151
Branches 73 0 -73
=========================================
- Hits 1441 1215 -226
+ Misses 1041 131 -910
+ Partials 15 0 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #596.
This cannot be done before changes in
redis-py
to standardize the signatures in lock, context manager and client.lock