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: ul2002/docker-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: docker-php/docker-php
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.
  • 15 commits
  • 10 files changed
  • 5 contributors

Commits on May 12, 2018

  1. feat: Consume Docker system events asynchronously

    Guillem CANAL
    Guillem CANAL committed May 12, 2018
    Configuration menu
    Copy the full SHA
    249744e View commit details
    Browse the repository at this point in the history
  2. fix: Increase the delay between the container creation and the phpuni…

    …t assertions
    Guillem CANAL
    Guillem CANAL committed May 12, 2018
    Configuration menu
    Copy the full SHA
    0b3cdcb View commit details
    Browse the repository at this point in the history
  3. fix: Only listen to Docker container create event

    Guillem CANAL
    Guillem CANAL committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f98e572 View commit details
    Browse the repository at this point in the history
  4. fix: attempt to catch the proper event using a macther (docker may no…

    …t run in isolation in Travis CI)
    Guillem CANAL
    Guillem CANAL committed May 12, 2018
    Configuration menu
    Copy the full SHA
    9e7857c View commit details
    Browse the repository at this point in the history
  5. fix: Crazy formatting requirements in tests

    Guillem CANAL
    Guillem CANAL committed May 12, 2018
    Configuration menu
    Copy the full SHA
    f072ecf View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. fix: Use Loop::delay instead of a Delayed callback

    Guillem CANAL
    Guillem CANAL committed May 13, 2018
    Configuration menu
    Copy the full SHA
    d7bdc16 View commit details
    Browse the repository at this point in the history
  2. fix: Replaced $events->cancel() by Loop::stop()

    Reason: The travis step responsible to generate the coverage report is doing a
    composer update --prefer-stable --prefer-lowest --no-interaction
    which retreive an unstable version of amphp/artax.
    please check https://github.com/amphp/artax/blob/master/CHANGELOG.md#306
    Guillem CANAL
    Guillem CANAL committed May 13, 2018
    Configuration menu
    Copy the full SHA
    73c0949 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2018

  1. Update container-run.md

    Added an example for executing command on running container.
    dbjpanda authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    2a6df3d View commit details
    Browse the repository at this point in the history
  2. Update container-run.md

    dbjpanda authored Jun 17, 2018
    Configuration menu
    Copy the full SHA
    bbc4934 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Fix grammatical error

    RowdyElectron committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    885695f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

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

Commits on Feb 17, 2019

  1. Merge pull request docker-php#328 from RowdyElectron/master

    Fix grammatical error
    joelwurtz authored Feb 17, 2019
    Configuration menu
    Copy the full SHA
    dd4c4c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker-php#320 from dbjpanda/master

    Update container-run.md
    joelwurtz authored Feb 17, 2019
    Configuration menu
    Copy the full SHA
    d3a7aaf View commit details
    Browse the repository at this point in the history
  3. Merge pull request docker-php#313 from guillemcanal/feat/async-docker…

    …-system-events
    
    feat: Consume Docker system events asynchronously
    joelwurtz authored Feb 17, 2019
    Configuration menu
    Copy the full SHA
    cd8e309 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. No longer maintained

    joelwurtz authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    c44f1f2 View commit details
    Browse the repository at this point in the history
Loading