summaryrefslogtreecommitdiff
path: root/horizon/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Removes some redundant wordsAnh Tran2016-03-251-1/+1
* Merge "Add message of the day option"Jenkins2016-01-311-0/+5
|\
| * Add message of the day optionlin-hua-cheng2016-01-221-0/+5
* | Remove all pre-Django 1.8 workaroundsRob Cresswell2016-01-241-50/+0
|/
* Adding informative message when deleting a used volume typeMasco Kaliyamoorthy2016-01-041-1/+7
* Add handle get_file when launch stack from horizondixiaoli2015-12-171-0/+21
* Ensure exc message is included in user_messageSam Betts2015-09-071-4/+4
* Improve message propagation in exceptions.handleDavid Lyle2015-09-021-3/+13
* Logout user if he has no valid tokensVlad Okhrimenko2015-08-291-2/+5
* py3: use @six.python_2_unicode_compatibleVictor Stinner2015-08-201-3/+1
* Removed the '_safe_message' variable from the API exceptionsGeorge Peristerakis2015-05-061-4/+1
* Revert "Refactoring the exceptions lists"Doug Fish2015-04-061-14/+14
* Refactoring the exceptions listsGeorge Peristerakis2015-04-011-14/+14
* Quality of life improvements to APIVersionManagerGabriel Hurley2015-01-301-0/+5
* Split large methods into submethods to reduce max-complexityAkihiro Motoki2014-12-051-49/+74
* Merge "Replace force_unicode with force_text"Jenkins2014-08-081-3/+3
|\
| * Replace force_unicode with force_textFelipe Reyes2014-08-061-3/+3
* | Merge "Re-raise exception using six"Jenkins2014-08-071-1/+4
|\ \ | |/ |/|
| * Re-raise exception using sixFelipe Reyes2014-08-041-1/+4
* | Merge "Fixed error message for recoverable exceptions"Jenkins2014-08-051-1/+2
|\ \ | |/ |/|
| * Fixed error message for recoverable exceptionsAndrew Lazarev2014-07-301-1/+2
* | Fix and enable H701 check "Empty localization string"Akihiro Motoki2014-08-021-2/+2
|/
* Tolerate service catalog and endpoint connection errorsJustin Pomeroy2014-07-211-1/+1
* Accept translated exceptions in exceptions.handlewoodm19792014-06-101-6/+10
* Refactor code around Console supportLeandro I. Costantino2014-05-201-1/+6
* Remove extraneous vim configuration commentsHe Yongli2014-05-061-2/+0
* Fix Exceptions doc page generationKirill Izotov2014-03-281-1/+6
* Remove #noqa from most common imports and add them to import_exceptionsRadomir Dopieralski2014-01-071-1/+1
* Show success msg when container deletion succeedsLin Hua Cheng2013-11-271-1/+6
* Gate on H4xx docstrings for pep8Paul Belanger2013-11-231-25/+17
* Enable H302 checkTatiana Mazur2013-08-221-8/+8
* removing horizon exceptions adding colors to log messagesericpeterson-l2013-07-231-3/+2
* Sort imports alphabeticallyMatthias Runge2013-06-141-2/+3
* Use ugettext_lazy instead of ugettext.Brooklyn Chen2013-05-181-1/+1
* Improve UX around "unauthorized" API exceptions.Gabriel Hurley2013-03-181-3/+10
* Default recoverable error to WARN log level.Lin Hua Cheng2013-01-281-0/+2
* Unifies Horizon conf.Gabriel Hurley2012-11-201-6/+4
* Adds a method for overriding specific API messages.Tihomir Trifonov2012-09-071-0/+15
* Don't call a method that doesn't exist for unauth'd requests.Gabriel Hurley2012-08-091-1/+2
* Separate OpenStack exceptions from Horizon exceptions.Gabriel Hurley2012-08-051-32/+3
* Remove glanceclient.AuthorizationFailure exceptionAlessio Ababilov2012-07-111-1/+0
* Auth refactor.Gabriel Hurley2012-07-091-2/+2
* Volume Progress Bar & Fixes For QuotaJohn Postlethwait2012-06-271-1/+2
* Update the sensitive data exception filter bugfix.Gabriel Hurley2012-06-261-9/+20
* Improved message handling.Gabriel Hurley2012-06-121-1/+1
* Prevent erroneous log message when accessing security rules.Gabriel Hurley2012-06-061-4/+4
* Make sure Horizon is treating passwords securely.Gabriel Hurley2012-05-241-0/+48
* Adds initial workflow support to Horizon.Gabriel Hurley2012-05-221-0/+13
* Allow proper log output during test runs.Gabriel Hurley2012-05-101-4/+21
* Fixes lp978896 -- Session fixation security fixPaul McMillan2012-05-041-1/+1