summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement a ClosingIterator for wsgi middlewareclosingiteratorMatt Robenolt2015-08-032-19/+62
* Add pytest-timeout to try and get travis to error faster on hangingMatt Robenolt2015-08-023-1/+3
* Merge pull request #631 from getsentry/travisMatt Robenolt2015-08-021-11/+1
|\
| * Use correct pip cached directoryMatt Robenolt2015-08-021-11/+1
|/
* Update django middleware docsMatt Robenolt2015-08-011-2/+2
* Merge pull request #614 from smarkets/fix-eventlet-transport-on-python3Armin Ronacher2015-07-291-1/+4
|\
| * Fix Eventlet transport on Python 3Jakub Stasiak2015-06-101-1/+4
* | LanguageDavid Cramer2015-07-281-3/+2
* | code-style => code-blockDavid Cramer2015-07-281-1/+1
* | Expand docs for to match current behaviorDavid Cramer2015-07-281-18/+28
* | Updates to the API docsArmin Ronacher2015-07-242-12/+40
* | data -> describe in docsArmin Ronacher2015-07-221-6/+3
* | 5.6.0.dev0David Cramer2015-07-221-1/+1
* | Changes for 5.5.0David Cramer2015-07-221-0/+7
* | Merge pull request #629 from kelseyfrancis/flask-wrap_wsgi-constructor-param-...David Cramer2015-07-221-1/+1
|\ \
| * | Respect wrap_wsgi arg passed to flask.Sentry constructorKelsey Francis2015-07-211-1/+1
* | | Renamed a headline to make more sense in the contextArmin Ronacher2015-07-221-2/+2
* | | Experiment with moving more of the docs onto the index page.Armin Ronacher2015-07-223-40/+86
|/ /
* | Merge pull request #628 from hzy/patch-1David Cramer2015-07-211-5/+4
|\ \
| * | stick to 80 char max line lengthJacob Haslehurst2015-07-211-3/+4
| * | Fix grammar issueJacob Haslehurst2015-07-211-3/+1
|/ /
* | LanguageDavid Cramer2015-07-201-6/+2
* | configurations -> wizardsArmin Ronacher2015-07-161-1/+1
* | Bumped _sentryextArmin Ronacher2015-07-161-0/+0
* | Merge branch 'feature/federated-docs'Armin Ronacher2015-07-1633-594/+929
|\ \
| * | Updated sentry ext and renamed wizards.json.feature/federated-docsArmin Ronacher2015-07-162-0/+0
| * | Set an apostrophe where it belongs.Armin Ronacher2015-07-151-2/+2
| * | Updated sentryextArmin Ronacher2015-07-141-0/+0
| * | Added two misisng python versions.Armin Ronacher2015-07-141-0/+2
| * | Fixed a bug in the pre-commit hookArmin Ronacher2015-07-121-3/+3
| * | Split up hooksArmin Ronacher2015-07-124-39/+52
| * | Updated to latest sentry extArmin Ronacher2015-07-121-0/+0
| * | Imported new docsArmin Ronacher2015-07-1227-570/+865
| * | Started using the sentry doc extArmin Ronacher2015-07-123-0/+10
* | | Remove unused defaultsDavid Cramer2015-07-151-6/+0
* | | Remove various deprecated behaviorsDavid Cramer2015-07-1513-44/+24
* | | Kill various legacy settingsDavid Cramer2015-07-153-21/+2
* | | prioritze our exception hookDavid Cramer2015-07-151-1/+1
* | | Expand config docsDavid Cramer2015-07-151-0/+27
* | | Remove deprecated 'site' config value from docsDavid Cramer2015-07-151-10/+0
* | | Remove old-style configuration valuesDavid Cramer2015-07-151-32/+0
* | | Support for custom exception hook fallbacksDavid Cramer2015-07-151-1/+8
* | | Capture errors via sys.excepthookDavid Cramer2015-07-151-1/+11
* | | Changes for 5.4.4David Cramer2015-07-131-0/+5
* | | Handle unicode strings with import_string (refs GH-627)David Cramer2015-07-132-1/+29
* | | 5.5.0.dev0David Cramer2015-07-121-1/+1
* | | Changes for 5.4.3David Cramer2015-07-121-0/+5
* | | Enable caching / remove wad bitsDavid Cramer2015-07-122-345/+6
* | | Dont specify level for import (refs GH-625)David Cramer2015-07-121-1/+1
* | | Merge pull request #620 from joshk/patch-1David Cramer2015-07-122-3/+14
|\ \ \