summaryrefslogtreecommitdiff
path: root/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Added assertIn shim for py2.6Joffrey F2015-03-251-0/+5
* | docs and unit test for security_optJoffrey F2015-03-251-0/+13
* | Finish labels implementation, add tests and docsAanand Prasad2015-03-201-0/+48
* | Fix unit testsJoffrey F2015-03-051-1/+2
* | detect server version when version="auto"Tomas Tomecek2015-03-051-1/+14
* | Properly close files and sockets in unit testsRoman Mohr2015-02-281-32/+31
* | Resolves #497 - add support for dockerfileDaniel Nephin2015-02-201-0/+6
* | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py in...Joffrey F2015-02-121-0/+12
|\ \
| * | removed aggregation for now and added a unit test. also using stream_helper nownir0s2015-02-121-0/+12
* | | Fix datetime issue with Python 2.6Christophe Labouisse2015-02-111-3/+4
* | | Add missing options to the events commandChristophe Labouisse2015-02-111-0/+50
|/ /
* | Merge pull request #482 from docker/rename_containerJoffrey F2015-02-101-0/+15
|\ \
| * | rename() tests and docsrename_containerJoffrey F2015-02-101-0/+15
* | | Fix crash when building from remote sourcesVincent Giersch2015-02-041-0/+14
|/ /
* | Add Support for Mac AddressJames Harris2015-01-211-0/+12
|/
* Use create_host_config in start (unifying parameter processing)0.7.0-releaseJoffrey F2014-12-181-1/+0
* Merge pull request #427 from abanna/adding_multiple_dockercfg_supportJoffrey F2014-12-181-2/+32
|\
| * missed a lint errorabanna2014-12-181-2/+4
| * adding the ability to login with different dockercfg files.Alex Banna2014-12-181-2/+30
* | Tidy up stream test harness & fix race conditionsMarcus Cobden2014-12-181-23/+29
|/
* Retry on connection errorJoffrey F2014-12-171-4/+11
* Merge branch 'master' of https://github.com/leth/docker-py into leth-masterJoffrey F2014-12-171-0/+91
|\
| * Consume from chunked streams without data lossMarcus Cobden2014-12-161-0/+91
* | Re-added start with hostconfig testsJoffrey F2014-12-171-1/+241
* | Fixed start_container testsJoffrey F2014-12-171-16/+6
* | Updated unit testsJoffrey F2014-12-171-204/+221
* | Merge pull request #429 from dims/masterJoffrey F2014-12-171-4/+4
|\ \ | |/ |/|
| * Devices should be separated by colon separated stringDavanum Srinivas2014-12-171-4/+4
* | Allow for pull as an option to docker buildDerek Hammer2014-12-131-0/+14
|/
* Enforce passing string as version param in ctor393-enforce-str-versionJoffrey F2014-11-261-0/+11
* Merge branch 'filters' of github.com:irachex/docker-py into irachex-filtersJoffrey F2014-11-031-0/+13
|\
| * Add support for filtering images and containersHuayi Zhang2014-10-051-0/+13
* | Merge branch 'feature_logs-tail' of github.com:totem/docker-py into totem-fea...Joffrey F2014-10-301-0/+14
|\ \
| * | Add support for tailing logs (introduced in API : v1.13)sukrit0072014-08-221-0/+14
* | | Merge pull request #379 from tutumcloud/logs_tailJoffrey F2014-10-301-3/+6
|\ \ \
| * | | Added tail behaviour to logs command, same as CLI v1.3 (latest)Alberto2014-10-271-3/+6
| | |/ | |/|
* | | Merge pull request #324 from infoxchange/clear-unixconn-poolJoffrey F2014-10-301-0/+3
|\ \ \
| * | | Test resource warnings when using the clientAlexey Kotlyarov2014-09-221-0/+3
| |/ /
* | | Merge branch 'pause-unpause' of github.com:phensley/docker-py into phensley-p...Joffrey F2014-10-291-0/+20
|\ \ \
| * | | Unit and integration tests for pause/unpause.Patrick Hensley2014-10-041-0/+20
| |/ /
* | | Merge branch 'support-devices' of github.com:dims/docker-py into dims-support...Joffrey F2014-10-291-0/+35
|\ \ \
| * | | Ability to specify Host Devices during container startDavanum Srinivas2014-10-241-0/+35
| |/ /
* | | Merge branch 'exec' of github.com:phensley/docker-py into phensley-execJoffrey F2014-10-291-0/+25
|\ \ \
| * | | Unit and integration tests for exec.Patrick Hensley2014-10-171-0/+25
| |/ /
* | | Merge pull request #306 from groundeffect/masterJoffrey F2014-10-291-0/+24
|\ \ \
| * | | Added support for 'cpuset'davy2014-08-271-0/+24
* | | | Add directories to the Docker contextSøren Gjesse2014-10-211-5/+36
| |/ / |/| |
* | | add support to add or drop capabilitiesChristian Hammerl2014-09-041-0/+50
* | | first cut of restart policyShreyas Karnik2014-08-261-8/+37
|/ /
* | pep8 fixJoffrey F2014-08-221-1/+3