summaryrefslogtreecommitdiff
path: root/raven/conf/remote.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Always consider remote configs enabled even without secret key. Fixes #1235Armin Ronacher2018-05-111-1/+1
* bugfix: Make DSN secret optionalArmin Ronacher2018-04-181-1/+1
* Update remote.pyMaximillian Dornseif2018-02-031-0/+3
* Remove six entirely and unify _compat into utils.compat (#812)Matt Robenolt2016-12-141-1/+1
* Refactor transports to support multiple URLsArmin Ronacher2016-11-221-3/+1
* Automatically strip whitespace in DSNs. This fixes #907Armin Ronacher2016-11-171-1/+1
* Discover Lambda and GAEfix/discover-sync-environmentsDavid Cramer2016-08-081-2/+25
* Strip six module and rename to raven._compatArmin Ronacher2016-01-121-3/+3
* Only convert DSN to string in Python 2.x (fixes GH-674)David Cramer2015-10-191-1/+5
* Convert input DSN values to strings (fixes GH-653)David Cramer2015-10-191-0/+2
* Improve unsupported DSN scheme errorDavid Cramer2015-10-151-2/+2
* Remove scheme checking behaviorDavid Cramer2015-07-101-1/+1
* Refactor DSN and transport configurationdsn-refactorDavid Cramer2015-05-211-0/+96