Commit Graph

115 Commits

Author SHA1 Message Date
Andy McKay 816bde6f3f bump version 2014-05-01 11:05:19 -07:00
Andy McKay bcda5ab911 Merge pull request #53 from fgallina/django-16-db-patches-fixes
Django 16 db patches fixes
2014-05-01 09:25:03 -07:00
Andy McKay 552cb920de Merge pull request #50 from jawnb/master
Fix issue where db timings were not being patched properly for django 1.6
2014-05-01 09:24:55 -07:00
Fabián Ezequiel Gallina 2bd4666dd3 Fix typo in test_settings 2014-04-30 17:06:21 -03:00
Fabián Ezequiel Gallina 2eafe6866e Fix travis to use DJANGO_SETTINGS_MODULE for tests 2014-04-30 16:48:16 -03:00
Fabián Ezequiel Gallina f87ccbca88 Provide new way to setup Django settings for tests
Instead of configuring Django settings within our code, we now provide a
test_settings module that can be used to run the test suite.
2014-04-30 16:43:37 -03:00
Fabián Ezequiel Gallina 04aac83d83 Cleanup tests imports for patched methods 2014-04-30 16:21:18 -03:00
Fabián Ezequiel Gallina 73986a0fc8 Fixed Python 2.6 compatibility in tests 2014-04-30 10:12:48 -03:00
Fabián Ezequiel Gallina e7b37a690d Added unittest2 requirement
Required for skipUnless decorators in tests to work in Python 2.6.
2014-04-30 09:57:10 -03:00
Fabián Ezequiel Gallina 5bbd87fa60 Added tests for CursorWrapper patching 2014-04-30 09:42:01 -03:00
Fabián Ezequiel Gallina 91e5aa5f2c Fixed test suite execution for Django>=1.6 2014-04-30 08:39:33 -03:00
Andy McKay 9fbeede27a Merge pull request #52 from fud/master
Fixing a small spelling mistake.
2014-04-29 17:49:18 -07:00
Brenton Bills 8c2ff46b58 Fixing a small spelling mistake. 2014-04-30 09:24:11 +10: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