summaryrefslogtreecommitdiff
path: root/boto/services
Commit message (Expand)AuthorAgeFilesLines
* Fix StringIO imports and invocations. Fixes #2386Daniel G. Taylor2014-07-101-2/+3
* Remove unnecessary print_function importsDaniel G. Taylor2014-06-273-6/+0
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-273-26/+30
* Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-263-15/+15
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-233-15/+15
* | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-1/+1
|/
* Whitespace removal.Daniel Lindsley2013-12-182-3/+3
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-182-3/+3
* Merge pull request #799 from gholms/sortedMitch Garnaat2012-06-101-2/+1
|\
| * Use sorted(foo) instead of foo.sort() afterwardsGarrett Holmstrom2012-06-081-2/+1
* | Replace 'dict.has_key' with 'in'Garrett Holmstrom2012-06-082-4/+4
|/
* #129:Resolved - append to logfile rather than write over itpaltman2010-05-201-1/+1
* cleaned up and fixed some bugs in boto.servicespaltman2010-02-226-16/+11
* Allow security group to be specified in config file. Fixed issue 127.Mitch.Garnaat2009-07-221-1/+4
* Allow instance_type to be specified in config file. Fixes issue 246.Mitch.Garnaat2009-07-221-1/+2
* Removing call to non-existent method. Addresses issue 253.Mitch.Garnaat2009-07-151-1/+0
* Change references to hashlib to maintain compatibility with Python 2.4. fixe...Mitch.Garnaat2008-12-011-1/+0
* Check for the existence of the Batch key before accessing it in the message. ...Mitch.Garnaat2008-07-031-1/+1
* Fixing problem in implementation of getint and getbool methods.Mitch.Garnaat2008-04-291-4/+18
* Added getint, getbool methods to ServiceDefMitch.Garnaat2008-04-242-3/+9
* Added ability to control retry_count, loop_delay and processing_time in confi...Mitch.Garnaat2008-04-243-12/+17
* Fixed a bug which prevented the instance from shutting down after completion.Mitch.Garnaat2008-04-181-1/+1
* Change the default on_completion behavior to shutdown rather than stay_aliveMitch.Garnaat2008-04-141-1/+1
* Added a command to list available batches in a SimpleDB domainMitch.Garnaat2008-04-101-1/+12
* New services code, including the bs.py managing script which replaces all of ...Mitch.Garnaat2008-04-1011-449/+358
* Wave of service-related changes. Need to test on running services.Mitch.Garnaat2008-04-093-103/+101
* Only queue message for files in input_bucket if the input_queue is empty.Mitch.Garnaat2008-04-081-1/+4
* Need to fully qualify ffmpeg command when it's run as a daemon.Mitch.Garnaat2008-03-311-2/+2
* Fixed a typo bug in sonofmmm.py. Removed PreserveFileName header, no longer ...Mitch.Garnaat2008-03-312-5/+1
* Changing logging around a bit for video conversion.Mitch.Garnaat2008-03-311-6/+6
* Removing some superflous debug print statements.Mitch.Garnaat2008-03-312-2/+0
* Use input_queue rather than input_queue_name in config file.Mitch.Garnaat2008-03-301-2/+2
* Checking in to test service stuff on new instance.Mitch.Garnaat2008-03-303-132/+136
* Adding ability to write output message to SDB.Mitch.Garnaat2008-03-261-28/+56
* Added custom shutdown method that copies /var/log/boto.log to the output buck...Mitch.Garnaat2008-03-261-1/+10
* Initial version of new convertvideo.py script.Mitch.Garnaat2008-03-261-0/+67
* Lots of clean up to work in new pyami structure, etc.Mitch.Garnaat2008-03-261-73/+25
* Updating services stuff for new version of boto.Mitch.Garnaat2008-03-194-292/+225
* Fixing issue with preservation of original file names through service invocat...Mitch.Garnaat2008-01-091-16/+23
* Backing out previous changes.Mitch.Garnaat2008-01-081-13/+3
* Trying to fix the problem with naming of output files from services.Mitch.Garnaat2008-01-081-3/+13
* Fixing an issue regarding preservation of original filename when get_results....Mitch.Garnaat2008-01-082-3/+11
* Refactoring the CommandLineService and creating a utility class for handling ...Mitch.Garnaat2007-11-051-12/+6
* Fixed a dangling reference to a non-existant variable.Mitch.Garnaat2007-10-171-6/+1
* Refactoring the logging methods a bit.Mitch.Garnaat2007-10-071-9/+8
* Add a debug flag to the run_command method to allow all command out to be log...Mitch.Garnaat2007-10-071-3/+3
* Allow an OutputBucket in the message.Mitch.Garnaat2007-10-061-1/+5
* get_bucket shouldn't be trying to create a bucket, it should just find the ex...Mitch.Garnaat2007-10-061-1/+1
* Parameterize Bucket in queued messageMitch.Garnaat2007-09-261-2/+9
* Allow process file to return None if there was a problem in the processingMitch.Garnaat2007-09-261-7/+8