summaryrefslogtreecommitdiff
path: root/boto/manage
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant __future__ importsNico Revin2014-08-031-1/+1
* Fix integration tests.INADA Naoki2014-07-291-1/+1
* Some additional fixes to grammar and sentense structure in the class andDwight J Lyle2014-07-111-4/+5
* Added descriptions for classes, functions, variables, parameters, andDwight J Lyle2014-07-111-20/+182
* Fix StringIO imports and invocations. Fixes #2386Daniel G. Taylor2014-07-102-6/+7
* Remove unnecessary print_function importsDaniel G. Taylor2014-06-274-7/+0
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Remove duplicated importsDaniel G. Taylor2014-06-271-13/+0
* Use next() over six.advance_iterator.Daniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-275-45/+65
* Merge pull request #1930 from oxtopus/consistent-identity-comparison-noneDaniel G. Taylor2014-01-024-11/+11
|\
| * Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-263-43/+43
| |\
| * | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-184-12/+12
* | | Merge pull request #1959 from kdeldycke/basestring-testDaniel G. Taylor2013-12-301-3/+3
|\ \ \
| * | | Fix string type tests.Kevin Deldycke2013-12-291-3/+3
| | |/ | |/|
* | | fix typo in docstring for ssh_client.runBryan Bishop2013-12-271-1/+1
|/ /
* | Updated all old-style inheritance calls.Daniel Lindsley2013-12-233-42/+42
|/
* Add timeout option to SSH client.Malthe Borch2013-10-141-2/+4
* Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-281-3/+3
* Make num_retries a parameter when connecting to SSH server.Mitch Garnaat2012-12-141-2/+2
* Adding another socket error to retry when connecting.Mitch Garnaat2012-10-111-4/+4
* Resolved merge conflict and a bit more PEP8 cleanup.Mitch Garnaat2012-06-113-8/+8
|\
| * Raise exceptions the modern wayGarrett Holmstrom2012-06-083-8/+8
* | Merging conflict in sdbmanager.py.Mitch Garnaat2012-06-102-3/+3
|\ \
| * | Appease PEP8 spacing guidelinesGarrett Holmstrom2012-06-082-3/+3
| |/
* | Replace 'while 1' with 'while True'Garrett Holmstrom2012-06-081-1/+1
|/
* A few stragglers prior to branching for new release.Mitch Garnaat2012-03-181-1/+1
* Remove dependency on dateutils from manage/volume.pygMitch Garnaat2012-02-071-2/+2
* Added an open method to return a file-like object for a remote file. Changed...Mitch Garnaat2011-10-031-14/+22
* Adding a run_pty method that runs a command with a pseudo-terminal so you can...Mitch Garnaat2011-09-301-0/+18
* Small change in cmdshell to allow it to be use with regular Instance objects,...Mitch Garnaat2011-06-211-0/+41
* Allow a passphrase to be passed to underlying SSH client in manage.server.Ser...garnaat2011-02-232-6/+11
* Fixed a bug when using different regions. Fixed a docstring. Cleaned up the...Mitch Garnaat2010-08-191-27/+32
* fixes #402. Add a delay to give EC2 time to stabilize on the existence of a n...walsh1592010-06-301-0/+3
* Add terminate command now that the stop command stops an EBS boot volume inst...walsh1592010-02-251-0/+6
* fixed some undefined bugs and cleaned up unused variables/importspaltman2010-02-225-13/+17
* Fixed the Task "check" method to be more like cron, only executing if the hou...kopertop2010-02-091-4/+7
* Fixed server object to work with new ec2.register_image calling formatkopertop2010-01-271-5/+6
* Fixed broken taskpoller, using old message instead of newly created message kopertop2010-01-181-1/+1
* Display a status message when we're waiting for an instance to start before w...walsh1592010-01-051-0/+1
* Allow the Server object to start instances with any configured ami instead of...walsh1592010-01-041-3/+1
* Add a clear_history flag to the bundle method. If True, will clear the bash ...Mitch.Garnaat2009-12-211-1/+3
* Wait until the instance is running before assigning the elastic IP to it. Oth...walsh1592009-12-081-1/+4
* If the zone isn't set in the logical volume, get it from the physical volume.walsh1592009-11-231-0/+4
* cast hour to intkopertop2009-11-231-1/+1
* Fixed tasks with last_executed of None and not hourlykopertop2009-11-231-0/+2
* Let the create function take either a config file or a config object, so we c...walsh1592009-11-181-3/+8
* Fix to last commit.Mitch.Garnaat2009-11-111-6/+6
* Rejiggering the Bundler class to allow removal of authorized_keys before bund...Mitch.Garnaat2009-11-111-22/+26
* Remove some debug print statements and rewrite an obscure line of code dealin...Mitch.Garnaat2009-10-291-3/+1