summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 errorfix-test-with-containersAshley Camba Garrido2018-05-231-1/+2
|
* Wrap getpwid in exception fixes:#1242Ashley Camba Garrido2018-05-231-2/+4
|
* Remove deploy stage for nowAshley Camba Garrido2018-05-191-7/+7
|
* Update travis and ChangelogAshley Camba Garrido2018-05-192-12/+3
|
* Release: 6.8.0 → 6.9.0.dev0Ashley Camba Garrido2018-05-192-4/+4
|
* [FIX] TypeError on LambdaClient(transport=...)Alan Justino da Silva2018-05-191-1/+1
| | | | | TypeError: __init__() got multiple values for keyword argument 'transport' Because it has `get()`ing the 'transport' keyword, instead of `pop()`ing it.
* Remove py3.3 from ci buildAshley Camba Garrido2018-05-191-6/+3
|
* doc: fix grammarDaniel Hahler2018-05-181-1/+1
| | | | s/any only/only/
* fix: Fix flake8 integrationArmin Ronacher2018-05-151-1/+1
|
* meta: Update changelogArmin Ronacher2018-05-151-1/+4
|
* feat: switch from culprit to transaction (#1238)Armin Ronacher2018-05-152-3/+6
|
* Release: 6.8.0.dev0 → 6.8.06.8.0Ashley Camba Garrido2018-05-122-4/+4
|
* Update changelogAshley Camba Garrido2018-05-121-1/+5
|
* meta: Added changelog entryArmin Ronacher2018-05-111-0/+4
|
* fix: Always consider remote configs enabled even without secret key. Fixes #1235Armin Ronacher2018-05-112-1/+2
|
* Lazily import pkg_resources for better import performance.Mike2018-05-102-13/+15
|
* fix django sql hookAnton Shurashov2018-05-102-14/+27
|
* Remove whitespace.Alex Dancho2018-05-061-1/+1
|
* Add blinker to Sanic dependencies.Alex Dancho2018-05-061-1/+4
| | | | | | | | | | | | | | | Pulling 6.7.0 and trying to do, `from raven.contrib.sanic import Sentry`, I get the following traceback: ``` Traceback (most recent call last): File "application.py", line 1, in <module> from raven.contrib.sanic import Sentry File "/usr/local/lib/python3.6/site-packages/raven/contrib/sanic.py", line 13, in <module> import blinker ModuleNotFoundError: No module named 'blinker' ``` That's my bad. This should resolve that.
* Fix a few flake8s.chebee7i2018-05-021-2/+3
|
* Make BetterJSONEncoder use OrderedDict for namedtuples.chebee7i2018-05-022-4/+19
|
* Add NamedtupleSerializer before IterableSerializer.chebee7i2018-05-021-0/+26
|
* Add is_namedtuple().chebee7i2018-05-022-1/+14
|
* Move generic utils from __init__.py to basic.py.chebee7i2018-05-022-80/+88
|
* Add missing closing quote around exampleKash Lingat2018-05-021-1/+1
|
* Release: 6.7.0.dev0 → 6.7.06.7.0Ashley Camba Garrido2018-04-182-2/+2
|
* Update changelogAshley Camba Garrido2018-04-181-1/+7
|
* bugfix: Make DSN secret optionalArmin Ronacher2018-04-182-5/+18
|
* repr can raise any ExceptionCenk Alti2018-04-181-1/+1
|
* fix raven.utils.json.dumps exceptionCenk Alti2018-04-182-1/+15
|
* capture returns the event id directly, not a tuplewim glenn2018-04-181-1/+1
|
* ref: Update pytest requirements (#1224)Ashley Camba2018-04-181-5/+3
|
* Match nodejs client environment variable supportAnthony Lukach2018-03-291-3/+8
|
* logging: Stop mutating record.dataJakub Stasiak2018-03-292-0/+11
| | | | | | | | | | | | | | | | | Without this patch raven's logging handler can't be used with connexion, because connexion does the following[1]: logger.debug('Getting data and status code', extra={ 'data': response, 'data_type': type(response), 'url': flask.request.url }) When response was a dictionary raven would modify it, thus causing unexpected and unwanted side effects. [1] https://github.com/zalando/connexion/blob/9f20c5ffb70ccde05193077e677da2a09af362c9/connexion/apis/flask_api.py#L110
* Update CHANGELOG.mdArmin Ronacher2018-03-291-1/+1
|
* feat: Add a client for SanicArmin Ronacher2018-03-297-2/+495
|
* feat: Disable dill logger by default (#1218)David Cramer2018-03-291-0/+3
|
* fix: Correct flake8 usage on pre-commit hook (#1217)David Cramer2018-03-292-4/+3
| | | rant: If anyone breaks this again I will strip your commit access.
* Fix tornado dependency fixes:#1206 (#1214)Ashley Camba2018-03-221-1/+1
|
* Add Changelog unreleased entryAshley Camba Garrido2018-03-011-0/+4
|
* Release: 6.6.0 → 6.7.0.dev0Ashley Camba Garrido2018-03-012-2/+2
|
* Fix typo in documentationMichael2018-02-261-1/+1
|
* Add tag and remove releases from deploy pipeline (#1200)6.6.0Ashley Camba2018-02-141-12/+12
| | | | | | * Add tag and remove releases from deploy pipeline * build: Switch to Zeus and build every master commit
* Mask Complete dictionary instead of just the leaves (#1198)Dhruv Aggarwal2018-02-132-10/+25
| | | | | | | | * Mask even if value is a dictionary * Update varmap to mask entire dict based on key * Add test case for complete dict masking
* Revert "Release: 6.6.0 → 6.7.0.dev0"Ashley Camba Garrido2018-02-132-2/+2
| | | | This reverts commit 0c417999944646c0d8d27856f2440ecb6b1c336a.
* Release: 6.6.0 → 6.7.0.dev0Ashley Camba Garrido2018-02-122-2/+2
|
* Release: 6.5.0 → 6.6.0Ashley Camba Garrido2018-02-123-2/+9
|
* Fix Typo in docstring (#1195)Davide Muzzarelli2018-02-081-1/+1
|
* Add test for hook_libraries (#1185)Ashley Camba2018-02-081-0/+30
| | | | | * Add test for hook_libraries
* Update remote.pyMaximillian Dornseif2018-02-031-0/+3
| | | On Python 2.7 (App Engine) the current codes results in a rather unhelpful `Configuring Raven for host: <raven.conf.remote.RemoteConfig object at 0xfa682430>` at startup. It might be better to force Python 2 on base.py at `self.logger.debug("Configuring Raven for host: {0}".format(self.remote))` to evaluate Unicode, but I think at this place it is much more obvious that the code is for Python 2.x sake.