Commit Graph

141 Commits

Author SHA1 Message Date
Ludovic Hautier 5b6e52e816 update to lastest 097ca7f146e6fec7fb598382dfecce8762c8c6cc 2017/05/31 (#4969) 2017-06-22 11:45:26 +02:00
Andy McKay 0ce2b24bea oops that should be 0.3.14 2014-09-19 14:01:21 -07:00
Andy McKay ca6e805562 add in streeter 2014-09-19 14:00:22 -07:00
Andy McKay 0dcaec9651 bump to 0.3.13 2014-09-19 13:59:49 -07:00
Andy McKay 2d0e111858 Merge pull request #67 from vikingco/feature/log-model-delete-update
Log update/delete of models.
2014-09-19 13:49:14 -07:00
Jonathan Slenders d6935a0d61 Log update/delete of models. 2014-09-19 22:26:20 +02:00
Andy McKay 2f482b4518 Merge pull request #66 from vikingco/feature/log-db-types
Log update/select/insert queries separately.
2014-09-19 13:19:12 -07:00
Andy McKay 68fbc5b4ec Merge pull request #69 from vikingco/feature/sum-lower-mean-upper-in-debugbar-panel
Showing sum/lower/mean/upper values in debugbar panel.
2014-09-19 13:18:12 -07:00
Andy McKay c19bcb52b1 Merge pull request #68 from vikingco/feature/log-celery-events
Log celery events.
2014-09-19 13:17:25 -07:00
Jonathan Slenders 4deb32b522 Log celery events. 2014-09-19 17:55:20 +02:00
Jonathan Slenders 6ce0934ed5 Showing sum/lower/mean/upper values in debugbar panel. 2014-09-18 14:22:22 +02:00
Jonathan Slenders e448ac83af Log update/select/insert queries separately. 2014-09-18 14:19:00 +02:00
Andy McKay f8c8a13754 the tyranny of pep 8 2014-09-17 16:06:44 -07:00
Andy McKay 4982aeb716 add in pypy 2014-09-17 15:55:11 -07:00
Andy McKay 78d1f016c2 Merge pull request #57 from jpadilla/2to3
Python 3 support
2014-09-17 15:43:30 -07:00
Andy McKay 9c0be78f16 Merge pull request #64 from streeter/patch-1
Test with Django 1.6
2014-09-02 10:26:05 -07:00
Chris Streeter 6420bc61e8 Fix installing django 2014-09-02 09:26:08 -07:00
Chris Streeter 719346abc1 Test with multiple Django versions 2014-09-02 09:09:32 -07:00
Chris Streeter a2052255fd Test with Django 1.6
#49 brought in Django 1.6 support, so it would be good to test with it now.
2014-09-02 09:02:44 -07:00
Andy McKay 003fc908aa Merge pull request #55 from smant/master
correct gauge signature from statsd client version 2.0+
2014-08-11 11:02:44 -07:00
Andy McKay ac6781d396 Merge pull request #61 from KevinBrolly/master
Updated StatsdPanel class to use django-debug-toolbar > 1.0 panel api
2014-08-11 10:55:58 -07:00
Kevin Brolly a97bde6551 Updated StatsdPanel class to use django-debug-toolbar > 1.0 panel api. Fixes bug where django-statsd debug panel does not show. 2014-08-05 21:13:58 +01:00
Andy McKay c959587b53 Merge pull request #56 from jpadilla/master
Add Travis CI badge to README
2014-05-13 09:38:57 -07:00
José Padilla 600de7b5da First 2to3 results 2014-05-13 09:25:42 -04:00
José Padilla 474755219f Add Travis CI badge to README 2014-05-13 07:42:21 -04:00
anton 65b08a9807 correct gauge signature from statsd client version 2.0+ 2014-05-05 19:57:36 +04:00
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