summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge branch 'master' of github.com:do3cc/ravenPatrick Gerken2012-06-191-1/+0
| |\
| | * Formatting and pathetic excusesPatrick Gerken2012-06-141-12/+22
| | * A tiny bit of clean up and added zope docsPatrick Gerken2012-06-144-3/+54
| | * Initial implementationPatrick Gerken2012-06-142-0/+90
| * | Now we put stuff in the right locationPatrick Gerken2012-06-191-11/+28
| * | Formatting and pathetic excusesPatrick Gerken2012-06-191-12/+22
| * | A tiny bit of clean up and added zope docsPatrick Gerken2012-06-194-3/+54
| * | Initial implementationPatrick Gerken2012-06-192-0/+90
|/ /
* | Remove pypy build as it doesnt work with geventDavid Cramer2012-06-181-1/+0
* | Revert "Add python-dev to packages"David Cramer2012-06-181-1/+1
* | Add python-dev to packagesDavid Cramer2012-06-181-1/+1
* | Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-06-182-1/+51
|\ \
| * \ Merge pull request #131 from kosma/masterDavid Cramer2012-06-181-0/+50
| |\ \
| | * | added asynchronous TornadoHTTPTransportKosma Moczek2012-06-181-0/+26
| | * | added asynchronous TwistedHTTPTransportKosma Moczek2012-06-181-0/+24
| |/ /
| * | Update docstring to reflect correct handlerDavid Cramer2012-06-141-1/+1
* | | Dont sudo for pip packagesDavid Cramer2012-06-181-4/+4
|/ /
* | Add a note to the Django docs about DEBUGDavid Cramer2012-06-101-0/+2
* | No longer use %f for microseconds as it is not supported in all Pythons1.9.4David Cramer2012-06-093-3/+3
* | 1.9.31.9.3David Cramer2012-06-071-1/+1
* | Merge pull request #129 from NorthIsUp/masterDavid Cramer2012-06-073-8/+58
|\ \
| * | added an async gevented transportAdam Hitchcock2012-06-073-8/+58
|/ /
* | Merge pull request #128 from do3cc/patch-1David Cramer2012-06-071-1/+1
|\ \ | |/ |/|
| * Wrong plugin name fixedPatrick Gerken2012-06-071-1/+1
|/
* Dont in-place copy list-like values1.9.2David Cramer2012-06-052-2/+2
* Dont make coverage by defaultDavid Cramer2012-06-031-0/+3
* Pep8 changesDavid Cramer2012-06-034-10/+11
* Throw an error if a port is not specified in the UDP transportDavid Cramer2012-06-031-4/+4
* Run make test on TravisDavid Cramer2012-06-031-3/+1