summaryrefslogtreecommitdiff
path: root/raven/contrib
Commit message (Expand)AuthorAgeFilesLines
* [django] fix shared request not being available in thread contextfix/django-requestDavid Cramer2017-02-152-18/+5
* Kill bare exceptsArmin Ronacher2017-02-151-1/+1
* Move get_transaction_from_request to client to allow overrides (#933)Jon Ferreira2017-01-172-9/+6
* Support release and environment tags for Zope (#930)Fred van Dijk2016-12-191-0/+2
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-146-8/+8
* django: use our _compat.iterlistsiterlistsMatt Robenolt2016-11-261-3/+2
* In Django HTTP request data, multiple values for same key are listsFrankie Dintino2016-11-211-0/+7
* Improve matrix builds; Drop Python 2.6ref/improve-travisDavid Cramer2016-11-101-1/+1
* lintDavid Cramer2016-11-103-0/+4
* Correctly fixed #886Armin Ronacher2016-10-211-1/+10
* Keep the original type when playing with django middlware settings. This fix...Armin Ronacher2016-10-191-1/+1
* Revert "Merge pull request #882 from do3cc/rest_framework_support"Armin Ronacher2016-10-181-9/+1
* Removed bad middleware mixin from django codeArmin Ronacher2016-10-181-9/+1
* Fix Django 1.10 MIDDLEWARE_CLASSES warningSi Feng2016-10-151-5/+11
* Minimal support for rest_frameworkPatrick Gerken2016-10-131-1/+9
* Merge pull request #874 from broundee/masterDavid Cramer2016-10-091-4/+3
|\
| * Remove extra blank lineAndrew2016-09-291-1/+0
| * Fix unreferenced variable in get_user_infoAndrew2016-09-291-3/+3
* | Merge pull request #860 from Crowdbooster/django-110-middlewareDavid Cramer2016-10-092-3/+19
|\ \
| * | Add support for Django 1.10-style middleware via `MiddlewareMixin`David Tran2016-09-172-3/+19
| |/
* | fix typo in exception textCauê Thenório2016-10-041-1/+1
* | Slight speed improvement for the common case of not needing to report (#866)Matt Robenolt2016-09-191-1/+7
* | Handle optional url_rule in Flask (fixes GH-863)David Cramer2016-09-191-2/+4
* | Gracefully handle no txid (fixes GH-863)David Cramer2016-09-191-1/+1
|/
* Improve exception handling in get_user_infoAndrew2016-09-161-10/+11
* Handle included patternsDavid Cramer2016-09-141-31/+45
* Dont utilize weakrefsDavid Cramer2016-09-141-1/+5
* Utilize request_finished for clearing URL transactionDavid Cramer2016-09-141-8/+9
* Dont raise hard error on transaction parsingDavid Cramer2016-09-141-1/+0
* Remove [] around optional paramsDavid Cramer2016-09-141-1/+4
* Remove support for old style api urlsDavid Cramer2016-09-141-1/+1
* Fix url resolver importDavid Cramer2016-09-141-1/+4
* Replace culprits with transaction namesDavid Cramer2016-09-145-69/+241
* Merge pull request #846 from andialbrecht/masterDavid Cramer2016-09-141-3/+8
|\
| * Fix get_user_info for Django 1.10 when is_authenticated is a property (fixes ...Andi Albrecht2016-08-261-3/+8
* | Fix one usage of `get_ident`Jonas Trappenberg2016-08-251-1/+1
|/
* Fixed potential concurrency issue with Flask event idsArmin Ronacher2016-08-251-0/+4
* Correct support for test command in Django 1.8+David Cramer2016-08-081-1/+4
* Add Celery config option to ignore expected exceptionsMervyn Chng2016-08-081-1/+4
* Correct Flask dsn behaviorDavid Cramer2016-08-051-0/+1
* Fix behavior of raven command on Django 1.8+David Cramer2016-08-051-13/+37
* Correct include_paths supportDavid Cramer2016-08-041-1/+1
* Merge pull request #772 from getsentry/feature/safeguard-userArmin Ronacher2016-08-041-13/+19
|\
| * Handle user errors from django better.feature/safeguard-userArmin Ronacher2016-05-181-13/+19
* | Merge pull request #796 from faulteh/django_jinja2_debug_exceptionsDavid Cramer2016-08-041-4/+8
|\ \
| * | Fixes Django client get_data_from_template where source_lines is just a snipp...Scott Bragg2016-06-291-4/+8
* | | Support for Django 1.10David Cramer2016-08-043-66/+7
* | | Unify option configuration between Flask/Djangounify-optionsDavid Cramer2016-08-032-60/+26
* | | Merge pull request #805 from getsentry/feature/django-cli-runnerArmin Ronacher2016-07-291-3/+9
|\ \ \
| * | | Fixed a typofeature/django-cli-runnerArmin Ronacher2016-07-201-1/+1