summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't break when volume binds contain unicode characters782-unicode-volume-pathsJoffrey F2015-09-252-6/+104
| | | | | | Also includes a few unit tests for utils.convert_volume_binds Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge branch 'aanand-url-variable-args'Joffrey F2015-09-254-140/+221
|\
| * _url can take arbitrarily many argumentsAanand Prasad2015-09-252-14/+39
| | | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * Merge pull request #770 from docker/cpu_cfs_opts_supportAanand Prasad2015-09-252-126/+182
| |\ |/ / | | Support for cpu_quota and cpu_period
| * Check API version when using cpu_period and cpu_quotacpu_cfs_opts_supportJoffrey F2015-09-241-13/+21
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * cpu_quota and cpu_period unit testsJoffrey F2015-09-241-124/+155
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Add support for cpu_quota and cpu_period in host_configJoffrey F2015-09-241-1/+18
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #765 from docker/api_1.20_supportJoffrey F2015-09-232-14/+24
|\ | | | | Support API version 1.20
| * Bump default API versionapi_1.20_supportJoffrey F2015-09-232-2/+1
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Improve volume bindings integration testJoffrey F2015-09-221-21/+7
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Fix volumes tests for API version >= 1.20Joffrey F2015-09-221-13/+38
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #786 from ibuildthecloud/missing-apiJoffrey F2015-09-221-2/+2
|\ \ | | | | | | Add docker.api to setup packages
| * | Add docker.api to setup packagesDarren Shepherd2015-09-221-2/+2
|/ / | | | | | | Signed-off-by: Darren Shepherd <darren@rancher.com>
* | Merge pull request #777 from rutsky/patch-2Joffrey F2015-09-221-1/+1
|\ \ | |/ |/| specify default value of stream parameter of exec_start()
| * specify default value of stream parameter of exec_start()Vladimir Rutsky2015-09-181-1/+1
| | | | | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
* | Merge pull request #780 from docker/contributingJoffrey F2015-09-223-1/+107
|\ \ | | | | | | [WIP] Contributing guidelines
| * | Amend version of contributing.md from feedbackcontributingJoffrey F2015-09-211-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | - Add OS info request in reporting issues section - Add PR subsection about clear, logical commits - Add section describing how to set up a dev environment Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add flake8 make taskJoffrey F2015-09-212-1/+5
| | | | | | | | | | | | | | | | | | Fix 'make test' task to run a complete series of tests Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Contributing document draftJoffrey F2015-09-211-0/+74
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Merge branch 'aanand-integration-test-fixes'Joffrey F2015-09-222-83/+87
|\ \ \ | |/ / |/| |
| * | Make volume binds tests work on any hostAanand Prasad2015-09-222-81/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of creating the test directory directly on the host, create it by starting a container with the directory bind-mounted, so that it doesn't matter whether the daemon is local, in a VM or remote. This removes the need to make /tmp a volume in the test container, and to share it with the dind container. Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
| * | Only pull busybox in integration tests if we don't already have itAanand Prasad2015-09-221-2/+6
|/ / | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Pin busybox version to use in integration testsJoffrey F2015-09-211-97/+65
| | | | | | | | | | | | Removed obsolete non-streaming build test Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #781 from docker/coverage-pinJoffrey F2015-09-211-0/+1
|\ \ | | | | | | Force coverage dependency to a version supporting py3.2
| * | Force coverage dependency to a version supporting py3.2coverage-pinJoffrey F2015-09-211-0/+1
|/ / | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #772 from rutsky/patch-1Joffrey F2015-09-181-7/+7
|\ \ | | | | | | add missing dots at ends of command descriptions
| * | add missing dots at ends of command descriptionsVladimir Rutsky2015-09-161-7/+7
| | | | | | | | | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
* | | Merge pull request #779 from rutsky/patch-4Joffrey F2015-09-181-1/+1
|\ \ \ | |_|/ |/| | fix network_mode 'none' value
| * | fix network_mode 'none' valueVladimir Rutsky2015-09-181-1/+1
|/ / | | | | Signed-off-by: Vladimir Rutsky <vladimir@rutsky.org>
* | Merge pull request #764 from docker/744-volume-api-supportJoffrey F2015-09-1615-104/+512
|\ \ | | | | | | Volume API support
| * | Improve volume cleanup logic744-volume-api-supportJoffrey F2015-09-161-4/+5
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Detail which exception is thrown by remove_volumeJoffrey F2015-09-161-1/+2
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-1612-99/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add simpler version comparison functions Add decorator to enforce minimum version in API methods Fix utils imports Add minimum_version decorators on API methods that needed it GroupAdd test requires API version >= 1.20 Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Add documentation for volume API methodsJoffrey F2015-09-161-1/+66
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-164-47/+339
| | | | | | | | | | | | | | | | | | | | | Added mock API routes for volumes API Add unit tests and integration tests for volume API Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Basic volume API implementation.Joffrey F2015-09-153-1/+51
| |/ | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Merge pull request #768 from ColinHuang/masterJoffrey F2015-09-151-1/+0
| |\ | |/ |/| Remove not exists file in MANIFEST.in
* | Remove not exists file in MANIFEST.inColin Huang2015-09-151-1/+0
|/ | | | Signed-off-by: Colin Huang <sidawei@gmail.com>
* GroupAdd testsJoffrey F2015-09-152-1/+36
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #767 from docker/group_add_supportJoffrey F2015-09-142-8/+22
|\ | | | | Support group_add param in host config
| * Support group_add param in host configgroup_add_supportJoffrey F2015-09-152-8/+22
|/ | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #763 from docker/api_splitupMaxime Petazzoni2015-09-139-1130/+1176
|\ | | | | API splitup
| * Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-113-293/+287
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-118-874/+926
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Back to dev versionJoffrey F2015-09-101-1/+1
| |
* | Merge pull request #762 from docker/1.4.0-release1.4.0Joffrey F2015-09-103-6/+46
|\ \ | |/ |/| 1.4.0 release
| * Fixed regression test in py3 environments1.4.0-releaseJoffrey F2015-09-101-1/+4
| | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * Updated changelogJoffrey F2015-09-102-5/+42
|/ | | | | | Bumped version to 1.4.0 Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-102-1/+7
|\ | | | | Always send a string for the user param in create_container
| * Test UID validity715-user-int-uidJoffrey F2015-08-311-1/+4
| |