summaryrefslogtreecommitdiff
Commit message (Collapse)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_method
| * breadcrumbs: Check logging._srcfile in _wrap_logging_methodMarc Schmitzer2017-08-081-1/+8
|/ | | | | | The _srcfile attribute of the logging module may be None if the interpreter doesn't support frame introspection (see comment in logging/__init__.py).
* Merge pull request #1038 from ashwoods/docs/readmeAshley Camba2017-07-173-10/+119
|\ | | | | Update Docs/readme
| * 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.
| * 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)
| * | 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 Flask
| * | 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
|\ \ | | | | | | Fire signal after setup_logging is called for Flask usage
| * | 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 behavior change.
| * | Fixed Django 2.0 tests due to MIDDLEWARE_CLASSES remove and error views ↵Mariusz Felisiak2017-06-272-11/+13
|/ / | | | | | | behavior change.
* | Merge pull request #1027 from felixxm/django-2.0David Cramer2017-06-262-4/+16
|\ \ | |/ |/| Fixed Django 2.0 compatibility.
| * Fixed Django 2.0 compatibility due to:Mariusz Felisiak2017-06-262-4/+16
|/ | | | | - django.conf.urls.include parameters change, - django.core.urlresolvers move to django.urls.
* Merge pull request #1018 from MegaDiablo/patch-1David Cramer2017-06-141-1/+1
|\ | | | | Fixed no using argument max var size
| * Fixed no using argument max var sizeAlexander Gromyko2017-06-141-1/+1
|/
* Merge pull request #1014 from jimfulton/zconfigDavid Cramer2017-06-127-0/+174
|\ | | | | Added support for logging integration via ZConfig:
| * changed description of ZConfig's logging supportJim Fulton2017-06-121-2/+3
| | | | | | | | As requested by reviewer.
| * Added tests and refactored.Jim Fulton2017-06-125-15/+106
| | | | | | | | | | The first stab at this was cribbed off the zope integration. This is now a bit cleaner.
| * 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
|/ | | | | | | http://zconfig.readthedocs.io/en/latest/using-logging.html (Note that the Zope integration also uses ZConfig, but adds lots of Zope-specific machinery that won't work elsewhere.)
* 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 exceptions
| * Ensure consistent fingerprint for SoftTimeLimitExceeded exceptionsAdam Charnock2017-05-241-1/+1
|/ | | | | | | I've been finding that ``SoftTimeLimitExceeded`` exceptions have not been grouped in the Sentry UI as I would have expected. I believe I have traced it down to the line changed in this pull request. They seemed to occasionally stop form new groups for non-obvious reasons. After looking around, it seems that ``sender`` (presumably a task instance) includes an object ID in its string representation. As a result, the fingerprint would be different for every celery worker process. This change will attempt to use the full task name (i.e. ``"my.app.tasks.do_it"``) before falling back to the original implementation.
* Merge pull request #996 from mgedmin/patch-2David Cramer2017-05-041-0/+4
|\ | | | | Gently remind the user to set the logging level
| * 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
| | | See tags in the commit: https://github.com/python/cpython/commit/947f358a069c9141c0230e440ab5cba07df0f87f
* Merge pull request #989 from arnavk/arnav/sample_rateDavid Cramer2017-04-043-0/+26
|\ | | | | Add docs to demonstrate sampling messages
| * Add docs to demonstrate sampling messagesArnav Kumar2017-04-043-0/+26
| | | | | | | | | | - Update Client.capture documentation to describe `sample_rate` - Add section on sampling in the Advanced Usage docs
* | Merge pull request #987 from arnavk/arnav/sample_rateDavid Cramer2017-04-034-3/+34
|\ \ | |/ | | Add provision to sample per message
| * Stop type checking sample_rate in SentryHandlerArnav Kumar2017-04-042-11/+0
| |