index
:
debian/django-statsd-mozilla.git
debian
master
Debian packaging for django-statsd-mozilla
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
update to lastest 097ca7f146e6fec7fb598382dfecce8762c8c6cc 2017/05/31 (#4969)
HEAD
master
Ludovic Hautier
2017-06-22
18
-36/+702
*
oops that should be 0.3.14
Andy McKay
2014-09-19
2
-2/+2
*
add in streeter
Andy McKay
2014-09-19
1
-0/+1
*
bump to 0.3.13
Andy McKay
2014-09-19
2
-1/+10
*
Merge pull request #67 from vikingco/feature/log-model-delete-update
Andy McKay
2014-09-19
2
-2/+44
|
\
|
*
Log update/delete of models.
Jonathan Slenders
2014-09-19
2
-2/+44
|
/
*
Merge pull request #66 from vikingco/feature/log-db-types
Andy McKay
2014-09-19
2
-24/+47
|
\
|
*
Log update/select/insert queries separately.
Jonathan Slenders
2014-09-18
2
-24/+47
*
|
Merge pull request #69 from vikingco/feature/sum-lower-mean-upper-in-debugbar...
Andy McKay
2014-09-19
2
-12/+80
|
\
\
|
*
|
Showing sum/lower/mean/upper values in debugbar panel.
Jonathan Slenders
2014-09-18
2
-12/+80
|
|
/
*
|
Merge pull request #68 from vikingco/feature/log-celery-events
Andy McKay
2014-09-19
3
-0/+75
|
\
\
|
*
|
Log celery events.
Jonathan Slenders
2014-09-19
3
-0/+75
|
|
/
*
|
the tyranny of pep 8
Andy McKay
2014-09-17
6
-18/+27
*
|
add in pypy
Andy McKay
2014-09-17
1
-0/+1
*
|
Merge pull request #57 from jpadilla/2to3
Andy McKay
2014-09-17
3
-42/+44
|
\
\
|
|
/
|
/
|
|
*
First 2to3 results
José Padilla
2014-05-13
3
-42/+44
*
|
Merge pull request #64 from streeter/patch-1
Andy McKay
2014-09-02
2
-2/+7
|
\
\
|
*
|
Fix installing django
Chris Streeter
2014-09-02
1
-1/+1
|
*
|
Test with multiple Django versions
Chris Streeter
2014-09-02
1
-1/+6
|
*
|
Test with Django 1.6
Chris Streeter
2014-09-02
1
-1/+1
|
/
/
*
|
Merge pull request #55 from smant/master
Andy McKay
2014-08-11
3
-6/+9
|
\
\
|
*
|
correct gauge signature from statsd client version 2.0+
anton
2014-05-05
3
-6/+9
|
|
/
*
|
Merge pull request #61 from KevinBrolly/master
Andy McKay
2014-08-11
1
-22/+16
|
\
\
|
*
|
Updated StatsdPanel class to use django-debug-toolbar > 1.0 panel api. Fixes...
Kevin Brolly
2014-08-05
1
-22/+16
|
/
/
*
|
Merge pull request #56 from jpadilla/master
Andy McKay
2014-05-13
1
-3/+6
|
\
\
|
|
/
|
/
|
|
*
Add Travis CI badge to README
José Padilla
2014-05-13
1
-3/+6
|
/
*
bump version
0.3.12
Andy McKay
2014-05-01
2
-1/+9
*
Merge pull request #53 from fgallina/django-16-db-patches-fixes
Andy McKay
2014-05-01
7
-44/+216
|
\
|
*
Fix typo in test_settings
Fabián Ezequiel Gallina
2014-04-30
1
-1/+1
|
*
Fix travis to use DJANGO_SETTINGS_MODULE for tests
Fabián Ezequiel Gallina
2014-04-30
1
-1/+1
|
*
Provide new way to setup Django settings for tests
Fabián Ezequiel Gallina
2014-04-30
3
-21/+21
|
*
Cleanup tests imports for patched methods
Fabián Ezequiel Gallina
2014-04-30
1
-3/+5
|
*
Fixed Python 2.6 compatibility in tests
Fabián Ezequiel Gallina
2014-04-30
1
-1/+1
|
*
Added unittest2 requirement
Fabián Ezequiel Gallina
2014-04-30
1
-0/+1
|
*
Added tests for CursorWrapper patching
Fabián Ezequiel Gallina
2014-04-30
2
-21/+117
|
*
Fixed test suite execution for Django>=1.6
Fabián Ezequiel Gallina
2014-04-30
2
-16/+16
|
*
Added tests for patches.utils.patch_method
Fabián Ezequiel Gallina
2014-04-29
1
-1/+74
*
|
Merge pull request #50 from jawnb/master
Andy McKay
2014-05-01
2
-26/+48
|
\
\
|
|
/
|
*
Instead of making super() calls just monkey patch things directly.
jawn_b
2014-04-27
2
-33/+39
|
*
Fix issue where db timings were not being patch properly for django 1.6 and D...
jawn_b
2014-04-26
1
-16/+28
|
*
Merge pull request #1 from grantt/update_patch_for_django_1.6
Grant Toeppen
2014-04-18
1
-6/+10
|
|
\
|
|
*
version check on django to see how we wrap the CursorDebugWrapper
Grant Toeppen
2014-04-17
1
-6/+10
|
|
/
*
|
Merge pull request #52 from fud/master
Andy McKay
2014-04-30
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Fixing a small spelling mistake.
Brenton Bills
2014-04-29
1
-1/+1
|
/
*
bump for 1.6 support
Andy McKay
2014-04-07
2
-1/+6
*
Merge pull request #49 from frewsxcv/django-1.6-support
Andy McKay
2014-04-07
1
-1/+3
|
\
|
*
Don't check if db is managed when Django >1.6
Corey Farwell
2014-04-06
1
-1/+3
|
/
*
Merge pull request #48 from ojarva/boomerang-fix
Andy McKay
2014-03-24
1
-1/+1
|
\
|
*
Bugfix: counters for boomerang are not casted to int
Olli Jarva
2014-03-23
1
-1/+1
|
/
*
bump version
Andy McKay
2013-12-19
2
-1/+2
[next]