| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | | pause from compute.manager <-> xenapi | Trey Morris | 2010-12-09 | 2 | -0/+28 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | ||||||
| * | / | | | | | | | | | | | | | | | Added Instance Diagnostics DB model | Josh Kearney | 2010-12-16 | 1 | -5/+1 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Removed unnecessary blank lines | Josh Kearney | 2010-12-16 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | Put flags back in vm_utils | Josh Kearney | 2010-12-16 | 1 | -1/+5 | |
| | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | pep8 fixes | termie | 2010-12-16 | 2 | -7/+7 | |
| | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | fixes for xenapi (thanks sandywalsh) | termie | 2010-12-15 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | add missing import | termie | 2010-12-15 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | updates per review | termie | 2010-12-14 | 5 | -17/+15 | |
| * | | | | | | | | | | | | | | port new patches | Andy Smith | 2010-12-10 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | merge-a-tat-tat upstream to this branch | Andy Smith | 2010-12-10 | 3 | -0/+64 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Added exception handling to get_rrd() | Josh Kearney | 2010-12-09 | 1 | -13/+17 | |
| | * | | | | | | | | | | | | | Import module instead of function | Josh Kearney | 2010-12-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | Make get_diagnostics async | Josh Kearney | 2010-12-09 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | | fixed how the XenAPI library is loaded | Armando Migliaccio | 2010-12-09 | 2 | -0/+11 | |
| | * | | | | | | | | | | | | | Fixed docstrings | Josh Kearney | 2010-12-08 | 2 | -1/+2 | |
| | * | | | | | | | | | | | | | Got get_diagnostics in working order | Josh Kearney | 2010-12-08 | 3 | -26/+29 | |
| | * | | | | | | | | | | | | | Initial diagnostics import -- needs testing and cleanup. | Josh Kearney | 2010-12-07 | 2 | -0/+48 | |
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | removed a few more references to twisted | Andy Smith | 2010-12-09 | 3 | -40/+32 | |
| * | | | | | | | | | | | | | intermediate commit to checkpoint progress | Andy Smith | 2010-12-08 | 4 | -37/+29 | |
| * | | | | | | | | | | | | | merged upstream changes | Andy Smith | 2010-12-08 | 13 | -421/+956 | |
| |\| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | importing XenAPI module loaded late | Armando Migliaccio | 2010-12-07 | 3 | -5/+18 | |
| | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | addressed review comments, complied with HACKING guidelines | Armando Migliaccio | 2010-12-07 | 5 | -223/+71 | |
| | * | | | | | | | | | | | fixed import module in __init__.py | Armando Migliaccio | 2010-12-06 | 1 | -5/+2 | |
| | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | moved XenAPI namespace definition into xenapi/__init__.py | Armando Migliaccio | 2010-12-06 | 4 | -6/+14 | |
| | * | | | | | | | | | | pylint and pep8 fixes | Armando Migliaccio | 2010-12-06 | 6 | -36/+101 | |
| | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | | typo fix | Armando Migliaccio | 2010-12-02 | 1 | -1/+1 | |
| | * | | | | | | | | | moved flags into xenapi/novadeps.py | Armando Migliaccio | 2010-12-02 | 2 | -25/+46 | |
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | | pep8 fixes and further round of refactoring | Armando Migliaccio | 2010-11-29 | 8 | -7/+9 | |
| | * | | | | | | | | fixed deps | Armando Migliaccio | 2010-11-29 | 7 | -65/+83 | |
| | * | | | | | | | | first cut of the refactoring of the XenAPIConnection class. Currently the cla... | Armando Migliaccio | 2010-11-29 | 4 | -17/+1 | |
| | * | | | | | | | | other round of refactoring | Armando Migliaccio | 2010-11-28 | 4 | -52/+142 | |
| | * | | | | | | | | further refactoring | Armando Migliaccio | 2010-11-28 | 5 | -447/+391 | |
| | * | | | | | | | | typos and pep8 fixes | Armando Migliaccio | 2010-11-27 | 2 | -16/+20 | |
| | * | | | | | | | | first cut of the refactoring of the XenAPIConnection class. Currently the cla... | Armando Migliaccio | 2010-11-27 | 3 | -273/+515 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | pep8 violations fix | Armando Migliaccio | 2010-11-22 | 1 | -16/+15 | |
| | * | | | | | | | added test for invalid handles | Armando Migliaccio | 2010-11-22 | 2 | -3/+10 | |
| | |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| | | * | | | | | | Improved Pylint Score | Josh Kearney | 2010-11-17 | 1 | -2/+2 | |
| | * | | | | | | | first cut of fixes for bug #676128 | Armando Migliaccio | 2010-11-19 | 1 | -0/+28 | |
| | |/ / / / / / | ||||||
| | * | | | | | | merged trunk | Vishvananda Ishaya | 2010-11-03 | 1 | -9/+36 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | renamed target_id to iscsi_target | Vishvananda Ishaya | 2010-10-25 | 5 | -22/+209 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | use libvirt connection for attaching disks and avoid the symlink | Vishvananda Ishaya | 2010-10-25 | 1 | -9/+36 | |
| | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | | Virt documentation. | Todd Willey | 2010-11-01 | 4 | -11/+50 | |
| | * | | | | | | | clean up the compute documentation a bit. | Todd Willey | 2010-10-28 | 1 | -1/+10 | |
| | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | add NotFound to fake.py and document it | Vishvananda Ishaya | 2010-10-24 | 1 | -2/+6 | |
| | * | | | | | | add in the xen rescue template | Vishvananda Ishaya | 2010-10-24 | 3 | -5/+38 | |
| | * | | | | | | pep 8 cleanup and typo in resize | Vishvananda Ishaya | 2010-10-24 | 1 | -2/+4 | |
| | * | | | | | | add methods to cloud for rescue and unrescue | Vishvananda Ishaya | 2010-10-24 | 1 | -1/+1 | |
| | * | | | | | | merged trunk and fixed conflicts/changes | Vishvananda Ishaya | 2010-10-24 | 9 | -66/+394 | |
| | |\| | | | | | ||||||
| | * | | | | | | added rescue mode support and made reboot work from any state | Vishvananda Ishaya | 2010-09-20 | 4 | -14/+151 | |
| * | | | | | | | part way through porting the codebase off of twisted | Andy Smith | 2010-10-25 | 3 | -154/+127 | |
| | |/ / / / / |/| | | | | | ||||||
