summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * cpu_quota and cpu_period unit testsJoffrey F2015-09-241-124/+155
| * Add support for cpu_quota and cpu_period in host_configJoffrey F2015-09-241-1/+18
|/
* Merge pull request #765 from docker/api_1.20_supportJoffrey F2015-09-232-14/+24
|\
| * Bump default API versionapi_1.20_supportJoffrey F2015-09-232-2/+1
| * Improve volume bindings integration testJoffrey F2015-09-221-21/+7
| * Fix volumes tests for API version >= 1.20Joffrey F2015-09-221-13/+38
* | Merge pull request #786 from ibuildthecloud/missing-apiJoffrey F2015-09-221-2/+2
|\ \
| * | Add docker.api to setup packagesDarren Shepherd2015-09-221-2/+2
|/ /
* | Merge pull request #777 from rutsky/patch-2Joffrey F2015-09-221-1/+1
|\ \ | |/ |/|
| * specify default value of stream parameter of exec_start()Vladimir Rutsky2015-09-181-1/+1
* | Merge pull request #780 from docker/contributingJoffrey F2015-09-223-1/+107
|\ \
| * | Amend version of contributing.md from feedbackcontributingJoffrey F2015-09-211-6/+34
| * | Add flake8 make taskJoffrey F2015-09-212-1/+5
| * | Contributing document draftJoffrey F2015-09-211-0/+74
* | | 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
| * | Only pull busybox in integration tests if we don't already have itAanand Prasad2015-09-221-2/+6
|/ /
* | Pin busybox version to use in integration testsJoffrey F2015-09-211-97/+65
* | Merge pull request #781 from docker/coverage-pinJoffrey F2015-09-211-0/+1
|\ \
| * | Force coverage dependency to a version supporting py3.2coverage-pinJoffrey F2015-09-211-0/+1
|/ /
* | Merge pull request #772 from rutsky/patch-1Joffrey F2015-09-181-7/+7
|\ \
| * | add missing dots at ends of command descriptionsVladimir Rutsky2015-09-161-7/+7
* | | Merge pull request #779 from rutsky/patch-4Joffrey F2015-09-181-1/+1
|\ \ \ | |_|/ |/| |
| * | fix network_mode 'none' valueVladimir Rutsky2015-09-181-1/+1
|/ /
* | Merge pull request #764 from docker/744-volume-api-supportJoffrey F2015-09-1615-104/+512
|\ \
| * | Improve volume cleanup logic744-volume-api-supportJoffrey F2015-09-161-4/+5
| * | Detail which exception is thrown by remove_volumeJoffrey F2015-09-161-1/+2
| * | Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-1612-99/+98
| * | Add documentation for volume API methodsJoffrey F2015-09-161-1/+66
| * | Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-164-47/+339
| * | Basic volume API implementation.Joffrey F2015-09-153-1/+51
| |/
| * Merge pull request #768 from ColinHuang/masterJoffrey F2015-09-151-1/+0
| |\ | |/ |/|
* | Remove not exists file in MANIFEST.inColin Huang2015-09-151-1/+0
|/
* GroupAdd testsJoffrey F2015-09-152-1/+36
* Merge pull request #767 from docker/group_add_supportJoffrey F2015-09-142-8/+22
|\
| * Support group_add param in host configgroup_add_supportJoffrey F2015-09-152-8/+22
|/
* Merge pull request #763 from docker/api_splitupMaxime Petazzoni2015-09-139-1130/+1176
|\
| * Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-113-293/+287
| * Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-118-874/+926
* | 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
|\ \ | |/ |/|
| * Fixed regression test in py3 environments1.4.0-releaseJoffrey F2015-09-101-1/+4
| * Updated changelogJoffrey F2015-09-102-5/+42
|/
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-102-1/+7
|\
| * 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
|\ \
| * | Add hello-world to temp images in pull testsci-fixesJoffrey F2015-09-091-0/+2
| * | Make integration tests more CI-friendly.Joffrey F2015-09-092-17/+10
|/ /