summaryrefslogtreecommitdiff
path: root/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow pushing a single tag.Cameron Maske2014-08-221-0/+25
* | Merge pull request #291 from yograterol/masterJoffrey F2014-08-221-0/+25
|\ \ | |/ |/|
| * Create test for volume as stringYohan Graterol2014-08-171-0/+25
* | Stop timeout should be added to the request timeoutMaxime Petazzoni2014-08-191-6/+9
|/
* Adding tests for mem_limit string conversion + adding default unitLeonid Mirsky2014-08-051-0/+64
* Merge pull request #280 from emonty/remove_auth_from_testsJoffrey F2014-07-231-2/+10
|\
| * Protect push tests from environmentMonty Taylor2014-07-221-2/+10
* | Merge pull request #268 from brutasse/265-dockerignoreJoffrey F2014-07-231-1/+51
|\ \ | |/ |/|
| * Add support for .dockerignoreBruno ReniƩ2014-07-231-1/+51
* | Fixed base_url related testsJoffrey F2014-07-031-4/+4
|/
* get size from Client.containersAli Vakilzade2014-06-221-0/+1
* Add resize() method to Clientd11wtq2014-06-211-0/+16
* Update unit tests to use API v1.12Joffrey F2014-06-201-6/+16
* Merge pull request #236 from rail44/feature-support-get-and-load-imageJoffrey F2014-06-171-0/+24
|\
| * Support get and load imageSatoshi Amemiya2014-06-021-0/+24
* | Fix joining of unicode and byte strings in python3.Sam Riley2014-06-011-6/+14
|/
* Updated unit testsJoffrey F2014-05-281-3/+4
* Merge pull request #221 from tutumcloud/memoryswapJoffrey F2014-05-131-8/+16
|\
| * memory swap limit supportBernardo2014-05-111-8/+16
* | Merge pull request #209 from tarnfeld/feature/build-contextJoffrey F2014-04-281-0/+36
|\ \
| * | Added test for gzip compressed tarTom Arnfeld2014-04-231-0/+21
| * | Fix for pep8 failuresTom Arnfeld2014-04-231-1/+0
| * | Added ability to specify the full build contextTom Arnfeld2014-04-231-0/+16
* | | Merge pull request #198 from fcoelho/fix-volumes-fromJoffrey F2014-04-231-0/+10
|\ \ \ | |/ / |/| |
| * | Missed empty line for flake8Felipe Bessa Coelho2014-04-091-0/+1
| * | Add test to check for the absence of volumes_fromFelipe Bessa Coelho2014-04-091-0/+9
| |/
* | fixes #175, fix flake8 errosRyan Wallner2014-04-161-3/+29
|/
* Added unit test for create_container with volumes_fromshin-2014-04-041-0/+14
* Fixes for flake8Evgeniy L2014-03-281-6/+5
* Support remote API v1.8 (and make it the default)Maxime Petazzoni2014-02-051-1/+9
* Fix unit tests broken by PR #151Darren Shepherd2014-01-271-2/+2
* Merge pull request #151 from ibuildthecloud/http-unix-schemeJoffrey F2014-01-271-62/+90
|\
| * flake8 fixesDarren Shepherd2014-01-261-62/+63
| * Support requests >=2.1.0Darren Shepherd2014-01-261-59/+86
* | Merge pull request #145 from aanand/set-stdinonceJoffrey F2014-01-271-0/+26
|\ \
| * | If attaching to stdin, set StdinOnce, as per the docker CLI.Aanand Prasad2014-01-201-0/+26
| |/
* | Allow links to specified as (name, alias) tuplesBen Firshman2014-01-271-0/+25
|/
* Add working_dir option to create_containerBen Firshman2014-01-191-0/+22
* Add cpu_shares option to create_containerBen Firshman2014-01-191-0/+22
* Add entrypoint option to create_containerBen Firshman2014-01-191-0/+22
* Merge branch 'master' of git://github.com/dotcloud/docker-pyshin-2014-01-161-20/+26
|\
| * Merge pull request #119 from ureyes84/masterJoffrey F2014-01-161-4/+11
| |\
| | * Improves code styleUlises Reyes2013-12-151-0/+1
| | * Updated the port function in order to parse the new NetworkSettings Port dict...Ulises Reyes2013-12-141-5/+11
| * | Default to /tcp for port definitions in create_container()Maxime Petazzoni2014-01-161-2/+2
| * | Rework auth config loading and use of auth data for login/pull/pushMaxime Petazzoni2014-01-071-10/+7
| * | Option to disable network when creating container.Nada Amin2014-01-031-4/+6
| |/
* | Merge branch 'feature/image-import' of github.com:tarnfeld/docker-py into tar...shin-2014-01-161-0/+21
|\ \ | |/ |/|
| * Added failing test for importing an image via name instead of srcTom Arnfeld2013-12-061-0/+21
* | Fixed start_container_with_port_binds testshin-2013-12-131-42/+30