summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix integration-dind-ssl make task852-independent-integrationJoffrey F2015-11-181-1/+1
* Move methods/classes used by all integration tests to helpers.pyJoffrey F2015-11-1810-178/+179
* Wrong key name in stats testJoffrey F2015-11-181-1/+1
* Merge branch 'oom-kill-disable-pr' of https://github.com/schu/docker-py into ...Joffrey F2015-11-181-1/+8
|\
| * create_host_config: allow setting oom_kill_disableMichael Schubert2015-11-101-1/+8
* | Merge pull request #832 from aebm/masterJoffrey F2015-11-181-0/+30
|\ \
| * | Fix #627Alejandro Brito Monedero2015-10-291-0/+30
* | | Merge pull request #805 from sourcelair/enhancement/stats-no-streamDaniel Nephin2015-11-171-0/+31
|\ \ \
| * | | Add test for streaming statsAntonis Kalipetis2015-10-221-2/+16
| * | | Add integration test for stats no-streamAntonis Kalipetis2015-10-221-0/+17
* | | | Merge pull request #834 from lots0logs/814-host-config-mem-swapDaniel Nephin2015-11-161-0/+32
|\ \ \ \
| * | | | Dont include mem_swappiness when testing use of str valuesDustin Falgout2015-11-051-2/+1
| * | | | Incorporates feedback from and closes #814Dustin Falgout2015-11-051-0/+33
| | |/ / | |/| |
* | | | Merge pull request #851 from docker/remove-ci-transition-filesJoffrey F2015-11-122-17/+0
|\ \ \ \
| * | | | Remove unused filesremove-ci-transition-filesJoffrey F2015-11-122-17/+0
* | | | | Merge pull request #850 from docker/mnowster-test-no-log-driver-specifiedJoffrey F2015-11-121-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'test-no-log-driver-specified' of https://github.com/mnowster/do...mnowster-test-no-log-driver-specifiedJoffrey F2015-11-121-2/+0
| |\ \ \ \
| | * | | | Remove skip testMazz Mosley2015-10-011-2/+0
* | | | | | Merge pull request #796 from v-boyko/feature/logs_sinceDaniel Nephin2015-11-121-0/+35
|\ \ \ \ \ \
| * \ \ \ \ \ Merge upstream branch 'master' into feature/logs_sinceViacheslav Boiko2015-11-0528-3256/+3903
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Support the 'since' option in the 'containers/<id>/logs' endpointViacheslav Boiko2015-10-021-0/+34
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #848 from docker/845-fixJoffrey F2015-11-121-18/+31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Client.logs(tail=0) now shows no past logs (expected behavior)Joffrey F2015-11-121-18/+31
* | | | | | Add build integration test checking stderr shows up in streamJoffrey F2015-11-111-0/+19
|/ / / / /
* | | | | Update buildargs test to avoid race condition838-updateJoffrey F2015-11-101-2/+5
* | | | | Support 'buildargs' parameter for docker 1.9.Leonty2015-11-101-0/+15
| |_|_|/ |/| | |
* | | | Bump default API version to 1.21bump_api_version_121Joffrey F2015-11-041-14/+17
| |/ / |/| |
* | | Merge pull request #830 from docker/fix-links-create-testJoffrey F2015-10-281-1/+1
|\ \ \
| * | | Use network_mode=bridge when testing linksJoffrey F2015-10-281-1/+1
* | | | Merge pull request #827 from coreypobrien/lessbindingJoffrey F2015-10-281-45/+53
|\ \ \ \ | |/ / / |/| | |
| * | | Move container volume bind tests to their own classCorey O'Brien2015-10-271-45/+53
* | | | Fix py3.2 test failure and unicode behaviorJoffrey F2015-10-271-5/+9
|/ / /
* | | Merge pull request #825 from aebm/masterJoffrey F2015-10-271-0/+29
|\ \ \
| * | | Fix auth.load_config bug calling parse_authAlejandro Brito Monedero2015-10-271-0/+29
| | |/ | |/|
* | | Support unicode commands.Daniel Nephin2015-10-261-1/+14
|/ /
* | Reorganize test directoriesreorganize_testsJoffrey F2015-10-2126-3706/+3724
* | Update `Client.create_volume` to use new endpoint819-volumes-createJoffrey F2015-10-212-3/+3
* | Pull correct version of busybox in integration testsJoffrey F2015-10-141-1/+1
* | Fix attach method over SSL connectionsStephen Moore2015-10-142-2/+91
* | Use DOCKER_CONFIG environment variable to look up auth configJoffrey F2015-10-141-3/+30
* | Use url-safe base64 when encoding auth headerJoffrey F2015-10-141-3/+14
* | put/get archive implementationJoffrey F2015-10-143-1/+119
* | Fix testsJoffrey F2015-10-142-9/+13
* | Implement methods for managing networksAanand Prasad2015-10-142-0/+238
* | Don't break when volume binds contain unicode charactersJoffrey F2015-10-141-2/+89
* | Fix race condition in integration regression testsPaul Bellamy2015-10-011-1/+1
|/
* Merge pull request #789 from PierreF/top_ps_argsJoffrey F2015-09-283-0/+87
|\
| * Added test for "top" functionPierre Fersing2015-09-283-0/+87
* | Support explicit protocol in Client.port792-fix-ports-commandJoffrey F2015-09-281-0/+25
* | _url can take arbitrarily many argumentsAanand Prasad2015-09-251-3/+27
|/