summaryrefslogtreecommitdiff
path: root/horizon/base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Enable to refresh ngdetails view"Zuul2018-02-051-0/+7
|\
| * Enable to refresh ngdetails viewShu Muto2018-02-011-0/+7
* | Views accessible via url even if user doesn't match policy rulesDavid Gutman2018-02-021-0/+3
|/
* Revert "No need to discover panel in Site class"Luigi Toscano2017-09-211-10/+11
* No need to discover panel in Site classchao liu2017-09-181-11/+10
* Add reason into warning for error on loading panelShu Muto2017-09-071-2/+3
* Revert "Enable to refresh ngdetails view"Rob Cresswell2017-08-021-47/+0
* Enable to refresh ngdetails viewShu Muto2017-07-271-0/+47
* Use flake8-import-order pluginAkihiro Motoki2017-07-031-1/+1
* Fix H405 (multi line docstring) warnings (horizon)Akihiro Motoki2017-06-091-9/+11
* Handle log message interpolation by the loggerGábor Antal2017-03-311-2/+3
* hacking: noqa cleanup in horizonAkihiro Motoki2017-03-171-6/+6
* Correct some spelling errorsyuhui_inspur2017-02-071-2/+2
* Fix single policy rule handlingDavid Lyle2017-01-031-1/+1
* Merge "Specify POLICY_CHECK_FUNCTION as a string"Jenkins2017-01-031-1/+2
|\
| * Specify POLICY_CHECK_FUNCTION as a stringRadomir Dopieralski2016-11-251-1/+2
* | Rework hardcoded policy in admin dashDavid Lyle2016-11-181-1/+4
|/
* Fix compatibility issues with Django 1.10Rob Cresswell2016-09-201-1/+8
* Fix typoNguyen Hung Phuong2016-08-171-1/+1
* Update URLs to Django 1.8+ styleRob Cresswell2016-03-281-11/+6
* [Django 1.9] Stop using django.utils.importlibThomas Goirand2016-01-261-1/+1
* Remove some old (pre-1.8) Django compatibility codeRichard Jones2015-11-061-6/+1
* Make sure dashboard has a default panel groupJanet Yu2015-11-021-2/+12
* Fix typo on access_cached commentlin-hua-cheng2015-09-171-1/+1
* Remove session caching of can_access call resultslin-hua-cheng2015-09-151-1/+8
* Replace SortedDict with OrderedDictMasco Kaliyamoorthy2015-09-041-3/+2
* Merge "py3: don't call .sort() of dict.values()"Jenkins2015-08-221-5/+2
|\
| * py3: don't call .sort() of dict.values()Victor Stinner2015-08-191-5/+2
* | py3: use @six.python_2_unicode_compatibleVictor Stinner2015-08-201-1/+2
|/
* Move Horizon to pure plugin loading onlyDavid Lyle2015-08-031-0/+20
* Fix Python 3 issues in base modulesVictor Stinner2015-07-131-2/+3
* Made HorizonComponent class Python3 compatibleEric Lafontaine2015-05-191-2/+4
* Fix addition of plugin panel to panel groupJanet Yu2015-04-221-3/+8
* Clean unused code for `supports_tenants`lawrancejing2015-02-041-8/+0
* KeyError on getting PanelGroupMike Hagedorn2014-12-011-1/+4
* Fix E128 errors in horizon/Akihiro Motoki2014-10-151-3/+6
* Merge "Add a session cache of can_access call results"Jenkins2014-10-071-2/+28
|\
| * Add a session cache of can_access call resultsSam Betts2014-10-021-2/+28
* | Merge "Remove #noqa from django.conf.urls.include"Jenkins2014-10-041-1/+1
|\ \ | |/ |/|
| * Remove #noqa from django.conf.urls.includeTatiana Ovchinnikova2014-09-291-1/+1
* | Fix E127 errors in horizon/Akihiro Motoki2014-10-011-4/+4
|/
* Remove #noqa from two common imports and add them to import_exceptionsTatiana Ovchinnikova2014-09-161-2/+2
* Merge "Remove NotImplementedErrors from "virtual" methods"Jenkins2014-09-151-3/+1
|\
| * Remove NotImplementedErrors from "virtual" methodsRadomir Dopieralski2014-09-021-3/+1
* | Fix for adding panel to panel group via pluginlin-hua-cheng2014-08-271-2/+4
|/
* Separating Identity Dashboard and using RBACDavid Lyle2014-08-181-0/+49
* Fix Flake8 style warnings in horizon/Pawel Skowron2014-07-291-1/+1
* Cleaned up dict.update(single elem dict) codewoodm19792014-07-141-1/+1
* Remove "Panel" from navigation elementsDoug Fish2014-05-291-1/+1
* Fixed several typos in commentsAlex Gaynor2014-05-241-1/+1