summaryrefslogtreecommitdiff
path: root/boto/cloudformation
Commit message (Expand)AuthorAgeFilesLines
* cloudformation module: add backward-compatible support for Python 3.3+Felix Yan2014-07-081-1/+1
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-1/+1
* Updated the CloudFormation docstrings.Daniel Lindsley2014-03-061-5/+24
* Handle JSON error responses in BotoServerError.Daniel G. Taylor2014-02-201-1/+1
* Add CloudFormation template capabilities support.Daniel G. Taylor2014-02-191-0/+8
* Remove old TODODaniel G. Taylor2014-02-131-1/+0
* Keep argument order, default to None instead of []Daniel G. Taylor2014-02-131-12/+10
* Update CloudFormation to support the latest API.Daniel G. Taylor2014-02-132-138/+667
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-19/+6
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+4
* Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-1/+1
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+1
|/
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-2/+2
* Bugfix: s/LastUpdatedTimestamp/LastUpdatedTimeNate2013-08-141-4/+4
* Merge remote-tracking branch 'hardys/stack_rollbackfix' into developDaniel Lindsley2013-07-231-1/+4
|\
| * cloudformation Stack DisableRollback is always TrueSteven Hardy2013-04-041-1/+4
* | Added ``CancelUpdateStack`` to CloudFormation.Daniel Lindsley2013-07-151-0/+6
* | Fixed more Cloudformation timestamp changes.Daniel Lindsley2013-07-051-4/+18
* | Fix for CF resource timestamps with millisecondsMax2013-07-031-1/+4
* | Added tests for the cloudformation millisecond bug.Daniel Lindsley2013-05-201-10/+7
* | Fixing cloudformation time stamps when API returns millisecondsPeter Hall2013-05-201-2/+11
|/
* Fix the boto.cloudformation.stack.Tag class to parse the XML objectGeorge Goh2013-01-101-1/+7
* Merge branch 'hinnerk-develop' into developJames Saryerwinnie2012-12-201-3/+9
|\
| * Fix pep8 line lengthsJames Saryerwinnie2012-12-201-6/+9
| * Update boto/cloudformation/connection.pyHinnerk Haardt2012-10-241-3/+6
* | Add Sydney region for connect_to_* functionsJames Saryerwinnie2012-11-121-1/+3
|/
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-5/+1
* Merge pull request #997 from nkvoll/cfn-arnsMitch Garnaat2012-09-191-2/+18
|\
| * Support for cloudformation stacks that uses SNS for notificationsNjal Karevoll2012-09-191-2/+18
* | Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-192-3/+4
|\ \ | |/ |/|
| * Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+3
| * WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-1/+1
* | Merging PR 960 but changing a bit to represent tags as dicts rather than a li...Mitch Garnaat2012-09-032-32/+39
* | support for tags in cloudformationNjal Karevoll2012-09-032-5/+45
|/
* Added CloudFormation region support.Steffen Opel2012-07-311-2/+43
* Switch cloudformation over to sigv4James Saryerwinnie2012-07-091-1/+1
* boto cloudformation : Fix ValidateTemplate typoSteven Hardy2012-06-281-1/+1
* Add security_token parameter to more constructors. Fixes #792.Mitch Garnaat2012-06-041-3/+5
* Merge branch 'test-cloudformation' of https://github.com/jamesls/boto into ja...Mitch Garnaat2012-05-291-1/+1
|\
| * Add remaining unittests for cloudformation xml callsJames Saryerwinnie2012-05-171-1/+1
* | Small refactorTrevor Summers Smith2012-05-171-28/+58
* | Update CloudFormation stack update call to include capabilitiesTrevor Summers Smith2012-05-171-1/+9
|/
* Allow cloudformation region name, endpoint and API version to be overridden i...Mitch Garnaat2012-05-101-3/+4
* Fixes #708Trevor Summers Smith2012-04-191-0/+18
* Changing the handling of the default value for new capabilities param to crea...Mitch Garnaat2012-01-161-31/+39
* Added support to set the capabilities during the creation of a CloudFormation...Felipe Reyes2012-01-101-1/+8
* Added update_stack()Jason Allum2011-12-281-0/+66
* Fix an issue with simplejsonDavid Arthur2011-08-051-1/+1