summaryrefslogtreecommitdiff
path: root/boto/ec2/elb
Commit message (Expand)AuthorAgeFilesLines
* Use generic connect functionJordonPhillips2017-02-101-4/+3
* Correct docs around overriding SGs on ELBsTravis Thieman2015-02-052-6/+6
* Switch elb/ec2 over to signature version 4James Saryerwinnie2014-12-221-1/+1
* Merge pull request #2602 from zihaoyu/elb_idle_timeoutKyle Knapp2014-10-011-1/+1
|\
| * change back to connectingsettingsZihao Yu2014-09-211-1/+1
| * add missing bracesZihao Yu2014-09-161-1/+1
| * fix typoZihao Yu2014-09-101-1/+1
* | fix ELB ConnectionSettings values in documentationTed Timmons2014-09-161-2/+2
|/
* Fix Listener class's __getitem__ method to return the correct data. Add a tes...nash e. foster2014-08-181-1/+3
* Merge branch 'CashStar-develop' into developDaniel G. Taylor2014-08-062-2/+30
|\
| * adding connectionSetting to ELB fullynevins-b2014-08-011-0/+7
| * adding ELB connection settings IdleTime attributenevins-b2014-08-011-2/+24
* | ec2 module: tidy up to meet PEP8 betterFelix Yan2014-07-304-3/+7
|/
* adding marker param to describe all elbsKevin Glisson2014-07-201-1/+11
* Fixing ELB unit tests. Also did some PEP8 cleanup on ELB code.Mitch Garnaat2014-07-022-50/+62
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-1/+2
* Merge pull request #2291 from stansonhealth/developDaniel G. Taylor2014-05-291-0/+1
|\
| * add 'name' param to documentation of LoadBalancerTed Timmons2014-05-271-0/+1
* | Update __init__.pyAnthony Scalisi2014-05-281-1/+1
|/
* Add connection draining tests. Add get attribute tests. Fix get_lb_attribute(...David Kimdon2014-03-251-0/+3
* Add support for ELB Connection Draining attribute.David Kimdon2014-03-242-2/+40
* Fixed removing policies from listeners.Daniel Lindsley2014-03-171-1/+4
* Add ELB access log supportDaniel G. Taylor2014-03-062-3/+52
* Finished integrating the endpoints changes.Daniel Lindsley2014-01-281-20/+3
* Merge remote-tracking branch 'zachm/add_profile_credentials_config' into developDaniel Lindsley2014-01-131-2/+3
|\
| * Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+3
* | Merge pull request #1930 from oxtopus/consistent-identity-comparison-noneDaniel G. Taylor2014-01-021-1/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-261-1/+2
| |\
| * | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-1/+1
* | | Fix string type tests.Kevin Deldycke2013-12-292-9/+8
| |/ |/|
* | 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
|/
* typo: AIM -> IAMAlex Jurkiewicz2013-11-291-2/+2
* Adds support for ELB Attributes and Cross Zone Balancing.Chris Huegle2013-11-163-0/+184
* Merge pull request #1770 from micahhausler/documentation/fixesDaniel G. Taylor2013-10-101-14/+14
|\
| * Fixed formatting in ELB docsmicahhausler2013-10-071-14/+14
* | fix typo in detach_subnets()Martin andrews2013-10-011-1/+1
|/
* support other ELB policiesEugene Girshov2013-09-023-2/+89
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+1
* Set secure connection to elb api as default, as for any other connectionLouis Pery2013-07-231-1/+1
* Fix for Issue#1417Sukrit Khera2013-07-231-1/+1
* Added tests for the ELB listeners change.Daniel Lindsley2013-07-091-1/+2
* Fixed typoMark Nunnikhoven2013-07-091-2/+2
* Switch variable to correct name for complex_listenersMark Nunnikhoven2013-07-091-2/+2
* Fixed typo in function definitionMark Nunnikhoven2013-07-091-1/+1
* Updated ELB conenction functions related to listeners to handle InstanceProtc...Mark Nunnikhoven2013-07-091-14/+47
* Updated ELB listener object to handle InstanceProtocolMark Nunnikhoven2013-07-091-1/+10
* Updated ELB listeners to handle the InstanceProtocol without breaking current...Mark Nunnikhoven2013-07-091-11/+45
* Fix AttributeErrors thrown when LoadBalancerZones is used by adding endElemen...g2harris2013-05-311-0/+2