Commit Graph

3030 Commits

Author SHA1 Message Date
Armin Ronacher 41dcfe2129 data -> describe in docs 2015-07-22 17:46:58 +02:00
David Cramer 09d32dbe9b 5.6.0.dev0 2015-07-22 16:59:55 +02:00
David Cramer 872b821b71 Changes for 5.5.0 2015-07-22 16:59:48 +02:00
David Cramer 76120f2d4f Merge pull request #629 from kelseyfrancis/flask-wrap_wsgi-constructor-param-not-respected
Respect wrap_wsgi arg passed to flask.Sentry constructor
2015-07-22 16:28:26 +02:00
Armin Ronacher ff1606440e Renamed a headline to make more sense in the context 2015-07-22 10:50:44 +02:00
Armin Ronacher dd4543dde5 Experiment with moving more of the docs onto the index page. 2015-07-22 10:34:44 +02:00
Kelsey Francis e3e5be7a74 Respect wrap_wsgi arg passed to flask.Sentry constructor
Prior to this commit any wrap_wsgi arg passed to
raven.contrib.flask.Sentry() got overwritten within init_app.
2015-07-21 12:52:00 -07:00
David Cramer be1c85daf4 Merge pull request #628 from hzy/patch-1
Fix grammar issue in Django docs
2015-07-21 08:40:01 +02:00
Jacob Haslehurst 0b1e8eeccf stick to 80 char max line length 2015-07-21 16:35:23 +10:00
Jacob Haslehurst 08b6d82cdb Fix grammar issue 2015-07-21 16:31:14 +10:00
David Cramer 72bc7c98d9 Language 2015-07-20 17:14:37 +02:00
Armin Ronacher 9f77c4ec0e configurations -> wizards 2015-07-16 19:08:04 +02:00
Armin Ronacher eee65dc84c Bumped _sentryext 2015-07-16 19:05:44 +02:00
Armin Ronacher 388b3c0d28 Merge branch 'feature/federated-docs' 2015-07-16 19:03:35 +02:00
Armin Ronacher 7218bd6047 Updated sentry ext and renamed wizards.json. 2015-07-16 12:22:25 +02:00
David Cramer ead83c4f02 Remove unused defaults 2015-07-15 23:15:11 -07:00
David Cramer 37eb1e8ef6 Remove various deprecated behaviors 2015-07-15 23:14:36 -07:00
David Cramer 9e4046f04d Kill various legacy settings 2015-07-15 23:09:15 -07:00
David Cramer 8d41f49362 prioritze our exception hook 2015-07-15 23:03:25 -07:00
David Cramer 18fc6e4d3f Expand config docs 2015-07-15 23:02:13 -07:00
David Cramer 728622d6c0 Remove deprecated 'site' config value from docs 2015-07-15 23:00:41 -07:00
David Cramer 3b7403d7ca Remove old-style configuration values 2015-07-15 23:00:32 -07:00
David Cramer 058def47a4 Support for custom exception hook fallbacks 2015-07-15 22:51:00 -07:00
David Cramer 0ab984b8da Capture errors via sys.excepthook 2015-07-15 22:42:34 -07:00
Armin Ronacher f7b9a2dbf5 Set an apostrophe where it belongs. 2015-07-15 23:37:43 +02:00
Armin Ronacher ddb6d54a84 Updated sentryext 2015-07-14 17:00:43 +02:00
Armin Ronacher 83e544b6fe Added two misisng python versions. 2015-07-14 17:00:37 +02:00
David Cramer 60944c0b48 Changes for 5.4.4 2015-07-13 14:58:16 -07:00
David Cramer 87b2034197 Handle unicode strings with import_string (refs GH-627) 2015-07-13 02:38:18 -07:00
David Cramer 88f1dfd3ea 5.5.0.dev0 2015-07-12 17:01:09 -07:00
David Cramer d8487802f6 Changes for 5.4.3 2015-07-12 17:00:40 -07:00
David Cramer a2ce5c2c30 Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
Armin Ronacher 01b724edff Fixed a bug in the pre-commit hook 2015-07-12 20:23:08 +02:00
Armin Ronacher f4b2c251e2 Split up hooks 2015-07-12 20:05:29 +02:00
David Cramer 3761bf3ab3 Dont specify level for import (refs GH-625) 2015-07-12 11:55:57 -06:00
David Cramer a2f9fa4e85 Merge pull request #620 from joshk/patch-1
lets try using the container based infrastructure
2015-07-12 11:30:05 -06:00
David Cramer 62dc112cee Fix various py3 compatibility (refs GH-625) 2015-07-12 11:24:36 -06:00
David Cramer cd8c6dee64 Fix various py3 compatibility (refs GH-625) 2015-07-12 08:56:37 -06:00
Armin Ronacher f6a451a861 Updated to latest sentry ext 2015-07-12 11:11:18 +02:00
Armin Ronacher 9e385c43b9 Imported new docs 2015-07-12 11:10:43 +02:00
Armin Ronacher d13b3cf78c Started using the sentry doc ext 2015-07-12 10:45:49 +02:00
David Cramer 6a7b821a5d Merge pull request #624 from hannosch/hannosch-transport-docs-fix
Fix ThreadedHTTPTransport import path
2015-07-11 23:40:50 -06:00
Hanno Schlichting 68e3fce985 Fix ThreadedHTTPTransport import path 2015-07-11 18:02:10 +02:00
David Cramer 5349d3b5b9 Changes for 5.4.2 2015-07-11 09:31:08 -06:00
David Cramer 468bc4e6c0 Support transport option in Flask/Django (fixes GH-623) 2015-07-11 00:10:45 -06:00
David Cramer d3623e897d Remove scheme checking behavior 2015-07-10 11:59:34 -06:00
David Cramer 58292d33f3 Add test showing failure 2015-07-10 11:54:18 -06:00
David Cramer c83aedd492 Merge pull request #622 from nvie/patch-1
Fix package names in transport docs
2015-07-08 09:17:11 -06:00
Matt Robenolt 39dd912382 Fix up Makefile to also clean the build directory 2015-07-08 01:41:11 -06:00
Vincent Driessen 6cd5d6c5aa Fix package names in transport docs 2015-07-08 09:15:00 +02:00