summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix problem writing binary content to a temporary file in the uri module.uri-encoding-fixToshio Kuratomi2015-05-141-11/+18
* Merge pull request #1325 from sivel/travis-26Matt Martz2015-05-141-1/+5
|\
| * Specify that travis should use python2.6Matt Martz2015-05-141-1/+5
|/
* Merge pull request #1206 from mjfroehlich/ec2-support-mfa-authBenno Joy2015-05-141-6/+2
|\
| * Use get_aws_connection_info to get AWS creds.Martin Froehlich2015-04-261-6/+2
* | Merge pull request #1326 from bennojoy/issue_1197Brian Coca2015-05-131-12/+20
|\ \
| * | Fixes issue 1197 for s3 module, where the file gets downloaded even if checks...Benno Joy2015-05-141-12/+20
|/ /
* | doc fixBrian Coca2015-05-131-1/+1
* | fixed try/except/finally to be 2.4 compatibleBrian Coca2015-05-131-50/+53
* | Merge pull request #1316 from wimnat/feature/issue-444Benno Joy2015-05-131-2/+2
|\ \
| * | Added postgresql-license typewhiter2015-05-131-2/+2
|/ /
* | Merge pull request #45 from Jmainguy/mysql_db_alldatabasesToshio Kuratomi2015-05-121-7/+27
|\ \
| * | Adds all_databases option which allows a user to dump or import all databases...Jonathan Mainguy2015-05-121-7/+27
* | | Merge pull request #1310 from h1ppo/patch-1Toshio Kuratomi2015-05-121-1/+1
|\ \ \
| * | | update flat descriptionJason Paige2015-05-121-1/+1
* | | | Merge pull request #1311 from sivel/py27-compileallMatt Martz2015-05-121-0/+1
|\ \ \ \
| * | | | Add py27 compileall to test all modules, specifically for syntax errorsMatt Martz2015-05-121-0/+1
|/ / / /
* | | | Fixing digital_ocean documentation and a bug in os_subnetJames Cammarata2015-05-122-2/+3
* | | | Merge pull request #1309 from aioue/patch-1Brian Coca2015-05-121-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Update uri.pyTom Paine2015-05-121-1/+2
|/ / /
* | | Merge pull request #729 from PugglePay/ec2_vol_find_or_createBenno Joy2015-05-121-16/+18
|\ \ \
| * | | [ec2_vol] Find or Create volume by nameJell2015-05-121-16/+18
|/ / /
* | | Merge pull request #1305 from bcoca/unarchive_max_tb_fixBrian Coca2015-05-111-1/+4
|\ \ \
| * | | generic fix for Exceptions that heppen when trying to set permissions on extr...Brian Coca2015-05-111-1/+4
* | | | Finish up cleanups to modules:Toshio Kuratomi2015-05-1117-48/+156
* | | | Several cleanups to many modules:Toshio Kuratomi2015-05-1117-111/+182
* | | | Run python2.4 compat tests on a pair of amazon modules that do not use botoToshio Kuratomi2015-05-111-0/+1
* | | | Merge pull request #1296 from sivel/py24-fixesToshio Kuratomi2015-05-112-3/+7
|\ \ \ \
| * | | | Python2.4 fixesMatt Martz2015-05-112-3/+7
* | | | | Merge pull request #1299 from nathanielks/patch-1Brian Coca2015-05-111-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update set_fact.pyNathaniel2015-05-091-1/+2
|/ / / /
* | | | Merge pull request #1293 from sivel/python24-compat-testToshio Kuratomi2015-05-081-0/+10
|\ \ \ \
| * | | | Add compileall testing via travis to validate modules are python24 compatibleMatt Martz2015-05-081-0/+10
* | | | | Merge pull request #1274 from bennojoy/issue-122Brian Coca2015-05-081-0/+96
|\ \ \ \ \
| * | | | | fixes issue 122, where the module recreates the route table in each runBenno Joy2015-05-071-0/+96
* | | | | | Merge pull request #1015 from jml/ec2-eipBrian Coca2015-05-081-13/+46
|\ \ \ \ \ \
| * | | | | | Use existing ec2_eip address if already associatedHerby Gillot2015-05-051-13/+46
* | | | | | | Expand tildes and vars in the config file pathToshio Kuratomi2015-05-081-2/+3
* | | | | | | Merge pull request #1281 from ChrisLundquist/patch-1Brian Coca2015-05-081-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | [ec2_ami_find] fix ami_search doc copy pastaChris Lundquist2015-05-071-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1282 from macbeth76/patch-1Brian Coca2015-05-071-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update user.pymacbeth762015-05-071-1/+1
|/ / / / /
* | | | | Explain why the apt module does not do implicit regex matches on package name...Toshio Kuratomi2015-05-071-1/+9
* | | | | Merge pull request #1278 from jmdh/apt_key_docsBrian Coca2015-05-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | apt_key documentation: add a note explaining the benefit of including 'id'Dominic Hargreaves2015-05-071-1/+1
|/ / / /
* | | | Merge pull request #1265 from gimoh/docker-fix-get-deployed-no-nameBrian Coca2015-05-060-0/+0
|\ \ \ \
| * | | | Fix ``get_deployed_containers`` when no name specifiedgimoh2015-05-061-1/+1
* | | | | Merge pull request #1264 from rtnpro/fix_typo_in_docker_moduleToshio Kuratomi2015-05-061-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed typo in cloud docker module.Ratnadeep Debnath2015-05-061-1/+1
|/ / / /
* | | | Revert "Add deprecated documentation for _quantum_subnet"Brian Coca2015-05-051-1/+0