summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| |
| * Use six.text_typeJoffrey F2015-08-311-1/+1
| |
| * Always send a string for the user param in create_containerJoffrey F2015-08-312-1/+4
| |
* | Merge pull request #760 from docker/ci-fixesJoffrey F2015-09-092-17/+12
|\ \ | | | | | | CI fixes (wip)
| * | Add hello-world to temp images in pull testsci-fixesJoffrey F2015-09-091-0/+2
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
| * | Make integration tests more CI-friendly.Joffrey F2015-09-092-17/+10
|/ / | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #757 from docker/756-containerized-integrationJoffrey F2015-09-094-5/+21
|\ \ | | | | | | Containerized Integration
| * | Update integration-dind task756-containerized-integrationJoffrey F2015-09-092-20/+8
| | |
| * | Make running integration tests with dind possibleJoffrey F2015-09-095-5/+33
| | |
* | | Add missing ipc_mode documentationJoffrey F2015-09-091-0/+1
|/ /
* | Merge pull request #755 from aanand/add-dnephin-and-mnowsterJoffrey F2015-09-021-0/+2
|\ \ | | | | | | Add @dnephin and @mnowster as maintainers
| * | Add @dnephin and @mnowster as maintainersAanand Prasad2015-09-021-0/+2
|/ / | | | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* | Merge pull request #754 from aanand/default-to-tcp-url-on-windowsJoffrey F2015-09-013-6/+19
|\ \ | | | | | | Default to 127.0.0.1:2375 on Windows