This repository was archived by the owner on Oct 26, 2019. It is now read-only.
feat: Consume Docker system events asynchronously - #313
Merged
joelwurtz merged 7 commits intoFeb 17, 2019
Conversation
added 5 commits
May 12, 2018 20:47
…t run in isolation in Travis CI)
Contributor
Author
|
@joelwurtz The job that generate the coverage report keep failing on me. And yet, #ItWorkOnMyMachine ;) Do you have the same issue on your machine ? I'll try to use the same Docker binary than the job in question. |
added 2 commits
May 13, 2018 20:34
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
Contributor
Author
|
@joelwurtz Okay, after much investigation I found why the Travis job that generate the coverage report was failing : In the The issue in question was fixed in version |
Member
|
Thanks for this and sorry for the long awaited time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature make it possible to consume docker system events asynchronously using the
DockerAsyncclient implementation.Fixes issue #312
How to use