summaryrefslogtreecommitdiff
path: root/boto/ec2/autoscale/group.py
Commit message (Expand)AuthorAgeFilesLines
* added support for list of subnet ids. Clarified type and format in docsmicahhausler2014-01-301-3/+5
* Updated Autoscaling for the latest API changes.Daniel Lindsley2014-01-021-4/+12
* documentation of launch config in Autoscaling Group was wrongLuis Barrueco2013-11-281-2/+2
* Added documentation for missing parameter 'tags'j0nes2k2013-10-231-0/+3
* Added documentation for valid event typesj0nes2k2013-10-231-1/+6
* implement delete_notification_configuration()root2013-09-111-0/+6
* Fix typo in docstring for AutoScaleGroup object.Mitch Garnaat2012-10-261-2/+2
* Implement termination_policies autoscaling argJames Saryerwinnie2012-09-281-2/+9
* Resolved merge conflict. A couple of PEP8 cleanups.Mitch Garnaat2012-09-161-2/+2
|\
| * Adding a patch that will allows tags to be set at the time an AutoScaleGroup ...BuzzTroll2012-08-141-2/+3
* | Removing debug print statements. Related to #922.Mitch Garnaat2012-08-171-2/+0
* | Add handler for TerminationPolicies element in DescribeAutoScalingGroups resp...Mitch Garnaat2012-08-171-13/+33
|/
* add PutNotificationConfiguration supportgraphaelli2012-07-271-0/+6
* Finishing up work on tags for Autoscale Groups. Fixes #558.Mitch Garnaat2012-02-071-3/+6
* Fixed an issue with trying to convert None value for health_check_period to a...Mitch Garnaat2012-02-061-34/+47
* Upgrade autoscale API version to 2011-01-01, add support for force deleting a...Joel Barciauskas2011-10-191-2/+2
* Manually incorporated patch from JannKleen to fix parsing in Autoscaling groups.Mitch Garnaat2011-06-171-0/+2
* Fix to autoscale policy creation and launch config name parsing.rlotun2011-04-071-8/+7
* Bugfix to healthcheck parameters and docstring fix.rlotun2011-04-051-1/+1
* Fix parameters and docstrings for an Autoscale group.rlotun2011-04-051-24/+40
* Support for older keyword arguments in group creation.rlotun2011-04-011-2/+3
* Removed duplicated method definition.rlotun2011-04-011-2/+0
* Small fixes and copyright updates.rlotun2011-04-011-2/+2
* one empty line between functionsJann Kleen2011-04-011-0/+1
* two empty lines between classesJann Kleen2011-04-011-0/+1
* Added some missing autoscale API calls.rlotun2011-03-311-0/+25
* added some documentationJann Kleen2011-03-311-1/+1
* shutdown_instances method didn't set desired_capacity to 0 which caused an errorJann Kleen2011-03-281-0/+1
* merged with rlotun autoscale-branchJann Kleen2011-03-271-76/+87
|\
| * More work on implementing autoscale calls.rlotun2010-12-221-8/+9
| * Beginning of autoscale 2010-08-01 support.rlotun2010-12-211-49/+84
* | removed more legacy codeJann Kleen2011-03-261-12/+12
* | Removing some debug print statements and commented lines.garnaat2011-02-281-3/+0
* | cloudwatch xml fixRoberto Gaiser2011-02-281-1/+1
* | cloudwatch fix in progressRoberto Gaiser2011-02-281-2/+51
|/
* Commented out an undefined bug in ec2.autoscale.instancepaltman2010-02-221-1/+0
* Properly get availability zones associated with an autoscaling group.rlotun2009-11-031-1/+5
* Support multiple availability zones in Autoscale code.rlotun2009-10-251-1/+9
* global search and replace on @param => :param, @type => :type, @rtype => :rty...paltman2009-09-181-16/+16
* Remove if syntax not supported in Python 2.4. Fixes issue 242.Mitch.Garnaat2009-06-251-1/+4
* Bugfix in building list parameters for autoscale request.rlotun2009-05-261-1/+5
* Small fixes - using weakref.proxy for ease of access to attributes. Also adde...rlotun2009-05-261-1/+7
* Various fixes to improve response handling for autoscale.rlotun2009-05-261-4/+23
* Various small fixes. Everything should be much more useable at this point.rlotun2009-05-221-1/+1
* Fix to get_all_groups.rlotun2009-05-221-0/+2
* Various auto-scale fixes.rlotun2009-05-221-5/+7
* Added initial ec2 autoscaling implementation. Not quite ready for primetime, ...rlotun2009-05-221-0/+142