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: resque/php-resque
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: cakemail/php-resque
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 5 contributors

Commits on Dec 20, 2019

  1. Merge branch 'develop'

    danhunsaker committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    7dd1474 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Merge branch 'develop'

    danhunsaker committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    b6a920c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Update Redis.php

    Added urlencoding and base64encoding for redis password
    JohnPremKumar authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    59738b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Update Redis.php

    changed hashing to encoding as suggested
    JohnPremKumar authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    996df49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from JohnPremKumar/patch-1

    Support Redis Password Encoding
    danhunsaker authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    fe41c04 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Only ping redis if Worker is unpaused (#47)

    Only ping redis if Worker is unpaused
    Patrick Romowicz authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4a04f88 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Move CI to GitHub actions (#49)

    * CI: Move to GitHub actions
    
    * lib: fix issues found by PHPStan
    
    * CI: Install redis for phpunit
    
    * CI: remove unused code coverage providers
    
    * Add PHPCS config for PSR12-with-tabs
    
    Co-authored-by: Dan Hunsaker <[email protected]>
    SMillerDev and danhunsaker authored Jul 3, 2021
    Configuration menu
    Copy the full SHA
    7b791b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    cf26042 View commit details
    Browse the repository at this point in the history
  2. Update Worker.php

    demetrius-edelin authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    5c9ba93 View commit details
    Browse the repository at this point in the history
Loading