summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* 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
|\ \
| * | Allow to specify image by digest. Fixes #1670Karol Duleba2015-08-19
* | | Merge pull request #1859 from mrfuxi/extend-unexisting-servicemnowster2015-08-19
|\ \ \ | |/ / |/| |
| * | Raise configuration error when trying to extend service that does not exist. ...Karol Duleba2015-08-12
* | | Handle all exceptionsMazz Mosley2015-08-17
* | | Merge pull request #1824 from mrfuxi/run-with-portsDaniel Nephin2015-08-13
|\ \ \ | |/ / |/| |
| * | Allow manual port mapping when using "run" command. Fixes #1709Karol Duleba2015-08-12
* | | memory values can be strings or numbersMazz Mosley2015-08-12
| |/ |/|
* | Merge pull request #1825 from aanand/dedupe-unset-env-warningsmnowster2015-08-12
|\ \
| * | Avoid duplicate warnings if an unset env variable is used multiple timesAanand Prasad2015-08-12
* | | Fix ports validationMazz Mosley2015-08-12
|/ /
* | Merge pull request #1827 from mnowster/port-rangesAanand Prasad2015-08-12
|\ \
| * | fixed merge issue from previous commitYuval Kohavi2015-08-07
| * | rebasing port range changesYuval Kohavi2015-08-07
| |/
* | Merge pull request #1808 from mnowster/129-validate-compose-ymlAanand Prasad2015-08-12
|\ \
| * | Handle $ref defined types errorsMazz Mosley2015-08-11
| * | Catch non-unique errorsMazz Mosley2015-08-11
| * | Retrieve sub property keysMazz Mosley2015-08-11
| * | Clean error.messageMazz Mosley2015-08-11
| * | Allow integer value for portsMazz Mosley2015-08-11
| * | Use split_port for ports format checkMazz Mosley2015-08-07
| * | Refactor validation outMazz Mosley2015-08-07
| * | Improve test coverage for validationMazz Mosley2015-08-07
| * | Error handlingMazz Mosley2015-08-07
| * | Format validation of portsMazz Mosley2015-08-07
| * | Replace service tests with config testsMazz Mosley2015-08-07
| * | Perform schema validationMazz Mosley2015-08-07
| |/
* | Fix mem_limit and memswap_limit regressionAanand Prasad2015-08-11