Commit Graph

3030 Commits

Author SHA1 Message Date
Benjamin Dauvergne 849ef9a67d Add 'debian/' from commit '668938699e39817c46ce62fa62e1651ea3a7c781'
git-subtree-dir: debian
git-subtree-mainline: ed91eef804
git-subtree-split: 668938699e
2016-03-14 10:46:19 +01:00
Armin Ronacher ed91eef804 This is 5.11.1 2016-03-07 21:07:57 +01:00
Armin Ronacher 865b3f9ab4 Support exceptions without stacktraces.
This fixes #741
2016-03-07 21:07:14 +01:00
Armin Ronacher d58722f005 Another dev version 2016-02-29 19:47:33 +01:00
Armin Ronacher 66ddcabcb8 This is 5.11.0 2016-02-29 19:46:31 +01:00
Armin Ronacher f8e34fa59c Changed release to 5.11.0 2016-02-29 19:46:13 +01:00
David Cramer 110344408c Dont implicitly configure log handlers
Because of the way logging propagation works this is complicated to ensure it's intelligent. Let's leave it up to the user to ensure LOGGING is configured appropriately for their application.
2016-02-23 16:21:02 -08:00
Matt Robenolt 97ab6beff5 Fix misleading docstring 2016-02-19 14:05:50 -08:00
Armin Ronacher d6caa99bfd Handle exc_info is True. This fixes #735 2016-02-12 09:48:54 -08:00
Matt Robenolt 246b3ff591 Merge pull request #734 from rguillebert/fix-gevent-docs
Fix documentation for the gevent transport
2016-02-11 08:06:47 -08:00
Romain Guillebert 666d89f25b Fix documentation for the gevent transport 2016-02-11 10:24:19 +00:00
David Cramer 8979cacf6c Merge pull request #733 from omidraha/patch-1
Fixed typo of configuration
2016-02-08 22:22:22 -08:00
Omid Raha f1acd4b834 Fixed typo of configuration 2016-02-09 09:51:16 +03:30
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