summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Fix warning message when a container uses a non-json log driverDaniel Nephin2015-09-11
* Merge pull request #1954 from nhumrich/masterAanand Prasad2015-09-10
|\
| * Allow for user relative pathsNick H2015-09-09
* | Remove item unique constraint for commandMazz Mosley2015-09-09
* | Merge pull request #1862 from mrfuxi/costom-container-name-in-logsAanand Prasad2015-09-08
|\ \
| * | Use custom container name in logs. Fixes #1851Karol Duleba2015-09-07
* | | Allow entrypoint to be a list or stringMazz Mosley2015-09-07
|/ /
* | Merge pull request #1963 from shin-/1923-catch-timeoutAanand Prasad2015-09-04
|\ \
| * | custom timeout test rewriteJoffrey F2015-09-02
| |/
* | Add enum34 and use it to create a ConvergenceStrategy enum.Daniel Nephin2015-09-04
* | Merge pull request #1960 from dnephin/fix_smart_recreate_when_service_is_removedAanand Prasad2015-09-03
|\ \
| * | Extract link names into a function.Daniel Nephin2015-09-03
| * | Refactor network_mode logic out of Service.Daniel Nephin2015-09-03
| * | Fixes #1757 - include all service properties in the config_dict()Daniel Nephin2015-09-03
* | | expose array can contain either strings or numbersMazz Mosley2015-09-03
|/ /
* | Merge pull request #1965 from dnephin/fix_compose_up_attachAanand Prasad2015-09-02
|\ \
| * | Fix #1961 - docker-compose up should attach to all containers with no service...Daniel Nephin2015-09-02
| |/
* | Update tests to be compatible with validationMazz Mosley2015-09-02
* | Work around some coupling of links, net & volume_fromMazz Mosley2015-09-02
* | Split validation into fields and serviceMazz Mosley2015-09-02
* | Interpolate extended configMazz Mosley2015-09-02
* | Validate extended service against our schemaMazz Mosley2015-09-02
* | __init__ takes service name and dictMazz Mosley2015-09-02
* | filename is not optionalMazz Mosley2015-09-02
|/
* Merge pull request #1933 from dnephin/fix_scale_test_flakesAanand Prasad2015-08-31
|\
| * Prevent flaky test by changing container names.Daniel Nephin2015-08-31
| * Resolves #1804Daniel Nephin2015-08-27
* | Merge pull request #1932 from mrfuxi/image-dockerfile-validationmnowster2015-08-28
|\ \ | |/ |/|
| * Do not allow to specify both image and dockerfile in configuration. Closes #1908Karol Duleba2015-08-27
* | Merge pull request #1924 from dnephin/python3_fix_for_logsAanand Prasad2015-08-27
|\ \
| * | Fix log printing for python3 by converting everything to unicode.Daniel Nephin2015-08-26
| * | Move log_printer_test into correct testing module for naming convention.Daniel Nephin2015-08-25
* | | Resolves #1856, fix regression in #1645. Includes some refactoring to make te...Daniel Nephin2015-08-26
| |/ |/|
* | Merge pull request #1930 from dnephin/name_one_off_containersAanand Prasad2015-08-26
|\ \
| * | Allow setting a one-off container nameDaniel Nephin2015-08-26
| * | Cleanup some test case, remove unused mock return values, and use standard si...Daniel Nephin2015-08-26
| |/
* / Remove flake8 ignores and wrap the longest lines to 140 char.Daniel Nephin2015-08-26
|/
* Fix service integration tests.Daniel Nephin2015-08-25
* Update unit tests for stream_output to match the behaviour of a docker-py res...Daniel Nephin2015-08-25
* Have log_printer use utf8 stream.Daniel Nephin2015-08-25
* Unit tests passing again.Daniel Nephin2015-08-25
* Cleanup requirements.txt so we don't have to maintain separate copies for py2...Daniel Nephin2015-08-25
* Run tests against Python 2.6, 2.7, 3.3, 3.4 and PyPy2funkyfuture2015-08-25
* Support python 3Daniel Nephin2015-08-25
* Run pre-commit on all filesDaniel Nephin2015-08-24
* Adds pause and unpause-commandsFrank Sachsenheim2015-08-21
* log_opt: change address to syslog-addressJoel Hansson2015-08-20
* Merge pull request #1855 from mnowster/number-is-a-valid-service-nameAanand Prasad2015-08-20
|\
| * Pre-process validation stepsMazz Mosley2015-08-13
* | Merge pull request #1889 from mrfuxi/1670-images-digestmnowster2015-08-20
|\ \