Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dabapps/django-db-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: dabapps/django-db-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 20, 2025

  1. Configuration menu
    Copy the full SHA
    6730a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de272a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dd1843 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d797d37 View commit details
    Browse the repository at this point in the history
  5. Upgrade test requirements

    j4mie committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    e9f2347 View commit details
    Browse the repository at this point in the history
  6. Bump versions in setup.py

    j4mie committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    e0c7f18 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Add exclude_future_jobs arg to get_queue_depths

    New arg exclude_future_jobs filters the READY and NEW jobs to only be ones without a run_after or the run_after is now/in the past
    George9Waller committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    f28e85e View commit details
    Browse the repository at this point in the history
  2. Add the exclude_future_jobs arg to the queue_depth command

    The queue_depth command can call get_queue_depths with the option to exclude jobs in the future
    George9Waller committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    738be6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7322827 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Merge pull request #67 from dabapps/django-5.1

    Add Python 3.13 and Django 5.1 to test matrix, drop unsupported versions
    j4mie authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    86bfc20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ba3cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68 from George9Waller/feature-exclude-future-jobs…

    …-from-queue-depth
    
    Feature to exclude future jobs from queue depth
    j4mie authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    2fc1b10 View commit details
    Browse the repository at this point in the history
  4. Version 3.3.0

    j4mie authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    fd09d21 View commit details
    Browse the repository at this point in the history
Loading