summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.7.01.7.0David Cramer2012-04-182-1/+6
* Bump max string length from 200 to 400David Cramer2012-04-181-1/+1
* Basic docs on processorsDavid Cramer2012-04-181-0/+32
* Added RemovePostDataProcessor and RemoveStackLocalsProcessorDavid Cramer2012-04-182-1/+66
* Shorten the mask on the sanitizerDavid Cramer2012-04-181-1/+1
* Sanitize querystrings and other http keys which are not in dict formatDavid Cramer2012-04-182-2/+22
* Correct tests and bump required Sentry for testing1.6.1David Cramer2012-04-162-3/+10
* Support non int project idsDavid Cramer2012-04-162-2/+2
* 1.6.01.6.0David Cramer2012-04-132-1/+8
* Correct how frames are passed around so they always include linenoDavid Cramer2012-04-134-8/+9
* Merge branch 'master' of https://github.com/apollo13/raven into apollo13-masterDavid Cramer2012-04-131-3/+3
|\
| * replace f_lineno with tb_lineno.Florian Apolloner2012-04-121-3/+3
* | Merge pull request #82 from mfrasca/masterDavid Cramer2012-04-121-1/+2
|\ \ | |/ |/|
| * solves #79Mario Frasca2012-04-121-1/+2
|/
* Correct raven test commandDavid Cramer2012-04-031-2/+2
* Set interactive=False as a default for runtests()David Cramer2012-04-021-1/+3
* REUSE_DB is too painful to use yetDavid Cramer2012-04-021-1/+1
* Expand travis test optionsDavid Cramer2012-04-021-2/+2
* Gracefully handle files which have changed on diskDavid Cramer2012-04-021-3/+7
* Correct test file to run truly with noinputDavid Cramer2012-03-291-5/+6
* Adding pep8 and pyflakes to CIDavid Cramer2012-03-291-0/+4
* General cleanup for pep8/lintDavid Cramer2012-03-294-3/+7
* Merge branch 'master' of github.com:dcramer/ravenDavid Cramer2012-03-292-2/+5
|\
| * Merge pull request #77 from andymccurdy/patch-1David Cramer2012-03-291-1/+4
| |\
| | * Newer versions of Celery want you to import the task decorator from 'celery.t...Andy McCurdy2012-03-291-1/+4
| |/
| * Merge pull request #74 from nonZero/patch-1David Cramer2012-03-281-1/+1
| |\
| | * fixed typo in doctestnonZero2012-03-151-1/+1
* | | Dont show the public/secret key as the DSN configuration outputDavid Cramer2012-03-291-1/+2
|/ /
* | Bump sentry req1.5.0David Cramer2012-03-271-1/+1
* | Run tests with noinputDavid Cramer2012-03-272-2/+2
* | Add Django 1.4 to the test suiteDavid Cramer2012-03-272-1/+2
* | Test to confirm logging.exception works as expected (refs GH-75)David Cramer2012-03-191-0/+20
|/
* Improving the Flask integrationDavid Cramer2012-03-042-38/+77
* Skip response middleware error test if < Django 1.3David Cramer2012-03-041-0/+2
* Improve Travis CI integrationDavid Cramer2012-03-041-3/+9
* Add better documentation for init_appDavid Cramer2012-03-041-1/+8
* Improve Flask documentationDavid Cramer2012-03-041-0/+3
* Improve Flask documentationDavid Cramer2012-03-041-4/+4
* Log to INFO level for the test commandDavid Cramer2012-03-021-1/+1
* Shutting up install commands in TravisDavid Cramer2012-03-011-2/+2
* Filename is always set nowDavid Cramer2012-02-281-1/+1
* Correctly handle frames that arent in actual python filesDavid Cramer2012-02-281-15/+22
* Remove code that I have no idea why it exists anymoreDavid Cramer2012-02-281-2/+0
* Correct explicit stack iter behavior in loggingDavid Cramer2012-02-281-1/+1
* Version bump to 1.4.61.4.6David Cramer2012-02-281-1/+1
* Ensure we lookup SENTRY_DSN from the environment in the Flask client if its n...David Cramer2012-02-281-1/+3
* Correct version checkDavid Cramer2012-02-271-2/+2
* Remove 1.3+ tests automaticallyDavid Cramer2012-02-271-1/+7
* Test Django 1.2.7 and 1.3.1.David Cramer2012-02-271-1/+6
* Support Travis CIDavid Cramer2012-02-271-0/+6