index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
manage
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add timeout option to SSH client.
Malthe Borch
2013-10-14
1
-2
/
+4
*
Start moving get_all_instances to get_all_reservations
Garrett Holmstrom
2013-08-28
1
-3
/
+3
*
Make num_retries a parameter when connecting to SSH server.
Mitch Garnaat
2012-12-14
1
-2
/
+2
*
Adding another socket error to retry when connecting.
Mitch Garnaat
2012-10-11
1
-4
/
+4
*
Resolved merge conflict and a bit more PEP8 cleanup.
Mitch Garnaat
2012-06-11
3
-8
/
+8
|
\
|
*
Raise exceptions the modern way
Garrett Holmstrom
2012-06-08
3
-8
/
+8
*
|
Merging conflict in sdbmanager.py.
Mitch Garnaat
2012-06-10
2
-3
/
+3
|
\
\
|
*
|
Appease PEP8 spacing guidelines
Garrett Holmstrom
2012-06-08
2
-3
/
+3
|
|
/
*
|
Replace 'while 1' with 'while True'
Garrett Holmstrom
2012-06-08
1
-1
/
+1
|
/
*
A few stragglers prior to branching for new release.
Mitch Garnaat
2012-03-18
1
-1
/
+1
*
Remove dependency on dateutils from manage/volume.pyg
Mitch Garnaat
2012-02-07
1
-2
/
+2
*
Added an open method to return a file-like object for a remote file. Changed...
Mitch Garnaat
2011-10-03
1
-14
/
+22
*
Adding a run_pty method that runs a command with a pseudo-terminal so you can...
Mitch Garnaat
2011-09-30
1
-0
/
+18
*
Small change in cmdshell to allow it to be use with regular Instance objects,...
Mitch Garnaat
2011-06-21
1
-0
/
+41
*
Allow a passphrase to be passed to underlying SSH client in manage.server.Ser...
garnaat
2011-02-23
2
-6
/
+11
*
Fixed a bug when using different regions. Fixed a docstring. Cleaned up the...
Mitch Garnaat
2010-08-19
1
-27
/
+32
*
fixes #402. Add a delay to give EC2 time to stabilize on the existence of a n...
walsh159
2010-06-30
1
-0
/
+3
*
Add terminate command now that the stop command stops an EBS boot volume inst...
walsh159
2010-02-25
1
-0
/
+6
*
fixed some undefined bugs and cleaned up unused variables/imports
paltman
2010-02-22
5
-13
/
+17
*
Fixed the Task "check" method to be more like cron, only executing if the hou...
kopertop
2010-02-09
1
-4
/
+7
*
Fixed server object to work with new ec2.register_image calling format
kopertop
2010-01-27
1
-5
/
+6
*
Fixed broken taskpoller, using old message instead of newly created message
kopertop
2010-01-18
1
-1
/
+1
*
Display a status message when we're waiting for an instance to start before w...
walsh159
2010-01-05
1
-0
/
+1
*
Allow the Server object to start instances with any configured ami instead of...
walsh159
2010-01-04
1
-3
/
+1
*
Add a clear_history flag to the bundle method. If True, will clear the bash ...
Mitch.Garnaat
2009-12-21
1
-1
/
+3
*
Wait until the instance is running before assigning the elastic IP to it. Oth...
walsh159
2009-12-08
1
-1
/
+4
*
If the zone isn't set in the logical volume, get it from the physical volume.
walsh159
2009-11-23
1
-0
/
+4
*
cast hour to int
kopertop
2009-11-23
1
-1
/
+1
*
Fixed tasks with last_executed of None and not hourly
kopertop
2009-11-23
1
-0
/
+2
*
Let the create function take either a config file or a config object, so we c...
walsh159
2009-11-18
1
-3
/
+8
*
Fix to last commit.
Mitch.Garnaat
2009-11-11
1
-6
/
+6
*
Rejiggering the Bundler class to allow removal of authorized_keys before bund...
Mitch.Garnaat
2009-11-11
1
-22
/
+26
*
Remove some debug print statements and rewrite an obscure line of code dealin...
Mitch.Garnaat
2009-10-29
1
-3
/
+1
*
Fixing an issue with Server.create
Mitch.Garnaat
2009-10-29
1
-4
/
+10
*
Moving the import of SSHClient into the specific methods. Doing an explicit ...
Mitch.Garnaat
2009-10-02
1
-7
/
+12
*
Minor fix to bundling of server
kopertop
2009-09-30
1
-6
/
+4
*
Fixed bundling images using manage.server
kopertop
2009-09-30
2
-14
/
+29
*
Fixed a bug in create_from_volume_id.
Mitch.Garnaat
2009-09-28
1
-1
/
+1
*
Implement _instance_type()
walsh159
2009-09-11
1
-0
/
+6
*
Record the logical volume name properly if a logical volume is passed in to t...
walsh159
2009-09-11
1
-2
/
+2
*
Added the ability to create a new volume from any snapshot.
walsh159
2009-09-09
1
-4
/
+9
*
Add a function to create a new physical and logical volume copying the latest...
walsh159
2009-09-04
1
-0
/
+20
*
Enable the passing in of a logical EBS volume, primarily for testing use. Use...
walsh159
2009-09-02
1
-4
/
+35
*
Removing some debug printing. Fixed some issues with keypairs.
Mitch.Garnaat
2009-08-25
1
-8
/
+7
*
Removing Installer stuff. Way to complicated. Allowing a config file to be ...
Mitch.Garnaat
2009-08-25
1
-78
/
+55
*
Updated property db object to only return values for calculated types
kopertop
2009-07-16
1
-3
/
+3
*
Updated server object to only import cmdshell when it's actually being used.
kopertop
2009-07-16
1
-1
/
+1
*
Added security_group property to server for backwards compatibility
kopertop
2009-07-15
1
-0
/
+7
*
Fixed a bug in trim_snapshots regarding week boundaries.
Mitch.Garnaat
2009-06-05
1
-4
/
+9
*
Changes to logging, fix in TaskPoller.
Mitch.Garnaat
2009-05-31
1
-7
/
+7
[next]