Commit Graph

3016 Commits

Author SHA1 Message Date
Armin Ronacher dfd81a538c More info into the exception info key 2016-01-27 19:22:55 -08:00
Armin Ronacher 360df93052 Added changelog entry 2016-01-27 18:39:40 -08:00
Armin Ronacher d77dec802d Improved error key 2016-01-27 15:28:21 -08:00
Armin Ronacher 8412ac034e 5.10.3 dev 2016-01-27 15:08:54 -08:00
Armin Ronacher 01ca852a6e This is 5.10.2 2016-01-27 15:07:56 -08:00
Armin Ronacher a0a29a70d6 Added changelog entry 2016-01-27 15:07:33 -08:00
Armin Ronacher 3e14b36050 Merge pull request #726 from radzinzki/allow_exclude_list_on_creation
Allow logging exclusions during object creation and `init_app`
2016-01-27 15:06:50 -08:00
Armin Ronacher 27cc40e6d5 Remember exceptions that are logged and filter out duplicates.
This fixes #724
2016-01-27 15:03:21 -08:00
David Cramer 385543751f Merge pull request #730 from jamesob/master
Remove unnecessary/confusing variable from Celery contrib
2016-01-26 17:01:02 -08:00
Arnav Kumar 76042258f1 Add docs to demonstrate logging exclusions 2016-01-25 13:18:35 +08:00
Arnav Kumar 0de40e8e19 Add test for excluding loggers during setup with Flask 2016-01-25 12:10:17 +08:00
Arnav Kumar 615fa4c609 Allow logging exclusions during object creation and `init_app` 2016-01-25 12:08:36 +08:00
James O'Beirne d0adbbf208 Update __init__.py 2016-01-22 17:44:10 -08:00
James O'Beirne 91379378d5 Merge pull request #1 from jamesob/minor-celery-cleanup
Remove unnecessary/confusing logger variable in celery
2016-01-22 16:52:10 -08:00
James O'Beirne 4fd846a84d Remove unnecessary/confusing logger variable in celery 2016-01-22 16:50:50 -08:00
David Cramer f83aedbdeb Enforce raven.events import at runtime 2016-01-22 13:31:15 -08:00
Armin Ronacher e8f0ccc10f This is another dev version 2016-01-21 11:49:55 -08:00
Armin Ronacher f4a7e9a97c Temporarily disable pypi release code 2016-01-21 11:47:14 -08:00
Armin Ronacher 0e61fd4e91 This is 5.10.1 2016-01-21 11:45:27 -08:00
Armin Ronacher bb2cd9fc15 Fixed missign user behavior in Django to be in line of what we did earlier. 2016-01-21 11:03:34 -08:00
Armin Ronacher 5e651b207a Reformat travis.yml 2016-01-21 11:00:48 -08:00
Matt Robenolt 3db9fd2fd8 Fix travis.yml 2016-01-21 11:00:32 -08:00
Armin Ronacher 005a6d9d3d Fixed a regression in key handling in the sanitizer. 2016-01-21 10:38:47 -08:00
Armin Ronacher d3c1c1fcb6 Added test from #728 2016-01-21 09:33:31 -08:00
David Cramer cf6d9b32e2 Defer client loading in Django log handler (fixes GH-701) 2016-01-21 09:31:50 -08:00
David Cramer 41138e0862 Setup pypi deploys for tags 2016-01-21 09:31:29 -08:00
Armin Ronacher 475d379f09 Duck-type check the user object instead of doing an instance check. This fixes #718 2016-01-21 09:31:07 -08:00
Armin Ronacher 54192ad2df Fix non ascii bytes in password sanitization. This fixes #727 2016-01-21 09:26:31 -08:00
Armin Ronacher 38dd40e80d This is a dev version 2016-01-21 09:25:25 -08:00
David Cramer ab4177b57b Defer client loading in Django log handler (fixes GH-701) 2016-01-21 09:22:15 -08:00
David Cramer 3221f8d157 Add os import to instructions 2016-01-18 13:04:11 -08:00
Matt Robenolt 9152c058a3 Merge pull request #725 from tjikkun/shebang
remove unneeded shebang
2016-01-16 10:50:32 -08:00
Sander Hoentjen e1390b827f remove unneeded shebang 2016-01-16 19:10:57 +01:00
Armin Ronacher 23f0dae51e This is 5.10.0 2016-01-14 01:01:40 +01:00
Armin Ronacher 641254162c Stop using deprecated patterns() function 2016-01-14 00:31:16 +01:00
Armin Ronacher 73b449d398 Corrected version number in changelog 2016-01-13 22:55:24 +01:00
Armin Ronacher 2526a328f8 Added changelog entry 2016-01-13 22:53:52 +01:00
Armin Ronacher 0a2f65df9e Restored template error handling for Django 1.9 and newer. 2016-01-13 22:50:24 +01:00
Armin Ronacher 8755ce3b64 Merge pull request #722 from sabricot/disable_ssl_certs_PEP467
Fix disabling of ssl certs check with python 2.7.9/3.4.3 and sync/threaded transport
2016-01-13 22:44:55 +01:00
Armin Ronacher fb0b53a66f Make tests work with newer Django 2016-01-13 17:32:32 +01:00
sabricot 168ffa2e13 Fix disabling of ssl certs check with python 2.7.9/3.4.3 2016-01-13 16:10:03 +00:00
Armin Ronacher 206f233ef9 Restored broken import 2016-01-13 13:27:44 +01:00
Armin Ronacher 97e93ea7ba Strip six module and rename to raven._compat
We're seeing some odd issues with our six module interacting
badly with the six module from other libraries for some users.
The suspicion is that our six module in some cases gets unvendored.
We thus rename it to `raven._compat` (which is also what some
other Python modules do).  We still use six normally for the
tests.
2016-01-12 21:40:51 +01:00
Matt Robenolt f2eedb742c Alias import to prevent attribute lookup 2016-01-11 22:39:52 -08:00
Matt Robenolt 85c01bb7bf Merge pull request #719 from ojii/master
Do not capture tornado.web.HTTPErrors if their status code is not 5xx
2016-01-11 22:37:58 -08:00
Jonas Obrist db96b5b312 Do not capture tornado.web.HTTPErrors if their status code is not 5xx 2016-01-12 15:27:10 +09:00
David Cramer 775e7e2340 Correct memoize behavior 2016-01-08 14:20:16 -08:00
Matt Robenolt 8c14346c3b Merge pull request #713 from getsentry/gh-712
django: ignore a missing settings.SITE_ID
2016-01-05 13:23:04 -08:00
Matt Robenolt 2f6fc1410e django: ignore a missing settings.SITE_ID
SITE_ID isn't required to exist or to be set, so just ignore it.

Fixes GH-712
2015-12-31 15:29:12 -05:00
Armin Ronacher d6b52c9749 Merge pull request #710 from brente/patch-1
Fix example in django.rst
2015-12-27 14:38:32 +01:00