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: celery/celery Loading
base: main
Choose a base ref
...
head repository: ali-security/celery-487 Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 20 files changed
  • 10 contributors

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    051e6df View commit details
    Browse the repository at this point in the history
  2. Fix version typo (#4826)

    earlbread authored and thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    c316042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5872f42 View commit details
    Browse the repository at this point in the history
  4. Fix hybrid_to_proto2 with missing timelimit (#4850)

    * Fix hybrid_to_proto2 with missing timelimit
    
    If `timelimit` is not defined in `body`, it will default to `None` value. Which will cause result in a crash here:
    https://github.com/celery/celery/blob/master/celery/worker/request.py#L188 (`'NoneType' object is not iterable`).
    
    Defaulting to `(None, None)` instead should fix it.
    
    * add testcase
    
    * flake8 and isort
    23doors authored and thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4d73675 View commit details
    Browse the repository at this point in the history
  5. Fix crontab documentation (#4880)

    * Fix rst border alignment
    
    A misaligned pipe character on the crontab examples table meant that the
    entire table was not being rendered on the documentation.
    
    * Fixes #4020 Update crontab pattern
    lewisemm authored and thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4b49060 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    249fd49 View commit details
    Browse the repository at this point in the history
  7. bugfix for non-serializable exception arguments when JSON is the sele…

    …cted serializer (#4864)
    Tom Booth authored and thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    0ada7a3 View commit details
    Browse the repository at this point in the history
  8. bugfix. fix _schedule_bucket_request bug. (#4854)

    * bugfix. (#4853)
    
    * bugfix. (#4853)
    
    * add unittest
    ideascf authored and thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    d3c1f65 View commit details
    Browse the repository at this point in the history
  9. Fix misspelled words in docs (#4884)

    mwiens91 authored and thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    a4ed01f View commit details
    Browse the repository at this point in the history
  10. Fix a bug that occurs when the timelimit header is provided but is No…

    …ne instead of a tuple of (None, None). (#4908)
    thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    41b12e7 View commit details
    Browse the repository at this point in the history
  11. Updated the changelog.

    thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3d9d826 View commit details
    Browse the repository at this point in the history
  12. Bump version: 4.2.0 → 4.2.1

    thedrow committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    16d4248 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Restrict version of redis dependency (#5177)

    Version 3 of the redis package is backwards incompatible and
    causes a bunch of breakage, limit to version 2
    simonschmidt authored and auvipy committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    502ee6e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    1571d41 View commit details
    Browse the repository at this point in the history
  2. Bump version: 4.2.1 → 4.2.2

    thedrow committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    c3ba885 View commit details
    Browse the repository at this point in the history
Loading