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

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    f1202cd View commit details
    Browse the repository at this point in the history
  2. fix: install phpcs from composer

    SMillerDev authored and pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    7424ada View commit details
    Browse the repository at this point in the history
  3. feat: add CI to dependabot

    SMillerDev authored and pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    402e8e3 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 2 to 4 (resque#87)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    c7f9aa0 View commit details
    Browse the repository at this point in the history
  5. ci: add php 8.1

    TorstenDittmann authored and pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    064ec29 View commit details
    Browse the repository at this point in the history
  6. feat: support for php 8.1

    TorstenDittmann authored and pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    cdfbda3 View commit details
    Browse the repository at this point in the history
  7. tests: migrate to phpunit 8

    TorstenDittmann authored and pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    ce296f1 View commit details
    Browse the repository at this point in the history
  8. Update to phpunit 9.5

    pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    393e96b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bf855e View commit details
    Browse the repository at this point in the history
  10. Set constant visibility

    pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    d0071b6 View commit details
    Browse the repository at this point in the history
  11. ci: Enforce passing phpcs

    pprkut committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    71899f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    67d2e9b View commit details
    Browse the repository at this point in the history
  2. chore: update php version in README

    SMillerDev authored and pprkut committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    5b0e4b2 View commit details
    Browse the repository at this point in the history
  3. Track job milestone timestamps directly in JobHandler (resque#90)

    This makes it easier for hooks to work with these times,
    rather than having to track those for every job themselves.
    
    Previously you could do this with dynamic properties on the
    JobHandler class, but that is deprecated in PHP 8.2.
    pprkut authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    2b65f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    b3131f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    ecfce08 View commit details
    Browse the repository at this point in the history
  2. Add base Job class (resque#92)

    * Add base Job class
    
    * Require every job to extend the base Job class
    
    * Add more strict types for Job class properties
    pprkut authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    7e03f6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a9a8d6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Support SSL

    vbotingnon authored and pprkut committed May 18, 2025
    Configuration menu
    Copy the full SHA
    c553e1d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Bump actions/checkout from 4 to 5 (resque#97)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    98a45c6 View commit details
    Browse the repository at this point in the history
Loading