horizon/openstack_dashboard/contrib/developer
Stuart Grace 2e2ef6a8d0 Delete profiler object when request completes
When a request that is being profiled completes and the response is
received, the middleware expires the profiling cookie. It also needs
to delete the profiling object that holds the base_id UUID so a new
base_id will be created for the next profile. Otherwise the same
base_id is used for subsequent queries and they become merged togther
in the database.

Change-Id: I379cebfa2ed5282c96df0e255a8ba04c65a8523c
Closes-Bug: #1777486
Depends-On: https://review.openstack.org/578362
2018-07-24 12:33:31 +01:00
..
enabled hacking: noqa cleanup in openstack_dashboard 2017-03-17 19:38:47 +00:00
form_builder flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
profiler Delete profiler object when request completes 2018-07-24 12:33:31 +01:00
resource_browser flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
static/dashboard/developer i18n: Do not include html directives in translation strings 2018-01-31 22:31:53 +09:00
theme_preview Merge "Renamed bootstrap theme preview page" 2016-11-09 02:39:34 +00:00
__init__.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00
dashboard.py Move Developer enabled/ files to contrib 2016-09-23 10:59:20 +00:00
tests.py Add Developer Dashboard + Bootstrap Theme Preview 2015-12-06 12:04:11 +00:00