Daniel Nephin
|
44c1747127
|
Add tests for reactive log printing.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-03-15 13:17:10 -04:00 |
Daniel Nephin
|
886328640f
|
Convert some cli tests to pytest.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-03-08 14:42:51 -05:00 |
Stéphane Seguin
|
038da4eea3
|
Logs args of LogPrinter as a dictionary
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com>
|
2016-03-01 20:24:15 +01:00 |
Stéphane Seguin
|
82632098a3
|
Add -f, --follow flag as option on logs.
Closes #2187
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com>
|
2016-03-01 20:23:43 +01:00 |
Daniel Nephin
|
b4868d0259
|
Fix race condition with up and setting signal handlers.
Also print stdout on wait_for_container().
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-01-29 13:04:04 -05:00 |
Evgeniy Dobrohvalov
|
bf48a781db
|
Add flag for stops all containers if any container was stopped.
Signed-off-by: Evgeniy Dobrohvalov <scipetr@gmail.com>
|
2016-01-13 13:12:09 +03:00 |
Daniel Nephin
|
304a44aeab
|
Merge pull request #2585 from dnephin/short_signal_handlers
Fix signal handlers by moving shutdown logic out of handler
|
2016-01-12 12:55:53 -05:00 |
Daniel Nephin
|
475a091768
|
Update pre-commit config to enforace that future imports exist in all files.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-01-07 13:09:03 -05:00 |
Daniel Nephin
|
778c213dfc
|
Fix signal handlers by moving shutdown logic out of handler.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-12-30 11:21:20 -05:00 |
Daniel Nephin
|
ea4230e7a2
|
Handle both SIGINT and SIGTERM for docker-compose up.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-11-12 17:41:44 -05:00 |
Daniel Nephin
|
d836973a04
|
Use colors when logging warnings or errors, so they are more obvious.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2015-10-29 14:06:50 -04:00 |
Daniel Nephin
|
0484e22a84
|
Add enum34 and use it to create a ConvergenceStrategy enum.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
2015-09-04 10:45:53 -04:00 |
Daniel Nephin
|
48466d7d82
|
Fix #1961 - docker-compose up should attach to all containers with no service names are specified, and add tests.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
2015-09-02 16:08:18 -04:00 |
Daniel Nephin
|
3a0153859a
|
Resolves #1856, fix regression in #1645. Includes some refactoring to make testing easier.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
|
2015-08-26 16:21:31 -04:00 |