summaryrefslogtreecommitdiff
path: root/horizon/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove NotImplementedErrors from "virtual" methodsRadomir Dopieralski2014-09-021-3/+1
* 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
* Remove extraneous vim configuration commentsHe Yongli2014-05-061-2/+0
* Plugin-based panel group configurationlin-hua-cheng2014-03-291-39/+82
* Merge "Plugin-based panel configuration"Jenkins2014-03-041-0/+58
|\
| * Plugin-based panel configurationlin-hua-cheng2014-03-031-0/+58
* | Implementing accordion navigationDavid Lyle2014-02-261-2/+5
|/
* Remove leftovers of django.conf.urls.defaultsMaxime Vidori2014-01-171-2/+2
* Merge "Remove leftovers of django.conf.urls.defaults"Jenkins2014-01-121-1/+1
|\
| * Remove leftovers of django.conf.urls.defaultsMatthias Runge2014-01-071-1/+1
* | Merge "Fixed sphinx ERRORs."Jenkins2014-01-091-0/+1
|\ \
| * | Fixed sphinx ERRORs.Facundo Maldonado2014-01-061-0/+1
| |/
* | Remove #noqa from most common imports and add them to import_exceptionsRadomir Dopieralski2014-01-071-4/+4
|/
* Fix URLs of panels grouped into packagesRadomir Dopieralski2013-12-101-1/+2
* Gate on H4xx docstrings for pep8Paul Belanger2013-11-231-25/+22
* Fix django.conf.urls.defaults importsKieran Spear2013-11-041-3/+3
* Enable H302 checkTatiana Mazur2013-08-221-15/+15
* Enable H201: do not write "except:"Kieran Spear2013-08-131-4/+4
* Merge "Fixing get_panel_groups uncaught exception"Jenkins2013-06-181-4/+5
|\
| * Fixing get_panel_groups uncaught exceptionDavid Lyle2013-05-301-4/+5
* | Use Python 3.x compatible except constructDirk Mueller2013-06-141-1/+1
* | Sort imports alphabeticallyMatthias Runge2013-06-141-3/+7
* | Adds methods for [] & len into LazyURLPatternSolly Ross2013-05-311-0/+10
|/
* Use ugettext_lazy instead of ugettext.Brooklyn Chen2013-05-181-1/+1
* Unifies Horizon conf.Gabriel Hurley2012-11-201-24/+8
* Auth refactor.Gabriel Hurley2012-07-091-29/+14
* Login/Logout redirects with Django variablesTihomir Trifonov2012-06-221-2/+5
* Isolates base_tests.py from "real" dashboards.Gabriel Hurley2012-05-151-1/+1
* Allow proper log output during test runs.Gabriel Hurley2012-05-101-2/+2
* Adds dash/panel app templates, mgmt commands, template loader.Gabriel Hurley2012-05-011-2/+18
* Corrects the ImportError handling for the override mechanism.Gabriel Hurley2012-04-041-1/+2
* Adds PanelGroup class and site customization hook.Gabriel Hurley2012-03-261-30/+135
* Rework translation for panel and dashboard names. Marked more strings.Gabriel Hurley2012-03-221-5/+6
* User.authorized_tenants is now a cached property.Gabriel Hurley2012-03-131-1/+1
* Minor extensibility improvements.Gabriel Hurley2012-03-061-0/+3
* Unifies the project packaging into one set of modules.Gabriel Hurley2012-02-291-0/+690