Commit Graph

  • 5b6e52e816 update to lastest 097ca7f146e6fec7fb598382dfecce8762c8c6cc 2017/05/31 (#4969) master Ludovic Hautier 2017-06-22 11:45:26 +0200
  • ff5271af6e Initial packaging debian Benjamin Dauvergne 2014-09-25 18:16:33 +0200
  • 0ce2b24bea oops that should be 0.3.14 Andy McKay 2014-09-19 14:01:21 -0700
  • ca6e805562 add in streeter Andy McKay 2014-09-19 14:00:22 -0700
  • 0dcaec9651 bump to 0.3.13 Andy McKay 2014-09-19 13:59:49 -0700
  • 2d0e111858 Merge pull request #67 from vikingco/feature/log-model-delete-update Andy McKay 2014-09-19 13:49:14 -0700
  • d6935a0d61 Log update/delete of models. Jonathan Slenders 2014-09-03 15:11:15 +0200
  • 2f482b4518 Merge pull request #66 from vikingco/feature/log-db-types Andy McKay 2014-09-19 13:19:12 -0700
  • 68fbc5b4ec Merge pull request #69 from vikingco/feature/sum-lower-mean-upper-in-debugbar-panel Andy McKay 2014-09-19 13:18:12 -0700
  • c19bcb52b1 Merge pull request #68 from vikingco/feature/log-celery-events Andy McKay 2014-09-19 13:17:25 -0700
  • 4deb32b522 Log celery events. Jonathan Slenders 2014-09-03 15:15:29 +0200
  • 6ce0934ed5 Showing sum/lower/mean/upper values in debugbar panel. Jonathan Slenders 2014-09-03 15:19:07 +0200
  • e448ac83af Log update/select/insert queries separately. Jonathan Slenders 2014-09-03 15:07:06 +0200
  • f8c8a13754 the tyranny of pep 8 Andy McKay 2014-09-17 16:06:44 -0700
  • 4982aeb716 add in pypy Andy McKay 2014-09-17 15:55:11 -0700
  • 78d1f016c2 Merge pull request #57 from jpadilla/2to3 Andy McKay 2014-09-17 15:43:30 -0700
  • 9c0be78f16 Merge pull request #64 from streeter/patch-1 Andy McKay 2014-09-02 10:26:05 -0700
  • 6420bc61e8 Fix installing django Chris Streeter 2014-09-02 09:26:08 -0700
  • 719346abc1 Test with multiple Django versions Chris Streeter 2014-09-02 09:09:32 -0700
  • a2052255fd Test with Django 1.6 Chris Streeter 2014-09-02 09:02:44 -0700
  • 003fc908aa Merge pull request #55 from smant/master Andy McKay 2014-08-11 11:02:44 -0700
  • ac6781d396 Merge pull request #61 from KevinBrolly/master Andy McKay 2014-08-11 10:55:58 -0700
  • a97bde6551 Updated StatsdPanel class to use django-debug-toolbar > 1.0 panel api. Fixes bug where django-statsd debug panel does not show. Kevin Brolly 2014-08-05 21:13:58 +0100
  • c959587b53 Merge pull request #56 from jpadilla/master Andy McKay 2014-05-13 09:38:57 -0700
  • 600de7b5da First 2to3 results José Padilla 2014-05-13 09:25:42 -0400
  • 474755219f Add Travis CI badge to README José Padilla 2014-05-13 07:42:21 -0400
  • 65b08a9807 correct gauge signature from statsd client version 2.0+ anton 2014-05-05 19:57:36 +0400
  • 816bde6f3f bump version 0.3.12 Andy McKay 2014-05-01 11:05:19 -0700
  • bcda5ab911 Merge pull request #53 from fgallina/django-16-db-patches-fixes Andy McKay 2014-05-01 09:25:03 -0700
  • 552cb920de Merge pull request #50 from jawnb/master Andy McKay 2014-05-01 09:24:55 -0700
  • 2bd4666dd3 Fix typo in test_settings Fabián Ezequiel Gallina 2014-04-30 17:06:21 -0300
  • 2eafe6866e Fix travis to use DJANGO_SETTINGS_MODULE for tests Fabián Ezequiel Gallina 2014-04-30 16:48:16 -0300
  • f87ccbca88 Provide new way to setup Django settings for tests Fabián Ezequiel Gallina 2014-04-30 16:43:37 -0300
  • 04aac83d83 Cleanup tests imports for patched methods Fabián Ezequiel Gallina 2014-04-30 16:21:18 -0300
  • 73986a0fc8 Fixed Python 2.6 compatibility in tests Fabián Ezequiel Gallina 2014-04-30 10:12:48 -0300
  • e7b37a690d Added unittest2 requirement Fabián Ezequiel Gallina 2014-04-30 09:57:10 -0300
  • 5bbd87fa60 Added tests for CursorWrapper patching Fabián Ezequiel Gallina 2014-04-30 09:42:01 -0300
  • 91e5aa5f2c Fixed test suite execution for Django>=1.6 Fabián Ezequiel Gallina 2014-04-30 08:39:33 -0300
  • 9fbeede27a Merge pull request #52 from fud/master Andy McKay 2014-04-29 17:49:18 -0700
  • 8c2ff46b58 Fixing a small spelling mistake. Brenton Bills 2014-04-30 09:24:11 +1000
  • 97c657f2a4 Added tests for patches.utils.patch_method Fabián Ezequiel Gallina 2014-04-29 18:22:16 -0300
  • 7329f99cea Instead of making super() calls just monkey patch things directly. jawn_b 2014-04-27 11:11:14 -0400
  • 257561cf43 Fix issue where db timings were not being patch properly for django 1.6 and DEBUG=False jawn_b 2014-04-26 16:43:24 -0400
  • ac53899fcb Merge pull request #1 from grantt/update_patch_for_django_1.6 Grant Toeppen 2014-04-18 10:07:04 -0700
  • b0bbc14039 version check on django to see how we wrap the CursorDebugWrapper Grant Toeppen 2014-04-17 16:04:25 -0700
  • a57d2023ef bump for 1.6 support Andy McKay 2014-04-07 11:40:13 -0700
  • 856f267a2b Merge pull request #49 from frewsxcv/django-1.6-support Andy McKay 2014-04-07 18:06:09 +0200
  • c2ad32ad85 Don't check if db is managed when Django >1.6 Corey Farwell 2014-04-06 14:54:47 -0700
  • 9f4593c5ab Merge pull request #48 from ojarva/boomerang-fix Andy McKay 2014-03-24 07:29:48 +0100
  • 4a2fbb5fac Bugfix: counters for boomerang are not casted to int Olli Jarva 2014-03-23 22:10:40 +0200
  • fd5bfa4716 bump version Andy McKay 2013-12-19 12:20:33 -0800
  • 61a2b810e5 Merge pull request #43 from diox/tastypie-timings-fallback Andy McKay 2013-12-19 11:44:41 -0800
  • 2b4bd11273 Make TastyPieRequestTimingMiddleware fallback to GraphiteRequestTimingMiddleware Mathieu Pillard 2013-12-19 16:52:16 +0100
  • 9ffe094703 bump version Andy McKay 2013-08-27 09:40:42 -0700
  • 62fa68d8f4 Merge pull request #41 from tomchristie/patch-1 0.3.9 Andy McKay 2013-08-08 07:04:03 -0700
  • 010a70b5a0 Include link to documentation & add basic formatting Tom Christie 2013-08-08 09:12:16 +0100
  • 79a0d1e1b6 Merge pull request #37 from vikingco/toolbar/graph-clarity Andy McKay 2013-08-07 11:08:31 -0700
  • 1b477e7f8e Merge pull request #35 from vikingco/fix/toolbar-timing Andy McKay 2013-08-07 10:42:05 -0700
  • dfe1f2ec95 Merge pull request #32 from vikingco/fix/javascript-regex Andy McKay 2013-08-07 10:35:38 -0700
  • 7a5b07d16d Merge pull request #34 from jsocol/master Andy McKay 2013-08-07 09:47:23 -0700
  • 6327ca9317 Clearer toolbar graphs, move count to right axis Jan Fabry 2013-07-28 15:21:17 +0200
  • 0ba003ad57 Correct toolbar timing bar widths Jan Fabry 2013-07-28 14:58:14 +0200
  • 9cf56301ee Update for statsd >= 2.0 James Socol 2013-07-27 22:35:08 +0000
  • e34cb73651 Replace with regex, global switch is non-standard Jan Fabry 2013-07-27 22:07:26 +0200
  • ed0d61cf5d bump version Andy McKay 2013-03-28 07:51:06 -0700
  • 3d903c8a69 pin to older version of statsd Andy McKay 2013-03-28 07:50:53 -0700
  • 575bb23241 pin to older version of statsd Andy McKay 2013-03-28 07:50:25 -0700
  • 7af5cbf9ef Merge pull request #24 from crankycoder/vng/metlog_prefix Andy McKay 2013-03-01 11:56:05 -0800
  • 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 Victor Ng 2013-03-01 10:38:24 -0500
  • bb60197605 bump version to 0.3.8.5 0.3.8.5 Andy McKay 2013-02-15 10:54:00 -0800
  • f229781475 Merge pull request #21 from youngbob/master Andy McKay 2013-02-15 10:51:11 -0800
  • f8d386006b Merge pull request #20 from ConsumerAffairs/master Andy McKay 2013-02-15 10:48:00 -0800
  • 7f4ee09357 Update url imports for Django 1.4+ Bob Thomas 2013-01-29 16:06:00 -0500
  • 0b061de9d1 don't report 500 for Http404 Jeremy Satterfield 2013-01-16 11:20:56 -0600
  • 9ccb0f8458 add in gauge support Andy McKay 2012-12-21 11:55:47 -0800
  • 97f37ea635 Merge pull request #19 from youngbob/master Andy McKay 2012-12-11 10:30:29 -0800
  • ce8c1b8c8d Implement gauge. Alternate clients now inherit from the null client. Bob Thomas 2012-12-11 13:15:54 -0500
  • 940dab3998 Merge pull request #18 from robhudson/formatting Andy McKay 2012-12-06 11:10:26 -0800
  • e269ef7893 Cleaned up table formatting and padding Rob Hudson 2012-12-06 11:00:49 -0800
  • d578cf1e20 bump version with the last two bug fixes Andy McKay 2012-11-05 08:03:57 -0800
  • fcf57a3a7a Merge pull request #17 from tominsam/master Andy McKay 2012-11-05 08:00:43 -0800
  • 5dc7a6ed8b self-closing divs aren't valid, and this one is trapping the global debug toolbar djDebugWindow view. Tom Insam 2012-11-05 12:57:45 +0000
  • fe2de5cd29 Merge pull request #16 from glogiotatidis/master Andy McKay 2012-11-02 10:15:54 -0700
  • 0934a1f9f4 Cope with non Tastypie URLs. Giorgos Logiotatidis 2012-11-02 15:17:44 +0200
  • 43a8e95fe3 cope with non tastypie urls Andy McKay 2012-10-26 15:10:20 -0700
  • 163507ab98 add in some tastypie middleware Andy McKay 2012-10-26 14:57:00 -0700
  • cca1a3da3a add in message about the client Andy McKay 2012-10-12 13:28:04 -0700
  • 79d2534b8f add in a nose client Andy McKay 2012-10-07 22:41:11 -0700
  • b70617fcf4 bump version Andy McKay 2012-09-13 15:48:06 -0700
  • f6e302b7cd Merge pull request #14 from streeter/patch-2 Andy McKay 2012-09-13 11:32:51 -0700
  • f3ab1cf849 Include management commands. Chris Streeter 2012-09-13 11:28:29 -0700
  • a1cf7009ae Merge remote-tracking branch 'upstream/master' Chris Streeter 2012-09-13 11:09:06 -0700
  • 230404a0d1 add in contributors Andy McKay 2012-09-12 11:17:26 -0700
  • 434d049b6d Merge branch 'master' of github.com:andymckay/django-statsd Andy McKay 2012-09-12 11:12:32 -0700
  • 3420405d2b Merge pull request #13 from crankycoder/vng/metlog_client_rebased Andy McKay 2012-09-12 11:12:18 -0700
  • 8fd397da88 Revert "fixed versioning on the sphinx docs and renamed references of" Andy McKay 2012-09-12 11:11:53 -0700
  • 6639c182de fixed versioning on the sphinx docs and renamed references of django-statsd to django-mozilla-metlog Victor Ng 2012-09-07 10:07:43 -0400
  • 34047e50e6 added a metlog backend for django-statsd (issue #11) Victor Ng 2012-09-10 19:22:58 -0400
  • 7286074273 version bump Andy McKay 2012-09-07 12:00:35 -0700
  • 760bc48939 Merge pull request #10 from streeter/patch-1 Andy McKay 2012-09-04 18:41:47 -0700