summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(django): Avoid deprecation warnings when calling is_authenticated1035-avoid-deprecation-warningsAshley Camba Garrido2017-10-131-9/+12
* AWS Lambda Integration (#1107)Ashley Camba2017-10-137-1/+417
* Add D107 to ignore flake8 docsAshley Camba Garrido2017-10-101-1/+1
* refactor(tests) Use marker to skip tests that depend on a git repoAshley Camba Garrido2017-10-102-8/+9
* add application/octet-stream to non-cacheable typesDillon Dixon2017-09-281-6/+11
* fix(django): Fix django command with data option (#1078)Ashley Camba Garrido2017-09-261-1/+8
* fix(flask): Use request.remote_addr as fallback for flask too, fix testsAshley Camba Garrido2017-09-263-8/+10
* fix(django): Remove second user_info and fix testsAshley Camba Garrido2017-09-262-3/+8
* Always supply a user.ip_address valueMatt Robenolt2017-09-266-23/+91
* Fix repo name for future refAshley Camba Garrido2017-09-261-1/+1
* Prepare next release cycleAshley Camba Garrido2017-09-262-13/+16
* Added changes and cleaned up commented code6.2.1Ashley Camba Garrido2017-09-222-7/+6
* Fix wheel contextlib2 bug: doesn't install contextlib2 correctlyAshley Camba Garrido2017-09-222-7/+8
* Release 6.2.0Ashley Camba Garrido2017-09-212-1/+15
* Fix initialize import for Django < 1.7Alex Tomkins2017-09-162-7/+5
* Added Django setting to ignore expected Celery errorsdhoffman2017-09-162-1/+13
* Add travis deployment to buildAshley Camba2017-09-131-0/+11
* Fix unavailable request data while using with REST framework #591 (#1061)eprikazc2017-09-125-10/+67
* fix: Correct repr fallback of to_unicodeArmin Ronacher2017-09-081-1/+1
* Update Django message ref example for 1.11, fixes #993Isaac Slavitt2017-09-061-6/+4
* Enable breadcrumbs in Celery (#1068)Václav Slavík2017-09-041-0/+2
* fix(flask): Add app.logger instrumentation (#1069)Ashley Camba2017-09-043-10/+32
* Fix issue #1064: Resource leak when register_signal=FalseBijan Vakili2017-08-221-1/+1
* Merge pull request #1056 from getsentry/tox-travis-refactorAshley Camba2017-08-1026-172/+450
|\
| * Remove old django-dev environtox-travis-refactorAshley Camba Garrido2017-08-091-1/+0
| * Cleanup for green doc8 testsAshley Camba Garrido2017-08-0914-22/+37
| * Update contributing docs with tox/travis usageAshley Camba Garrido2017-08-091-18/+46
| * Update tox-travis with newer django versionsAshley Camba Garrido2017-08-092-4/+24
| * Update test_require versionsAshley Camba Garrido2017-08-091-2/+2
| * Add .python-version to gitignoreAshley Camba Garrido2017-08-091-1/+2
| * Update setup.py and setup.cfg for tox-travis-refactorAshley Camba Garrido2017-08-092-5/+15
| * Remove some of the test magic and update some tests using standard pytest idiomsAshley Camba Garrido2017-08-093-78/+28
| * Refactor testing using tox environments and update travis to use themAshley Camba Garrido2017-08-095-48/+303
|/
* Merge pull request #1053 from solute/breacrumbs-logging-srcfile-none2Ashley Camba2017-08-081-1/+8
|\
| * breadcrumbs: Check logging._srcfile in _wrap_logging_methodMarc Schmitzer2017-08-081-1/+8
|/
* Merge pull request #1038 from ashwoods/docs/readmeAshley Camba2017-07-173-10/+119
|\
| * Use raw html for centering logoAshley Camba Garrido2017-07-171-0/+8
| * Update README with graphics, quickstart and other improvementsAshley Camba Garrido2017-07-172-21/+31
| * Add first draft for README improvementsAshley Camba Garrido2017-07-172-4/+95
|/
* Merge pull request #1026 from felixxm/issue-django-1.11-compatAshley Camba2017-07-171-0/+4
|\
| * Added Django 1.11 support.Mariusz Felisiak2017-06-261-0/+4
* | Merge pull request #1033 from getsentry/fix/recursionDavid Cramer2017-06-301-11/+15
|\ \
| * | Fix import locking to avoid recursion (fixes GH-1032)David Cramer2017-06-301-11/+15
|/ /
* | vscode: basic supportDavid Cramer2017-06-302-0/+21
* | Merge pull request #1031 from arnavk/arnav/logging_signal_docsDavid Cramer2017-06-281-0/+24
|\ \
| * | Add docs for logging_configured signal for FlaskArnav Kumar2017-06-291-0/+24
|/ /
* | Merge pull request #1028 from arnavk/arnav/logging_signalDavid Cramer2017-06-282-5/+31
|\ \
| * | Make the logging_configured signal flask-onlyArnav Kumar2017-06-283-10/+6
| * | Add tests for to assert logging_configured signal is firedArnav Kumar2017-06-271-3/+21
| * | Fire signal after setup_logging is called for Flask usageArnav Kumar2017-06-272-1/+13
| |/