summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for isolation param in host confighost_config_isolationJoffrey F2016-09-292-1/+23
* Merge pull request #1224 from mferon/addRestartPolicyUpdateSupportJoffrey F2016-09-291-0/+30
|\
| * Add support for restart policy updateMaxime Feron2016-09-281-0/+30
* | Adjust test_create_network_with_ipam_configAlessandro Boch2016-09-291-5/+4
|/
* Merge pull request #1210 from docker/identity-token-supportJoffrey F2016-09-161-1/+25
|\
| * Add support for identity tokens in config file.identity-token-supportJoffrey F2016-09-151-1/+25
* | Merge pull request #1215 from bfirsh/autopep8Joffrey F2016-09-142-4/+4
|\ \
| * | Fix a few pep8 issuesBen Firshman2016-09-142-4/+4
| |/
* | Merge pull request #1213 from bfirsh/parse-json-errorsJoffrey F2016-09-142-2/+19
|\ \
| * | Parse JSON API errorsBen Firshman2016-09-142-2/+19
| |/
* | Ignore not in swarm error when force leavingBen Firshman2016-09-142-16/+5
|/
* Fix unit test which doesn't do anythingBen Firshman2016-09-072-37/+10
* Add test for import_image with changes param1064-import-changesJoffrey F2016-09-061-0/+42
* Fix licensesBen Firshman2016-09-052-28/+0
* Add support for force disconnect1105-network-apiJoffrey F2016-08-312-2/+30
* Add support for labels and enable_ipv6 in create_networkJoffrey F2016-08-311-1/+26
* Merge pull request #1167 from docker/1075-from-env-versionJoffrey F2016-08-251-0/+8
|\
| * Support version parameter in `Client.from_env`1075-from-env-versionJoffrey F2016-08-251-0/+8
* | Merge pull request #1168 from docker/aiden0z-masterJoffrey F2016-08-251-0/+9
|\ \
| * | Docs and tests for pids_limit.aiden0z-masterJoffrey F2016-08-231-0/+9
| |/
* | Fix creating containers with env vars with unicode charactersfermayo2016-08-251-0/+20
* | Merge pull request #1082 from masci/fix_stream_helperJoffrey F2016-08-231-1/+41
|\ \ | |/ |/|
| * invoke self._result with json=True if decode=TrueMassimiliano Pippi2016-06-071-1/+41
* | support MemoryReservation and KernelMemoryKay Yan2016-08-231-0/+14
* | Merge branch 'master' of https://github.com/srikalyan/docker-py into srikalya...Joffrey F2016-08-231-1/+10
|\ \
| * | Added support for user namespace.Srikalyan Swayampakula2016-06-301-1/+10
* | | Merge branch 'jp-cpushares' of https://github.com/joshpurvis/docker-py into j...Joffrey F2016-08-232-2/+83
|\ \ \
| * | | Move cpu_shares and cpuset_cpu to HostConfig when API >= 1.18Josh Purvis2016-08-152-2/+83
| * | | docker client consistency: don't quote ':/'Tomas Tomecek2016-08-101-2/+8
* | | | Merge pull request #1131 from Knetic/dnsoptsJoffrey F2016-08-231-0/+13
|\ \ \ \
| * | | | Implemented dns_opt support (from api 1.21)George Lester2016-08-071-0/+13
| |/ / /
* | | | Private images support in create_service / update_service1085-service-supportJoffrey F2016-08-231-1/+0
* | | | Add services documentationJoffrey F2016-08-221-1/+1
* | | | New docker.types subpackage containing advanced config dictionary typesJoffrey F2016-08-191-3/+93
* | | | Service API integration testsJoffrey F2016-08-171-0/+100
* | | | Remove references to "ExecutionDriver"Brian Goff2016-08-173-39/+2
* | | | docker client consistency: don't quote ':/'Tomas Tomecek2016-08-171-2/+8
* | | | Add `nodes` and `inspect_node` methodsswarm-supportJoffrey F2016-08-111-0/+29
* | | | Add support for custom name in SwarmSpecJoffrey F2016-08-041-0/+18
* | | | Update arguments for several Swarm API methodsJoffrey F2016-08-041-0/+31
* | | | Add new init_swarm test with custom specJoffrey F2016-08-031-1/+13
* | | | Update swarm methods to include newly added parametersJoffrey F2016-08-031-0/+55
|/ / /
* | | Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12Joffrey F2016-08-031-1/+1
* | | Avoid crashing in update_headers decorator when headers kwarg is None1148-update-headers-fixJoffrey F2016-08-021-1/+34
* | | Add support for sysctl when creating containerJari Takkala2016-08-011-0/+27
* | | Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-271-1/+9
* | | Default to npipe address on WindowsAanand Prasad2016-07-261-2/+2
* | | Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fixJoffrey F2016-07-251-0/+21
* | | Add unit testsKeerthan Reddy Mala2016-07-221-0/+26
* | | Set custom user agent on clientBen Firshman2016-07-201-0/+30