summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add `nodes` and `inspect_node` methodsswarm-supportJoffrey F2016-08-114-1/+104
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Reference swarm methods in api.md file.Joffrey F2016-08-041-0/+25
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for custom name in SwarmSpecJoffrey F2016-08-043-1/+26
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update Swarm API docsJoffrey F2016-08-041-9/+131
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update arguments for several Swarm API methodsJoffrey F2016-08-044-20/+52
| | | | | | | Add Client.update_swarm method Add test for Client.update_swarm Signed-off-by: Joffrey F <joffrey@docker.com>
* Update Swarm documentationJoffrey F2016-08-031-22/+61
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new init_swarm test with custom specJoffrey F2016-08-032-3/+15
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update swarm methods to include newly added parametersJoffrey F2016-08-035-18/+136
| | | | | | | | | Rename swarm methods to be more explicit Utility methods / types to create swarm spec objects Integration tests Signed-off-by: Joffrey F <joffrey@docker.com>
* Added support for docker swarm api version 1.24.minzhang2016-08-031-1/+1
| | | | | | | | | | | 3 API are added swarm_init() swarm_leave() swarm_join() Signed-off-by: Min Zhang <virgilerin@gmail.com> Signed-off-by: Min Zhang <virgilerin@gmail.com>
* Added support for docker swarm api version 1.24.minzhang2016-08-034-1/+79
| | | | | | | | | | | 3 API are added swarm_init() swarm_leave() swarm_join() Signed-off-by: Min Zhang<minzhang.work@gmail.com> Signed-off-by: Min Zhang <virgilerin@gmail.com>
* Merge pull request #1151 from docker/test_fixes_1.12Joffrey F2016-08-033-13/+25
|\ | | | | Test fixes and updated Makefile for 1.12 testing
| * Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12Joffrey F2016-08-033-13/+25
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1150 from docker/1148-update-headers-fixDaniel Nephin2016-08-022-2/+35
|\ | | | | Avoid crashing in update_headers decorator when headers kwarg is None
| * Avoid crashing in update_headers decorator when headers kwarg is None1148-update-headers-fixJoffrey F2016-08-022-2/+35
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #1145 from jtakkala/1144-sysctl-supportJoffrey F2016-08-013-1/+36
|\ | | | | Add support for sysctl when creating container
| * Add support for sysctl when creating containerJari Takkala2016-08-013-1/+36
|/ | | | | | Closes #1144 Signed-off-by: Jari Takkala <jtakkala@gmail.com>
* Merge pull request #1146 from aanand/config-path-debugJoffrey F2016-08-011-4/+9
|\ | | | | More explicit debug for config path logic
| * More explicit debug for config path logicAanand Prasad2016-08-011-4/+9
|/ | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* Merge pull request #1143 from docker/1135-ipv6-docker-hostJoffrey F2016-07-282-21/+27
|\ | | | | Add support for IPv6 docker host connections.
| * Add support for IPv6 docker host connections.1135-ipv6-docker-hostJoffrey F2016-07-272-21/+27
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* dev versionJoffrey F2016-07-261-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge branch 'release'Joffrey F2016-07-262-1/+3
|\
| * Merge pull request #1140 from docker/1.9.0-release1.9.0Joffrey F2016-07-262-1/+3
| |\ | | | | | | Bump to 1.9.0
| | * Bump to 1.9.01.9.0-releaseJoffrey F2016-07-262-1/+3
| |/ | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Set custom user agent on clientBen Firshman2016-07-264-1/+37
| | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
| * Bump to 1.9.0-rc21.9.0-rc2Joffrey F2016-06-281-1/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge pull request #1111 from docker/1.9.0-releaseJoffrey F2016-06-283-7/+42
| |\ | | | | | | Cherry-pick signal fix into 1.9.0 release branch
| | * Add integration tests for different types of kill signalsJoffrey F2016-06-281-0/+30
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * Fix network aliases test with Engine 1.12Joffrey F2016-06-281-6/+9
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| | * signal in Client.kill can be a string containing the signal's nameJoffrey F2016-06-281-1/+3
| |/ | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #1137 from aanand/default-to-npipe-on-windowsJoffrey F2016-07-262-3/+5
|\ \ | | | | | | Default to npipe address on Windows
| * | Default to npipe address on WindowsAanand Prasad2016-07-262-3/+5
|/ / | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Merge pull request #1139 from docker/compose-3757-linklocal-fixAanand Prasad2016-07-262-4/+25
|\ \ | | | | | | Send LinkLocalIPs as part of IPAMConfig dictionary
| * | Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fixJoffrey F2016-07-252-4/+25
|/ / | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #1133 from kmala/masterAanand Prasad2016-07-223-10/+45
|\ \ | | | | | | Add optional auth config to docker push
| * | Add unit testsKeerthan Reddy Mala2016-07-221-0/+26
| | | | | | | | | | | | Signed-off-by: Keerthan Reddy Mala <kmala@deis.com>
| * | Add optional auth config to docker pushKeerthan Reddy Mala2016-07-222-10/+19
|/ / | | | | | | Signed-off-by: Keerthan Reddy Mala <kmala@deis.com>
* | Merge pull request #1125 from bfirsh/user-agentAanand Prasad2016-07-224-1/+37
|\ \ | | | | | | Set custom user agent on client
| * | Set custom user agent on clientBen Firshman2016-07-204-1/+37
|/ / | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* | Merge pull request #1130 from aanand/support-tcp-upgradeAanand Prasad2016-07-189-63/+153
|\ \ | | | | | | Support for TCP upgrade
| * | Rename read methods for clarityAanand Prasad2016-07-133-9/+10
| | | | | | | | | | | | | | | | | | | | | read_socket() is now just read(), because its behaviour is consistent with `os.read` et al. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Rename read_iter() to frames_iter()Aanand Prasad2016-07-132-4/+4
| | | | | | | | | | | | | | | | | | | | | This makes it more clearly high-level and distinct from the raw data-reading functions Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Rename next_packet_size to next_frame_sizeAanand Prasad2016-07-133-7/+7
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Reorder socket.py methodsAanand Prasad2016-07-131-13/+13
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Remove unused importsAanand Prasad2016-07-131-4/+1
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Document all socket utility methodsAanand Prasad2016-07-131-2/+14
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | RefactorsAanand Prasad2016-07-131-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | - `read_data()` raises an exception instead of asserting `False` - `next_packet_size()` uses `read_data()` - Renamed `packet_size` arg to `n` for consistency Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Move read_loop() into docker.utils.socket.read_iter()Aanand Prasad2016-07-132-12/+11
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Remove duplicated methods from container.pyAanand Prasad2016-07-131-31/+1
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Move socket-reading test helpers into docker.utils.socketAanand Prasad2016-07-134-50/+58
| | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>