| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | merge from upstream and fix leaks in console tests | termie | 2011-01-12 | 5 | -2/+188 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | | merged from upstream and made applicable changes | Andy Smith | 2011-01-07 | 6 | -15/+281 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | rename easy to direct in the scripts | Andy Smith | 2011-01-04 | 2 | -6/+6 | |
| | * | | | | | | | | fix typo in stack tool | Andy Smith | 2011-01-04 | 1 | -1/+1 | |
| | * | | | | | | | | rename Easy API to Direct API | Andy Smith | 2011-01-04 | 1 | -10/+10 | |
| | * | | | | | | | | merged from trunk | Andy Smith | 2011-01-04 | 4 | -2/+161 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| | * | | | | | | | | Added stack command-line tool | Andy Smith | 2010-12-27 | 2 | -0/+206 | |
| * | | | | | | | | | merged to rev 561 and fixed based on reviewer's comment | Kei Masumoto | 2011-01-16 | 1 | -14/+16 | |
| * | | | | | | | | | checking based on pep8 | Kei Masumoto | 2011-01-14 | 1 | -1/+0 | |
| * | | | | | | | | | merge trunk rev560 | masumotok | 2011-01-14 | 5 | -2/+182 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Stop error messages for logs when running nova-manage. | Todd Willey | 2011-01-12 | 1 | -0/+2 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | | change novarc template from cc_port to osapi_port. Removed osapi_port from bi... | Sandy Walsh | 2011-01-12 | 2 | -2/+0 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | merge trunk, fix conflict | Anthony Young | 2011-01-11 | 2 | -0/+49 | |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | | * | | | | | Implementation of xs-console blueprint (adds support for console proxies like... | Monsyne Dragon | 2011-01-11 | 1 | -0/+44 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | whups, fix accidental change to nova-combined | Monsyne Dragon | 2011-01-10 | 1 | -2/+1 | |
| | | | * | | | | | remove uneeded superclass | Monsyne Dragon | 2011-01-10 | 1 | -1/+2 | |
| | | | * | | | | | re-merged in trunk to correct conflict | Monsyne Dragon | 2011-01-10 | 6 | -15/+281 | |
| | | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | ||||||
| | | | * | | | | | fix some glitches due to someone removing instanc.internal_id (not that I mind) | Monsyne Dragon | 2011-01-05 | 1 | -3/+2 | |
| | | | * | | | | | pulled changes from trunk | Monsyne Dragon | 2011-01-05 | 2 | -1/+158 | |
| | | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | ||||||
| | | | * | | | | | add in xs-console worker and tests. | Monsyne Dragon | 2011-01-05 | 2 | -2/+47 | |
| | * | | | | | | | consolidate boto_extensions.py and euca-get-ajax-console, fix bugs | Anthony Young | 2011-01-10 | 1 | -1/+12 | |
| | * | | | | | | | merge trunk | Anthony Young | 2011-01-10 | 6 | -14/+437 | |
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| | * | | | | | | | merge trunk | Anthony Young | 2010-12-28 | 2 | -1/+3 | |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| | * | | | | | | | better bin name, and pep8 | Anthony Young | 2010-12-23 | 1 | -0/+0 | |
| | * | | | | | | | pep8 fixes | Anthony Young | 2010-12-23 | 1 | -10/+9 | |
| | * | | | | | | | merge trunk | Anthony Young | 2010-12-23 | 1 | -32/+52 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | | more tweaks | Anthony Young | 2010-12-22 | 1 | -3/+0 | |
| | * | | | | | | | add in license | Anthony Young | 2010-12-22 | 1 | -1/+22 | |
| | * | | | | | | | some cleanup | Anthony Young | 2010-12-22 | 1 | -19/+18 | |
| | * | | | | | | | rewrite proxy to not use twisted | Anthony Young | 2010-12-22 | 1 | -65/+63 | |
| | * | | | | | | | minor notes, commit before rewriting proxy with eventlet | Anthony Young | 2010-12-22 | 1 | -1/+0 | |
| | * | | | | | | | working connection security | Anthony Young | 2010-12-22 | 1 | -16/+41 | |
| | * | | | | | | | connecting ajax proxy to rabbit to allow token based security | Anthony Young | 2010-12-22 | 1 | -7/+64 | |
| | * | | | | | | | merging in trunk | Anthony Young | 2010-12-21 | 11 | -52/+153 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | basics to get proxied ajaxterm working with virsh | root | 2010-11-01 | 1 | -0/+31 | |
| * | | | | | | | | | Get reviewed and fixed based on comments. | masumotok | 2011-01-14 | 6 | -38/+461 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | | Typo fix | Ryan Lane | 2011-01-10 | 1 | -1/+1 | |
| | * | | | | | | | | Adding modify option for projects | Ryan Lane | 2011-01-10 | 1 | -0/+5 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | pep8 fixes | Todd Willey | 2011-01-07 | 1 | -1/+1 | |
| | * | | | | | | | Merge trunk. | Todd Willey | 2011-01-07 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | | Final few log tweaks, i18n, levels, including contexts, etc. | Todd Willey | 2011-01-04 | 3 | -12/+7 | |
| | * | | | | | | | Apply logging changes as a giant patch to work around the cloudpipe delete + ... | Todd Willey | 2011-01-04 | 5 | -14/+285 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Uses paste.deploy to make application running configurable. This includes th... | Todd Willey | 2011-01-03 | 1 | -0/+109 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Clean up how we determine IP to bind to. | Todd Willey | 2010-12-30 | 1 | -2/+2 | |
| | | * | | | | | | i18n | Todd Willey | 2010-12-29 | 1 | -10/+12 | |
| | | * | | | | | | Pep-8 cleanup. | Todd Willey | 2010-12-29 | 1 | -0/+4 | |
| | | * | | | | | | Merge trunk. | Todd Willey | 2010-12-27 | 3 | -33/+55 | |
| | | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | | * | | | | | | Use paste.deploy for running the api server. | Todd Willey | 2010-12-21 | 1 | -0/+103 | |
| | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | | Merge trunk. | Todd Willey | 2010-12-28 | 3 | -33/+55 | |
| | |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | | Burnin support by specifying a specific host via availability_zone for running | Todd Willey | 2010-12-21 | 1 | -1/+49 | |
| | | |/ / / / | |/| | | | | ||||||
