Commit Graph

2544 Commits

Author SHA1 Message Date
Andrew Svetlov 69940fc47c Merge branch 'master' of github.com:getsentry/raven-python 2014-06-23 20:11:28 +03:00
Andrew Svetlov 375b349a0a Fix raven.transport.aiohttp module's docstring 2014-06-23 20:08:25 +03:00
David Cramer 6db3ee3918 Merge pull request #462 from the5fire/master
fix the puzzle try..catch in contrib.django.models's get_client
2014-06-22 21:33:09 -07:00
allenhu beb980d4cc fix the puzzle try..catch in contrib.django.models's get_client 2014-06-23 11:17:08 +08:00
Andrew Svetlov aa9889b7af Make style-checking tools happy. 2014-06-22 13:09:49 +03:00
Andrew Svetlov b0264e9252 Work on aiohttp transport 2014-06-19 18:49:48 +03:00
David Cramer 86f7c1065b Correctly accept kwargs with only dsn argument (fixes GH-460) 2014-06-06 06:21:29 -07:00
David Cramer d6f33e5bb4 Merge pull request #459 from the5fire/fix-async-param-error
fix send_sync function param error in raven.contrib.async
2014-06-04 02:04:40 -07:00
allenhu 4ca60ea6fa fix send_sync function param error in raven.contrib.async 2014-06-04 17:02:12 +08:00
Matt Robenolt fc07a773d7 Use certifi if available 2014-06-02 17:35:02 -07:00
David Cramer 2c5f1a24f3 Merge pull request #458 from danriti/master
Add trailing comma to args tuple in Pylons documentation
2014-05-29 14:47:46 -07:00
Dan Riti a63925406e Add trailing comma to args tuple in Pylons documentation. 2014-05-29 21:37:16 +00:00
David Cramer 5b8728ab80 Update test to match protocol 2014-05-28 22:04:32 -07:00
David Cramer 683acffedc Bump protocol version to explicit 5 2014-05-28 21:53:53 -07:00
David Cramer d0fa51b123 4.3.0 2014-05-28 21:52:36 -07:00
Xavier Ordoquy 2d35f18270 Merge pull request #453 from pazur/patch-2
Fix BaseUDPTransport in python3.
2014-05-28 08:36:45 +02:00
David Cramer 4170323fe8 Minor stylistic changes 2014-05-22 00:32:03 -07:00
David Cramer 14adea4954 Merge branch 'fix_async_sender_shutdown' of https://github.com/swiftserve/raven-python into swiftserve-fix_async_sender_shutdown 2014-05-22 00:29:58 -07:00
David Cramer 4dbe43be6d Merge branch 'master' of github.com:getsentry/raven-python 2014-05-22 00:29:48 -07:00
David Cramer e3797102f5 Merge pull request #455 from robinhoodmarkets/tornado_https
Added HTTPS and transport options support to Tornado transport
2014-05-22 00:26:57 -07:00
David Cramer b9bd240a79 Merge branch 'raise_send_errors' of https://github.com/richg/raven-python into richg-raise_send_errors
Conflicts:
	raven/base.py
	raven/contrib/django/client.py
	raven/handlers/logbook.py
	raven/handlers/logging.py
	tests/handlers/logging/tests.py
2014-05-22 00:25:46 -07:00
Bobo Li f106dab523 Added HTTPS and transport options support to Tornado transport 2014-05-22 00:55:14 +00:00
David Cramer 50f3cb6b4b Merge pull request #431 from alexkiro/master
Fix Issue #430.
2014-05-20 23:51:14 -07:00
David Cramer 39c65bf8b5 Update interfaces to use protocol 5/aliases 2014-05-20 12:02:18 -07:00
Andrew Svetlov 8a9536aeed asyncio support 2014-05-19 01:57:21 +03:00
David Cramer 757e060901 4.2.3 2014-05-18 01:20:02 -07:00
David Cramer b629d5ce42 Gracefully handle disabled clients 2014-05-18 01:19:54 -07:00
David Cramer c22d247fc0 4.2.2 2014-05-18 01:09:33 -07:00
Matt Robenolt f7ae1383cb Test against more pythons 2014-05-17 17:24:42 -07:00
David Cramer 300451cf27 Gracefully handle case where capture does not return event ID 2014-05-12 23:28:02 -07:00
Matt Robenolt 2876293318 Merge pull request #454 from alex/typo-fixes
Fixed several typos
2014-05-10 11:30:51 -07:00
Alex Gaynor c0dedcd29d Fixed several typos 2014-05-10 11:14:16 -07:00
Tomek 0b518aa3ce Add unicode_literals import to udp transport 2014-05-06 08:34:55 +02:00
Richard van der Hoff 942ee15d30 Merge branch 'master' into fix_async_sender_shutdown 2014-04-29 14:02:44 +01:00
Tomek 8d81e690b3 Fix BaseUDPTransport in python3. 2014-04-29 10:51:19 +02:00
David Cramer f1ccfe3903 Merge pull request #452 from lnielsen-cern/version_info_presedence
Fix module version detection
2014-04-28 09:59:02 -07:00
Lars Holm Nielsen 1e6a9778a3 Get module version according to PEP396
* Current implementation of get_version_from_app fails to get version
  information from modules such as numpy, webassets and setuptools since
  they define version information in the variable <package>.__version__
  and also include a module <package>.version. In the current
  implementation <package>.version takes precedence over
  <package>.__version__ thus the version information reported is a module
  instead of version number. This is easily fixed by this commit which
  changes precedence (see also PEP396).
2014-04-28 10:49:13 +02:00
Xavier Ordoquy c193c9327c Merge pull request #450 from mdaniel/docs-transport-typo
Correct a typo in the transport docs
2014-04-23 23:36:45 +02:00
Matthew Daniel 5071443139 Correct a typo in the transport docs 2014-04-23 14:28:16 -07:00
Xavier Ordoquy cffdb89c3d Merge pull request #447 from mgedmin/patch-1
Fix Client.get_ident() example in docstring
2014-04-16 19:03:37 +02:00
Marius Gedminas 339319da1f Fix Client.get_ident() example in docstring
raven.base.Client doesn't have a `process()` method.
2014-04-16 19:29:20 +03:00
David Cramer 6d487a8298 4.2.1 2014-04-15 23:57:21 -07:00
David Cramer 289e4ff005 Fix manifest 2014-04-15 23:56:57 -07:00
Matt Robenolt 68dff98d98 Remove dependency_link stuff 2014-04-14 23:43:35 -07:00
Matt Robenolt 669f3b7cab Listening to @dstufft 2014-04-14 23:42:15 -07:00
Matt Robenolt 14cbb60116 lol no idea what is going on 2014-04-14 23:18:57 -07:00
Matt Robenolt d5a6c9fb16 Try and use pytest-django instead of lite 2014-04-14 23:04:53 -07:00
Matt Robenolt 02af8931a7 A little more robust on capturing Retry-After header 2014-04-14 22:34:51 -07:00
Matt Robenolt 5cba9c20ce More notes for 4.2 2014-04-14 22:33:23 -07:00
Matt Robenolt 6db3d8dffb Turns out, rate limiting is it's own exception 2014-04-14 22:21:52 -07:00