summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only show a warning if an actual value is passed for timeoutthreaded-clientDavid Cramer2012-07-231-1/+1
* General cleanup to transports and the addition of ThreadedHTTPTransportDavid Cramer2012-07-2311-174/+278
* Merge pull request #153 from koordinates/masterDavid Cramer2012-07-171-3/+5
|\
| * remote bare 'except:' in HTTPTransport, using python version check instead wi...Craig de Stigter2012-07-181-3/+5
|/
* 2.0.22.0.2David Cramer2012-07-171-1/+1
* Merge pull request #152 from JackLeo/masterDavid Cramer2012-07-161-0/+39
|\
| * Removed my used sentry link.Domantas2012-07-161-1/+1
| * Minor fix to for last change to make code validDomantas2012-07-161-1/+1
| * Added dict config option configuration for non-django logging module setupDomantas2012-07-161-0/+39
|/
* Merge pull request #141 from faulkner/test-data-optionDavid Cramer2012-07-141-2/+16
|\
| * Add --data option to 'raven test' to use custom message data.Chris Faulkner2012-07-011-2/+16
* | Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-07-131-1/+1
|\ \
| * \ Merge pull request #147 from rslinckx/patch-2David Cramer2012-07-131-1/+1
| |\ \
| | * | flask: Use a weakref to hold onto the Sentry object when connecting to flask'...Raphaƫl Slinckx2012-07-131-1/+1
* | | | lock down celery version in testingDavid Cramer2012-07-131-2/+2
|/ / /
* | | Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-07-136-6/+19
|\ \ \
| * \ \ Merge pull request #150 from alex/patch-2David Cramer2012-07-131-1/+1
| |\ \ \
| | * | | Don't escape %s in strings for no reason.Alex Gaynor2012-07-131-1/+1
| | |/ /
| * | | Merge pull request #142 from do3cc/masterDavid Cramer2012-07-133-2/+7
| |\ \ \
| | * | | It can happen that last_mod is None herePatrick Gerken2012-07-051-1/+2
| | * | | bad ignore fixedPatrick Gerken2012-07-051-1/+1
| | * | | Merge remote-tracking branch 'upstream/master'Patrick Gerken2012-07-0515-83/+338
| | |\ \ \
| | * | | | Adding xml to eggPatrick Gerken2012-07-051-0/+1
| | * | | | More ignoresPatrick Gerken2012-06-231-1/+4
| * | | | | Merge pull request #149 from alex/patch-1David Cramer2012-07-131-2/+2
| |\ \ \ \ \
| | * | | | | Use absolute imports, not relative ones.Alex Gaynor2012-07-131-2/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #148 from kiddouk/masterDavid Cramer2012-07-132-1/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Allow SentryHandler to set its private Log Levelkiddouk2012-07-132-1/+9
| |/ / / /
* | | | | Gracefully handle lazy values that dont match sigDavid Cramer2012-07-131-0/+3
|/ / / /
* | | | 2.0.12.0.1David Cramer2012-07-121-1/+1
* | | | Merge pull request #146 from vitaliyf/masterDavid Cramer2012-07-121-1/+1
|\ \ \ \
| * | | | Fixed typo in configuration example for "string_max_length"vitaliy-fuks2012-07-121-1/+1
|/ / / /
* | | | Ensure we exit on flake8 failureDavid Cramer2012-07-101-1/+1
* | | | Switch to flake8 for pep8/lintDavid Cramer2012-07-102-4/+2
* | | | New style configuration using RAVEN_CONFIG and register_signals optionDavid Cramer2012-07-082-21/+35
* | | | Gracefully handle missing __name__ attribute on exceptions (fixes GH-145)David Cramer2012-07-081-6/+2
| |/ / |/| |
* | | 2.0.02.0.0David Cramer2012-07-052-1/+13
* | | Basic docstrings for serializerDavid Cramer2012-07-051-0/+11
* | | Bump test version of SentryDavid Cramer2012-07-051-1/+1
* | | Add basic queryset serialization to ensure we dont execute queriesDavid Cramer2012-07-053-0/+34
* | | Initial work on extendable serializersDavid Cramer2012-07-057-66/+257
* | | Improve SentryWorker middlewareDavid Cramer2012-07-041-4/+3
* | | Support tags argument in captureDavid Cramer2012-07-042-3/+5
| |/ |/|
* | Merge pull request #139 from faulkner/fix-tornado-ioloopDavid Cramer2012-06-271-4/+12
|\ \
| * | Fall back to synchronous HTTP client if Tornado ioloop isn't running.Chris Faulkner2012-06-271-4/+12
|/ /
* | Merge pull request #137 from vitaliyf/py25-iterable-fixDavid Cramer2012-06-221-2/+1
|\ \
| * | Fix for Python 2.5 compatibility - collections.Iterable is only present in Py...vitaliy-fuks2012-06-221-2/+1
|/ /
* | pep8David Cramer2012-06-211-2/+1
* | Merge pull request #133 from do3cc/masterDavid Cramer2012-06-216-3/+170
|\ \ | |/
| * Updating docsPatrick Gerken2012-06-191-1/+1