summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge pull request #1029 from felixxm/django-2.0-middlewareDavid Cramer2017-06-272-11/+13
|\ \
| * | Fixed Django 2.0 tests due to MIDDLEWARE_CLASSES remove and error views behav...Mariusz Felisiak2017-06-272-11/+13
|/ /
* | Merge pull request #1027 from felixxm/django-2.0David Cramer2017-06-262-4/+16
|\ \ | |/ |/|
| * Fixed Django 2.0 compatibility due to:Mariusz Felisiak2017-06-262-4/+16
|/
* Merge pull request #1018 from MegaDiablo/patch-1David Cramer2017-06-141-1/+1
|\
| * Fixed no using argument max var sizeAlexander Gromyko2017-06-141-1/+1
|/
* Merge pull request #1014 from jimfulton/zconfigDavid Cramer2017-06-127-0/+174
|\
| * changed description of ZConfig's logging supportJim Fulton2017-06-121-2/+3
| * Added tests and refactored.Jim Fulton2017-06-125-15/+106
| * added __future__ import that test runner wantsJim Fulton2017-06-071-0/+1
| * fixed docstring title and formattingJim Fulton2017-06-071-2/+3
| * Added support for logging integreation via ZConfig:Jim Fulton2017-06-074-0/+80
|/
* 6.2.0.dev0Armin Ronacher2017-05-251-1/+1
* 6.1.06.1.0Armin Ronacher2017-05-252-3/+10
* Merge pull request #1007 from adamcharnock/patch-1David Cramer2017-05-241-1/+1
|\
| * Ensure consistent fingerprint for SoftTimeLimitExceeded exceptionsAdam Charnock2017-05-241-1/+1
|/
* Merge pull request #996 from mgedmin/patch-2David Cramer2017-05-041-0/+4
|\
| * Gently remind the user to set the logging levelMarius Gedminas2017-05-041-0/+4
|/
* Fix syntax highlighting in advanced docsMatt Robenolt2017-04-271-0/+6
* Specify in which version of 2.7 was extra keyword added to .exceptionMichał Łazowik2017-04-051-1/+1
* Merge pull request #989 from arnavk/arnav/sample_rateDavid Cramer2017-04-043-0/+26
|\
| * Add docs to demonstrate sampling messagesArnav Kumar2017-04-043-0/+26
* | Merge pull request #987 from arnavk/arnav/sample_rateDavid Cramer2017-04-034-3/+34
|\ \ | |/
| * Stop type checking sample_rate in SentryHandlerArnav Kumar2017-04-042-11/+0