| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged with conflict and resolved conflict (with my own patch, no less) | Justin Santa Barbara | 2011-03-24 | 1 | -0/+8 |
| |\ |
|
| | * | Offers the ability to run a periodic_task that sweeps through rescued instanc... | Josh Kearney | 2011-03-24 | 1 | -0/+8 |
| | |\ |
|
| | | * | Better method name | Josh Kearney | 2011-03-23 | 1 | -3/+3 |
| | | * | Added docstring | Josh Kearney | 2011-03-23 | 1 | -0/+1 |
| | | * | Automatically unrescue instances after a given timeout | Josh Kearney | 2011-03-23 | 1 | -0/+7 |
| * | | | Merged with lp:nova, fixed conflicts | Justin Santa Barbara | 2011-03-23 | 1 | -7/+67 |
| |\| | |
|
| | * | | Remove unused global semaphore. | Soren Hansen | 2011-03-22 | 1 | -1/+0 |
| | * | | Make synchronized decorator not leak semaphores, at the expense of not being ... | Soren Hansen | 2011-03-22 | 1 | -5/+13 |
| | * | | Make synchronized support both external (file based) locks as well as interna... | Soren Hansen | 2011-03-22 | 1 | -7/+60 |
| | |/ |
|
| * | | Merged with lp:nova | Justin Santa Barbara | 2011-03-22 | 1 | -28/+36 |
| |\| |
|
| | * | Make utils.execute not overwrite std{in,out,err} args to Popen on retries. | Soren Hansen | 2011-03-17 | 1 | -10/+15 |
| | |\ |
|
| | | * | Make utils.execute not overwrite std{in,out,err} args to Popen on retries. | Soren Hansen | 2011-03-14 | 1 | -10/+15 |
| | * | | Log the use of utils.synchronized. | Josh Kearney | 2011-03-16 | 1 | -0/+3 |
| | |\ \ |
|
| | | * | | Add logging to lock check | Josh Kearney | 2011-03-15 | 1 | -0/+3 |
| | | |/ |
|
| | * | | merge lp:nova and resolve conflicts | Mark Washenberger | 2011-03-16 | 1 | -6/+18 |
| | |\ \ |
|
| | | * | | Use random.SystemRandom for easy secure randoms, configurable symbol set by d... | Justin Santa Barbara | 2011-03-15 | 1 | -10/+16 |
| | | * | | Clarify the logic in using 32 symbols | Justin Santa Barbara | 2011-03-14 | 1 | -3/+4 |
| | | * | | Don't generate insecure passwords where it's easy to use urandom instead | Justin Santa Barbara | 2011-03-14 | 1 | -5/+10 |
| | | |/ |
|
| | * | | merge lp:nova | Mark Washenberger | 2011-03-10 | 1 | -26/+36 |
| | |\| |
|
| | * | | merge, resolve conflicts, and update to reflect new standard deserialization ... | Mark Washenberger | 2011-03-09 | 1 | -14/+23 |
| | |\ \ |
|
| | * \ \ | merge lp:nova and resolve conflicts | Mark Washenberger | 2011-03-09 | 1 | -2/+18 |
| | |\ \ \ |
|
| | * | | | | remove ensure_b64_encoding | Mark Washenberger | 2011-03-04 | 1 | -12/+0 |
| * | | | | | Added space in between # and TODO in #TODO | Justin Santa Barbara | 2011-03-22 | 1 | -1/+1 |
| * | | | | | Renamed check_instance -> check_isinstance to make intent clearer | Justin Santa Barbara | 2011-03-22 | 1 | -1/+1 |
| * | | | | | Initial implementation of refresh instance states | Justin Santa Barbara | 2011-03-14 | 1 | -0/+9 |
| | |_|_|/
|/| | | |
|
| * | | | | PEP8 | Soren Hansen | 2011-03-10 | 1 | -3/+3 |
| * | | | | Merge trunk | Soren Hansen | 2011-03-09 | 1 | -18/+27 |
| |\ \ \ \
| | |_|/
| |/| | |
|
| | * | | | Fixes bug 726359. Passes unit tests. | Eric Windisch | 2011-03-09 | 1 | -14/+23 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | execvp passes pep8 | Eric Windisch | 2011-03-09 | 1 | -9/+10 |
| | | * | | Fixes uses of process_input | Eric Windisch | 2011-03-09 | 1 | -2/+2 |
| | | * | | execvp: unit tests pass | Eric Windisch | 2011-03-09 | 1 | -0/+1 |
| | | * | | execvp: almost passes tests | Eric Windisch | 2011-03-09 | 1 | -6/+13 |
| | | * | | execvp | Eric Windisch | 2011-03-08 | 1 | -8/+8 |
| | | * | | execute: shell=True removed. | Eric Windisch | 2011-02-27 | 1 | -3/+3 |
| | | |/ |
|
| * | | | Log failed command execution if there are more retry attempts left. | Soren Hansen | 2011-03-07 | 1 | -0/+1 |
| * | | | Merge sync branch. | Soren Hansen | 2011-03-01 | 1 | -2/+4 |
| |\| | |
|
| | * | | Use functools.wraps to make sure wrapped method's metadata (docstring and nam... | Soren Hansen | 2011-03-01 | 1 | -2/+4 |
| * | | | Merge lock_path change. | Soren Hansen | 2011-02-28 | 1 | -1/+4 |
| |\| | |
|
| | * | | Add a lock_path flag for lock files. | Soren Hansen | 2011-02-28 | 1 | -1/+4 |
| * | | | Merge sync branch. | Soren Hansen | 2011-02-28 | 1 | -0/+62 |
| |\| | |
|
| | * | | Add utils.synchronized decorator to allow for synchronising method entrance a... | Soren Hansen | 2011-02-28 | 1 | -0/+11 |
| | |/ |
|
| | * | Helper function that supports XPath style selectors to traverse an object tre... | Justin Santa Barbara | 2011-02-23 | 1 | -0/+51 |
| | |\ |
|
| | | * | Rename minixpath_select to get_from_path | Justin Santa Barbara | 2011-02-23 | 1 | -12/+12 |
| | | * | Cope when we pass a non-list to xpath_select - wrap it in a list | Justin Santa Barbara | 2011-02-23 | 1 | -1/+7 |
| | | * | Created mini XPath implementation, to simplify mapping logic | Justin Santa Barbara | 2011-02-23 | 1 | -0/+45 |
| * | | | Merge trunk | Soren Hansen | 2011-02-22 | 1 | -1/+1 |
| |\| | |
|
| | * | | switch to explicit call to logging.setup() | Vishvananda Ishaya | 2011-02-21 | 1 | -1/+1 |
| | * | | fixes for various logging errors and issues | Vishvananda Ishaya | 2011-02-20 | 1 | -1/+1 |
| | |/ |
|
| * | | PEP-8 fixes | Soren Hansen | 2011-02-21 | 1 | -6/+6 |
| * | | Merge trunk | Soren Hansen | 2011-02-19 | 1 | -0/+23 |
| |\| |
|