Commit Graph

103 Commits

Author SHA1 Message Date
Fabián Ezequiel Gallina 91e5aa5f2c Fixed test suite execution for Django>=1.6 2014-04-30 08:39:33 -03:00
Fabián Ezequiel Gallina 97c657f2a4 Added tests for patches.utils.patch_method 2014-04-29 18:22:16 -03:00
jawn_b 7329f99cea Instead of making super() calls just monkey patch things directly. 2014-04-27 11:11:14 -04:00
jawn_b 257561cf43 Fix issue where db timings were not being patch properly for django 1.6 and DEBUG=False 2014-04-26 16:43:24 -04:00
Grant Toeppen ac53899fcb Merge pull request #1 from grantt/update_patch_for_django_1.6
version check on django to see how we wrap the CursorDebugWrapper
2014-04-18 10:07:04 -07:00
Grant Toeppen b0bbc14039 version check on django to see how we wrap the CursorDebugWrapper 2014-04-17 16:04:25 -07:00
Andy McKay a57d2023ef bump for 1.6 support 2014-04-07 11:40:13 -07:00
Andy McKay 856f267a2b Merge pull request #49 from frewsxcv/django-1.6-support
Add support for Django 1.6
2014-04-07 18:06:09 +02:00
Corey Farwell c2ad32ad85 Don't check if db is managed when Django >1.6 2014-04-06 14:54:47 -07:00
Andy McKay 9f4593c5ab Merge pull request #48 from ojarva/boomerang-fix
Bugfix: counters for boomerang are not casted to int
2014-03-24 07:29:48 +01:00
Olli Jarva 4a2fbb5fac Bugfix: counters for boomerang are not casted to int
When processing boomerang data, views.process_summaries fails, as
variables in "keys" dictionary are unicode objects. All values should be
timestamps from navigation timing, so casting is safe.
2014-03-23 22:10:40 +02:00
Andy McKay fd5bfa4716 bump version 2013-12-19 12:20:33 -08:00
Andy McKay 61a2b810e5 Merge pull request #43 from diox/tastypie-timings-fallback
Make TastyPieRequestTimingMiddleware fallback to GraphiteRequestTimingMiddleware
2013-12-19 11:44:41 -08:00
Mathieu Pillard 2b4bd11273 Make TastyPieRequestTimingMiddleware fallback to GraphiteRequestTimingMiddleware 2013-12-19 16:53:26 +01:00
Andy McKay 9ffe094703 bump version 2013-08-27 09:40:42 -07:00
Andy McKay 62fa68d8f4 Merge pull request #41 from tomchristie/patch-1
Include link to documentation & add basic formatting
2013-08-08 07:04:03 -07:00
Tom Christie 010a70b5a0 Include link to documentation & add basic formatting 2013-08-08 09:12:16 +01:00
Andy McKay 79a0d1e1b6 Merge pull request #37 from vikingco/toolbar/graph-clarity
Move "count" in toolbar graph to right axis
2013-08-07 11:08:31 -07:00
Andy McKay 1b477e7f8e Merge pull request #35 from vikingco/fix/toolbar-timing
Incorrect toolbar timings bar widths
2013-08-07 10:42:05 -07:00
Andy McKay dfe1f2ec95 Merge pull request #32 from vikingco/fix/javascript-regex
Javascript replace global switch doesn't work in Chrome
2013-08-07 10:35:38 -07:00
Andy McKay 7a5b07d16d Merge pull request #34 from jsocol/master
Update for statsd >= 2.0
2013-08-07 09:47:23 -07:00
Jan Fabry 6327ca9317 Clearer toolbar graphs, move count to right axis
Also summarized per 60 seconds for comparison with graphs from other sources.
2013-07-28 15:21:17 +02:00
Jan Fabry 0ba003ad57 Correct toolbar timing bar widths
It is relative to the remaining width, not the full width of the cell.
Also restructure the contents of the timers array, now it's (stat, start,
duration, end), not (stat, end, duration, end + duration), which was probably
an error.
2013-07-28 15:13:11 +02:00
James Socol 9cf56301ee Update for statsd >= 2.0 2013-07-27 22:35:08 +00:00
Jan Fabry e34cb73651 Replace with regex, global switch is non-standard 2013-07-27 22:07:26 +02:00
Andy McKay ed0d61cf5d bump version 2013-03-28 07:51:06 -07:00
Andy McKay 3d903c8a69 pin to older version of statsd 2013-03-28 07:50:53 -07:00
Andy McKay 575bb23241 pin to older version of statsd 2013-03-28 07:50:25 -07:00
Andy McKay 7af5cbf9ef Merge pull request #24 from crankycoder/vng/metlog_prefix
force use of django<1.5 and added STATSD_PREFIX support for moz_metlog
2013-03-01 11:56:05 -08:00
Victor Ng bd9235e29c * added support to moz_metlog client to support the STATSD_PREFIX in django settings
* forced the use of django < 1.5 for travis
* require STATSD_PREFIX to be defined with the moz_metlog client
* removed check for self._prefix from moz_metlog
* cleanups in the testcases to use Django TestCase to clobber settings
* bumped revision to 0.3.8.6
2013-03-01 13:34:32 -05:00
Andy McKay bb60197605 bump version to 0.3.8.5 2013-02-15 10:54:00 -08:00
Andy McKay f229781475 Merge pull request #21 from youngbob/master
Fix deprecation warnings
2013-02-15 10:51:11 -08:00
Andy McKay f8d386006b Merge pull request #20 from ConsumerAffairs/master
Http404 shouldn't report response.500
2013-02-15 10:48:00 -08:00
Bob Thomas 7f4ee09357 Update url imports for Django 1.4+ 2013-01-29 16:06:00 -05:00
Jeremy Satterfield 0b061de9d1 don't report 500 for Http404 2013-01-16 11:20:56 -06:00
Andy McKay 9ccb0f8458 add in gauge support 2012-12-21 11:55:47 -08:00
Andy McKay 97f37ea635 Merge pull request #19 from youngbob/master
Implement gauge
2012-12-11 10:30:29 -08:00
Bob Thomas ce8c1b8c8d Implement gauge. Alternate clients now inherit from the null client. 2012-12-11 13:15:54 -05:00
Andy McKay 940dab3998 Merge pull request #18 from robhudson/formatting
Cleaned up table formatting and padding
2012-12-06 11:10:26 -08:00
Rob Hudson e269ef7893 Cleaned up table formatting and padding 2012-12-06 11:00:49 -08:00
Andy McKay d578cf1e20 bump version with the last two bug fixes 2012-11-05 08:03:57 -08:00
Andy McKay fcf57a3a7a Merge pull request #17 from tominsam/master
Adding the statsd debug toolbar panel breaks the SQL details view.
2012-11-05 08:00:43 -08:00
Tom Insam 5dc7a6ed8b self-closing divs aren't valid, and this one is trapping the global debug toolbar djDebugWindow view. 2012-11-05 12:57:45 +00:00
Andy McKay fe2de5cd29 Merge pull request #16 from glogiotatidis/master
Cope with non Tastypie URLs.
2012-11-02 10:15:54 -07:00
Giorgos Logiotatidis 0934a1f9f4 Cope with non Tastypie URLs.
Non Tastypie URLs do not have the 'api_name' key.
2012-11-02 15:17:44 +02:00
Andy McKay 43a8e95fe3 cope with non tastypie urls 2012-10-26 15:10:20 -07:00
Andy McKay 163507ab98 add in some tastypie middleware 2012-10-26 14:57:00 -07:00
Andy McKay cca1a3da3a add in message about the client 2012-10-12 13:28:04 -07:00
Andy McKay 79d2534b8f add in a nose client 2012-10-07 22:41:11 -07:00
Andy McKay b70617fcf4 bump version 2012-09-13 15:48:06 -07:00