-
-
Notifications
You must be signed in to change notification settings - Fork 286
Comparing changes
Open a pull request
base repository: rq/django-rq
base: v2.10.2
head repository: rq/django-rq
compare: v3.0
- 17 commits
- 34 files changed
- 8 contributors
Commits on Apr 13, 2024
-
chore: add minor changes (#657)
* build: add vscode to .gitignore file * build: remove mock and replace raven with sentry-sdk * docs: fix typos * ci: remove travis config file
Configuration menu - View commit details
-
Copy full SHA for c6c2446 - Browse repository at this point
Copy the full SHA c6c2446View commit details -
Add type annotations to most public functions (#656)
Except for `django_rq.job`, which is too complicated to type properly.
Configuration menu - View commit details
-
Copy full SHA for d09421d - Browse repository at this point
Copy the full SHA d09421dView commit details
Commits on May 1, 2024
-
* Add resume/suspend commands * Add commands to suspend and resume rq * Harmonize document copy with core `rq` library
Configuration menu - View commit details
-
Copy full SHA for 2601fdc - Browse repository at this point
Copy the full SHA 2601fdcView commit details -
Bump gunicorn from 20.1.0 to 22.0.0 in /integration_test (#662)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ce9bf2 - Browse repository at this point
Copy the full SHA 5ce9bf2View commit details -
get_worker: replace special kwargs with separate parameters (#659)
This communicates more information to IDEs and type checkers, making the function easier to use. Having regular parameters after `*args` has been possible since Python 3.0.
Configuration menu - View commit details
-
Copy full SHA for fa23214 - Browse repository at this point
Copy the full SHA fa23214View commit details -
Configuration menu - View commit details
-
Copy full SHA for d33163d - Browse repository at this point
Copy the full SHA d33163dView commit details -
Make
rqstats -y
fail when PyYAML is not installed (#660)Currently, when PyYAML is not installed, `rqstats -y` prints an error message, but it still exits with a 0 exit code, indicating success. Fix that, along with a few related issues: * The error message was printed to stdout rather than stderr. * The name of the library in the message was incorrect (LibYAML is a C library; the Python library is PyYAML). After this change, you need to install PyYAML to run the testsuite, so modify the GitHub workflow accordingly. Also, make sure to install all packages at once, to make sure that later install commands don't overwrite the result of the earlier ones.
Configuration menu - View commit details
-
Copy full SHA for 87dd8cf - Browse repository at this point
Copy the full SHA 87dd8cfView commit details
Commits on Sep 16, 2024
-
updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1e6174 - Browse repository at this point
Copy the full SHA a1e6174View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44c8229 - Browse repository at this point
Copy the full SHA 44c8229View commit details -
Handle the case where the Connection to Redis uses Sentinels (#671)
Currently, when PyYAML is not installed, `rqstats -y` prints an error message, but it still exits with a 0 exit code, indicating success. Fix that, along with a few related issues: * The error message was printed to stdout rather than stderr. * The name of the library in the message was incorrect (LibYAML is a C library; the Python library is PyYAML). After this change, you need to install PyYAML to run the testsuite, so modify the GitHub workflow accordingly. Also, make sure to install all packages at once, to make sure that later install commands don't overwrite the result of the earlier ones. Co-authored-by: Roman Donchenko <rdonchen@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 77bc4ff - Browse repository at this point
Copy the full SHA 77bc4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5b20c - Browse repository at this point
Copy the full SHA 4a5b20cView commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee4ae89 - Browse repository at this point
Copy the full SHA ee4ae89View commit details
Commits on Oct 19, 2024
-
Bump django from 3.2.25 to 4.2.16 in /integration_test (#676)
Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16. - [Commits](django/django@3.2.25...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec5cfef - Browse repository at this point
Copy the full SHA ec5cfefView commit details -
Configuration menu - View commit details
-
Copy full SHA for a953e6a - Browse repository at this point
Copy the full SHA a953e6aView commit details
Commits on Oct 28, 2024
-
Compatibility with RQ 2.0 (#675)
* rqworker command can now run * Make job_detail.html display better * Properly show currently running executions * Minor job detail cleanup * Fixed a few tests * Made stop job command work again * Fixed tests * Failed job registry should show jobs in reverse chronological order. * Make failed jobs sortable * Make finished jobs sortable * Require RQ >= 2 * Temporarily skip rq-scheduler tests * Comment out scheduler test * Comment out invalid test * Updated changelog
Configuration menu - View commit details
-
Copy full SHA for fbb916c - Browse repository at this point
Copy the full SHA fbb916cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f989493 - Browse repository at this point
Copy the full SHA f989493View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4adade - Browse repository at this point
Copy the full SHA c4adadeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.10.2...v3.0