summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent chained exception recursionfix/chain-recursion-2David Cramer2016-08-112-0/+36
* docs typo fixEric Feng2016-08-101-1/+1
* Merge pull request #828 from getsentry/fix/discover-sync-environmentsDavid Cramer2016-08-091-2/+25
|\
| * Discover Lambda and GAEfix/discover-sync-environmentsDavid Cramer2016-08-081-2/+25
|/
* Correct test for Django 1.8+David Cramer2016-08-081-1/+1
* Correct support for test command in Django 1.8+David Cramer2016-08-081-1/+4
* Add example Django 1.10 appDavid Cramer2016-08-088-0/+200
* Merge pull request #825 from mervync/celery_ignore_expectedDavid Cramer2016-08-082-4/+12
|\
| * Add Celery config option to ignore expected exceptionsMervyn Chng2016-08-082-4/+12
|/
* Correct Flask dsn behaviorDavid Cramer2016-08-052-1/+2
* Add test for Flask failureDavid Cramer2016-08-051-1/+5
* Merge pull request #824 from getsentry/django-110-managementDavid Cramer2016-08-054-13/+61
|\
| * Fix behavior of raven command on Django 1.8+David Cramer2016-08-054-13/+61
|/
* Correct include_paths supportDavid Cramer2016-08-041-1/+1
* Changes for 5.24.0David Cramer2016-08-041-0/+7
* 5.25.0.dev0David 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 #794 from pquentin/masterDavid Cramer2016-08-041-4/+4
|\ \
| * | Fix Django LOGGING example root loggerQuentin Pradet2016-06-231-4/+4
* | | Merge pull request #780 from gi11es/patch-2David Cramer2016-08-041-4/+1
|\ \ \
| * | | Don't use simplejsonGilles Dubuc2016-06-081-4/+1
* | | | 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
* | | | | Merge pull request #820 from getsentry/django-110David Cramer2016-08-047-109/+75
|\ \ \ \ \
| * | | | | Support for Django 1.10David Cramer2016-08-047-109/+75
|/ / / / /
* | | | | Disable pypy from buildsDavid Cramer2016-08-031-1/+2
* | | | | Merge pull request #821 from getsentry/unify-optionsDavid Cramer2016-08-035-81/+107
|\ \ \ \ \
| * | | | | Unify option configuration between Flask/Djangounify-optionsDavid Cramer2016-08-035-81/+107
|/ / / / /
* | | | | Merge pull request #815 from getsentry/feature/hardcoded-versionArmin Ronacher2016-07-292-6/+12
|\ \ \ \ \
| * | | | | Hardcode version in package init to avoid issues with badly installed librari...Armin Ronacher2016-07-292-6/+12
* | | | | | Merge pull request #813 from getsentry/trovesArmin Ronacher2016-07-292-3/+3
|\ \ \ \ \ \
| * | | | | | Replace py 3.2 classifier with 3.5trovesMatt Robenolt2016-07-232-3/+3
* | | | | | | Merge pull request #805 from getsentry/feature/django-cli-runnerArmin Ronacher2016-07-292-3/+17
|\ \ \ \ \ \ \
| * | | | | | | Fixed a typofeature/django-cli-runnerArmin Ronacher2016-07-201-1/+1
| * | | | | | | Do not log exceptions from the django cli client twice. This fixes #802Armin Ronacher2016-07-192-3/+17
* | | | | | | | Merge pull request #814 from getsentry/bugfix/reset-exceptionsArmin Ronacher2016-07-291-14/+22
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Skip a broken test on 2.6bugfix/reset-exceptionsArmin Ronacher2016-07-271-0/+1
| * | | | | | | Reset the exception filter after test runsArmin Ronacher2016-07-271-14/+21
|/ / / / / / /
* | | | | | | Fixed rst syntaxArmin Ronacher2016-07-271-1/+1
* | | | | | | Add ignore_exceptions to client configuration (#807)David Cramer2016-07-264-30/+53
* | | | | | | Mark process errors as fatal (#808)David Cramer2016-07-261-1/+1
* | | | | | | Merge pull request #793 from OpenGov/captureZipStackErrorDavid Cramer2016-07-252-3/+32
|\ \ \ \ \ \ \
| * | | | | | | Added IOError to get stack info for graceful zip import errorsMatthew Seal2016-06-202-3/+32
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #811 from cjerdonek/issue-550-exception-chainsDavid Cramer2016-07-252-30/+129
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Use six.raise_from() for Python 2 compatibility.Chris Jerdonek2016-07-231-3/+4
| * | | | | | Address issue #550: exception chaining.Chris Jerdonek2016-07-231-30/+60
| * | | | | | Add failing tests for issue #550: exception chaining.Chris Jerdonek2016-07-231-0/+68
* | | | | | | Removed rando tabMatt Robenolt2016-07-231-1/+1
|/ / / / / /
* | | | | | Correct flake8 callDavid Cramer2016-07-221-2/+2
| |/ / / / |/| | | |