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: php-enqueue/enqueue-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.6
Choose a base ref
...
head repository: php-enqueue/enqueue-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.7
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 16, 2017

  1. add gitter notification

    makasim authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    b965d96 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    913bcab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce71d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #173 from php-enqueue/fix-pheanstalk

    fix pheanstalk redelivered, receive
    makasim authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    2c785fe View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Use Query Builder for better support across platforms.

    Not all drivers supported FOR UPDATE queries so this changes changes the
    raw SQL to use the query builder thus allowing DBAL to construct hte
    appropriate query per platform. It then grabs the SQL and appends the
    read lock SQL but grabs the SQL part from the correct platform thus as
    to not break portability.
    Ian Jenkins committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    d5e2f33 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Merge pull request #176 from jenkoian/dbal-qb

    Use Query Builder for better support across platforms.
    makasim authored Aug 25, 2017
    Configuration menu
    Copy the full SHA
    fab67ff View commit details
    Browse the repository at this point in the history
  2. Release 0.7.7

    makasim committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    0fad9dc View commit details
    Browse the repository at this point in the history
Loading