Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `nodes` and `inspect_node` methodsswarm-support | Joffrey F | 2016-08-11 | 4 | -1/+104 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Reference swarm methods in api.md file. | Joffrey F | 2016-08-04 | 1 | -0/+25 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add support for custom name in SwarmSpec | Joffrey F | 2016-08-04 | 3 | -1/+26 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update Swarm API docs | Joffrey F | 2016-08-04 | 1 | -9/+131 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update arguments for several Swarm API methods | Joffrey F | 2016-08-04 | 4 | -20/+52 |
| | | | | | | | Add Client.update_swarm method Add test for Client.update_swarm Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update Swarm documentation | Joffrey F | 2016-08-03 | 1 | -22/+61 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add new init_swarm test with custom spec | Joffrey F | 2016-08-03 | 2 | -3/+15 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Update swarm methods to include newly added parameters | Joffrey F | 2016-08-03 | 5 | -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. | minzhang | 2016-08-03 | 1 | -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. | minzhang | 2016-08-03 | 4 | -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.12 | Joffrey F | 2016-08-03 | 3 | -13/+25 |
|\ | | | | | Test fixes and updated Makefile for 1.12 testing | ||||
| * | Test fixes and updated Makefile for 1.12 testingtest_fixes_1.12 | Joffrey F | 2016-08-03 | 3 | -13/+25 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1150 from docker/1148-update-headers-fix | Daniel Nephin | 2016-08-02 | 2 | -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-fix | Joffrey F | 2016-08-02 | 2 | -2/+35 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge pull request #1145 from jtakkala/1144-sysctl-support | Joffrey F | 2016-08-01 | 3 | -1/+36 |
|\ | | | | | Add support for sysctl when creating container | ||||
| * | Add support for sysctl when creating container | Jari Takkala | 2016-08-01 | 3 | -1/+36 |
|/ | | | | | | Closes #1144 Signed-off-by: Jari Takkala <jtakkala@gmail.com> | ||||
* | Merge pull request #1146 from aanand/config-path-debug | Joffrey F | 2016-08-01 | 1 | -4/+9 |
|\ | | | | | More explicit debug for config path logic | ||||
| * | More explicit debug for config path logic | Aanand Prasad | 2016-08-01 | 1 | -4/+9 |
|/ | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | Merge pull request #1143 from docker/1135-ipv6-docker-host | Joffrey F | 2016-07-28 | 2 | -21/+27 |
|\ | | | | | Add support for IPv6 docker host connections. | ||||
| * | Add support for IPv6 docker host connections.1135-ipv6-docker-host | Joffrey F | 2016-07-27 | 2 | -21/+27 |
|/ | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | dev version | Joffrey F | 2016-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Merge branch 'release' | Joffrey F | 2016-07-26 | 2 | -1/+3 |
|\ | |||||
| * | Merge pull request #1140 from docker/1.9.0-release1.9.0 | Joffrey F | 2016-07-26 | 2 | -1/+3 |
| |\ | | | | | | | Bump to 1.9.0 | ||||
| | * | Bump to 1.9.01.9.0-release | Joffrey F | 2016-07-26 | 2 | -1/+3 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Set custom user agent on client | Ben Firshman | 2016-07-26 | 4 | -1/+37 |
| | | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
| * | Bump to 1.9.0-rc21.9.0-rc2 | Joffrey F | 2016-06-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| * | Merge pull request #1111 from docker/1.9.0-release | Joffrey F | 2016-06-28 | 3 | -7/+42 |
| |\ | | | | | | | Cherry-pick signal fix into 1.9.0 release branch | ||||
| | * | Add integration tests for different types of kill signals | Joffrey F | 2016-06-28 | 1 | -0/+30 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | Fix network aliases test with Engine 1.12 | Joffrey F | 2016-06-28 | 1 | -6/+9 |
| | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
| | * | signal in Client.kill can be a string containing the signal's name | Joffrey F | 2016-06-28 | 1 | -1/+3 |
| |/ | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1137 from aanand/default-to-npipe-on-windows | Joffrey F | 2016-07-26 | 2 | -3/+5 |
|\ \ | | | | | | | Default to npipe address on Windows | ||||
| * | | Default to npipe address on Windows | Aanand Prasad | 2016-07-26 | 2 | -3/+5 |
|/ / | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | | Merge pull request #1139 from docker/compose-3757-linklocal-fix | Aanand Prasad | 2016-07-26 | 2 | -4/+25 |
|\ \ | | | | | | | Send LinkLocalIPs as part of IPAMConfig dictionary | ||||
| * | | Send LinkLocalIPs as part of IPAMConfig dictionarycompose-3757-linklocal-fix | Joffrey F | 2016-07-25 | 2 | -4/+25 |
|/ / | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | | Merge pull request #1133 from kmala/master | Aanand Prasad | 2016-07-22 | 3 | -10/+45 |
|\ \ | | | | | | | Add optional auth config to docker push | ||||
| * | | Add unit tests | Keerthan Reddy Mala | 2016-07-22 | 1 | -0/+26 |
| | | | | | | | | | | | | Signed-off-by: Keerthan Reddy Mala <kmala@deis.com> | ||||
| * | | Add optional auth config to docker push | Keerthan Reddy Mala | 2016-07-22 | 2 | -10/+19 |
|/ / | | | | | | | Signed-off-by: Keerthan Reddy Mala <kmala@deis.com> | ||||
* | | Merge pull request #1125 from bfirsh/user-agent | Aanand Prasad | 2016-07-22 | 4 | -1/+37 |
|\ \ | | | | | | | Set custom user agent on client | ||||
| * | | Set custom user agent on client | Ben Firshman | 2016-07-20 | 4 | -1/+37 |
|/ / | | | | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | | Merge pull request #1130 from aanand/support-tcp-upgrade | Aanand Prasad | 2016-07-18 | 9 | -63/+153 |
|\ \ | | | | | | | Support for TCP upgrade | ||||
| * | | Rename read methods for clarity | Aanand Prasad | 2016-07-13 | 3 | -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 Prasad | 2016-07-13 | 2 | -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_size | Aanand Prasad | 2016-07-13 | 3 | -7/+7 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Reorder socket.py methods | Aanand Prasad | 2016-07-13 | 1 | -13/+13 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Remove unused imports | Aanand Prasad | 2016-07-13 | 1 | -4/+1 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Document all socket utility methods | Aanand Prasad | 2016-07-13 | 1 | -2/+14 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Refactors | Aanand Prasad | 2016-07-13 | 1 | -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 Prasad | 2016-07-13 | 2 | -12/+11 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Remove duplicated methods from container.py | Aanand Prasad | 2016-07-13 | 1 | -31/+1 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
| * | | Move socket-reading test helpers into docker.utils.socket | Aanand Prasad | 2016-07-13 | 4 | -50/+58 |
| | | | | | | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> |