summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
Commit message (Expand)AuthorAgeFilesLines
* merging trunk; resolving conflicts; fixing issue with ApiError test failing s...Brian Waldon2011-05-021-1/+1
|\
* | merging trunk; resolving conflictsBrian Waldon2011-05-021-46/+455
|\|
| * ApiError 'code' arg set to None, and will only display a 'code' as part of th...John Tran2011-05-021-2/+6
| |\
| | * ApiError code should default to None, and will only display a code if one exi...John Tran2011-04-061-2/+6
| * | further cleanup of nova/exceptions.pyBrian Waldon2011-04-271-38/+40
| * | merging trunkBrian Waldon2011-04-261-1/+47
| |\ \
| | * \ merging trunkBrian Waldon2011-04-221-11/+14
| | |\ \
| | * | | pep8 fixBrian Waldon2011-04-191-1/+0
| | * | | refactoring usage of exception.Duplicate errorsBrian Waldon2011-04-191-4/+35
| * | | | merging trunkBrian Waldon2011-04-221-11/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merging trunkBrian Waldon2011-04-211-11/+14
| | |\ \ \ | | | |/ / | | |/| |
| * / | | Addressing exception.NotFound across the projectBrian Waldon2011-04-211-16/+275
| |/ / /
| * | | one last i18n stringBrian Waldon2011-04-191-1/+1
| * | | multi-line string spacingBrian Waldon2011-04-191-7/+7
| * | | moving dynamic i18n to staticBrian Waldon2011-04-191-26/+26
| * | | adding documentation & error handlingBrian Waldon2011-04-151-3/+15
| * | | correcting tests; pep8Brian Waldon2011-04-151-8/+12
| * | | initial roundup of all 'exception.Invalid' casesBrian Waldon2011-04-141-4/+86
| | |/ | |/|
* | | Merged trunk and fixed api servers conflict.Brian Lamar2011-04-211-11/+14
|\ \ \ | | |/ | |/|
| * | docstring cleanup, nova dirtermie2011-04-201-11/+14
| |/
* / adding 'building' power state; testing for 409 from OSAPI when rebuild reques...Brian Waldon2011-03-311-0/+4
|/
* fix for lp712982, and likely a variety of other dashboard error handling Anthony Young2011-03-171-1/+1
* Refactor wsgi.Serializer away from handling Requests directly; now require Co...Brian Waldon2011-03-031-0/+4
* Fixes NotFound messages in api to show the ec2_id.Vishvananda Ishaya2011-01-271-1/+12
* merged trunkVishvananda Ishaya2011-01-251-2/+3
|\
| * Completed first pass at converting all localized strings with multiple format...Ed Leafe2011-01-181-2/+3
* | wrap sqlalchemy exceptions in a generic errorVishvananda Ishaya2011-01-211-0/+18
|/
* merged trunk changesEd Leafe2011-01-071-4/+3
|\
| * Final few log tweaks, i18n, levels, including contexts, etc.Todd Willey2011-01-041-0/+1
| * Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-5/+3
* | Got the basic 'set admin password' stuff workingEd Leafe2011-01-061-0/+4
|/
* Merge trunk and resolve conflictsjaypipes@gmail.com2010-12-211-0/+3
|\
| * pep8Sandy Walsh2010-12-141-0/+3
* | First round of i18n-ifying strings in Novajaypipes@gmail.com2010-12-111-4/+4
|/
* PEP8 and pylint cleanup. There should be no functional changes here, just sty...Eric Day2010-10-211-3/+2
* Merge trunkSoren Hansen2010-09-221-0/+12
|\
| * a few formatting fixes and moved exceptionVishvananda Ishaya2010-09-071-0/+12
* | Address a couple of the TODO's: We now have half-decent input validation for ...Soren Hansen2010-09-151-0/+3
|/
* rather comprehensive style fixesandy2010-08-161-0/+8
* Basic standup of SessionToken model for shortlived auth tokens.Todd Willey2010-07-261-0/+3
* Fixes up Bucket to throw proper NotFound and NotEmpty exceptionsjaypipes@gmail.com2010-07-211-0/+3
* reorder imports spacingJesse Andrews2010-07-151-1/+1
* update copyrightsTodd Willey2010-07-151-2/+0
* Removed trailing whitespace from headerVishvananda Ishaya2010-06-231-1/+1
* Updated licensesDevin Carlen2010-06-231-9/+14
* trackback formatting isn't logging correctlyVishvananda Ishaya2010-06-241-3/+3
* use logger to print trace of unhandled exceptionsVishvananda Ishaya2010-06-241-3/+3
* Merged Vish's work on adding projects to novaJesse Andrews2010-05-301-9/+14
* initial commitJesse Andrews2010-05-271-0/+53