Commit Graph

102 Commits

Author SHA1 Message Date
Matt Robenolt 276266822a No www 2015-11-10 15:40:41 -08:00
David Cramer cd2850e8f1 Update link to docs 2015-11-09 00:30:27 -08:00
Anthony Ryan 21a6e38b6a Add allow_failures to .travis.yml matrix
Previously, the failure to compile against a development version of
django would fail the entire build. This makes that a development
version that is allowed to fail without failing the entire build.

This makes it easier to showcase the stability of the project, and
see when pull requests actually break things (compared to everything
always failing).
2014-06-24 04:11:04 -04:00
David Cramer d4caf5e647 Obsolete comment 2014-03-12 02:44:32 -07:00
David Cramer dc9ba0f71a Remove badges 2014-03-12 02:43:37 -07:00
David Cramer aa9b977dbe Add coverage 2013-05-25 10:17:19 +08:00
David Cramer ebf0df675d Correct Sentry link 2012-08-10 23:41:59 -07:00
David Cramer f0500e1ceb Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
Marc Abramowitz ec6c16a15c Add Travis CI image, linked to Travis CI build page 2012-04-29 14:49:08 -07:00
David Cramer 6217b78db1 Updating mailing list link 2012-02-10 14:27:17 -08:00
David Cramer b202c2d9b7 Update version in readme 2012-01-23 17:53:14 -08:00
David Cramer 957709245c Dont mix markup and html, it doesnt work :) 2012-01-03 02:59:05 -08:00
David Cramer e4af5b6f57 Note about version requirement 2012-01-03 02:58:42 -08:00
David Cramer 18f92ce9a6 Added resources 2011-12-30 17:30:15 -08:00
David Cramer 9425587da7 Add a proper doc to setup.py and improve README 2011-12-23 23:28:17 -08:00
David Cramer 746df9f5b3 Convince crazy people like Kenneth Reitz that Raven can do more than frameworks 2011-10-08 07:45:56 -04:00
David Cramer 3168e12f09 update about sentry/doc url 2011-10-07 16:03:56 -04:00
David Cramer d49e18405e Updating docs to reflect Raven and not Sentry 2011-10-07 15:54:42 -04:00
David Cramer 649ed70f66 sentry-client -> raven 2011-10-07 14:36:07 -04:00
David Cramer b499e86e83 Update readme to better describe this project 2011-10-06 14:57:21 -04:00
David Cramer 83dec74327 update docs url 2011-01-26 21:27:05 -08:00
David Cramer 56fda46a67 I give up 2010-10-20 17:18:04 -07:00
David Cramer 2e7a719240 Try #6 at linking 2010-10-20 17:16:46 -07:00
David Cramer b11923f432 I really fail at REST 2010-10-20 17:16:12 -07:00
David Cramer 0980196de9 Update with url to docs 2010-10-20 17:15:54 -07:00
David Cramer ff0fe0cfb9 Update with url to docs 2010-10-20 17:15:00 -07:00
David Cramer 545e6defe5 Basic docs 2010-10-20 17:01:14 -07:00
David Cramer b164f9ee10 Added sentry_sites plugin which acts like servers/urls except for sites (fixes GH-32) 2010-10-20 13:40:30 -07:00
David Cramer 08184f49df Update screenshot to be latest design 2010-10-20 11:21:31 -07:00
David Cramer 0c61e387ad improve logging example 2010-10-19 10:27:17 -07:00
David Cramer 2c8a50ddac Move logging docs above other cnofig 2010-10-19 10:25:26 -07:00
David Cramer 59701a74d5 Better documentation for use of error handling middleware 2010-10-19 10:22:53 -07:00
David Cramer 5574e6015a Add sexy charts using highchart; shows activity up within last 90 days 2010-10-15 17:57:27 -07:00
David Cramer d1cc0b4531 Remove DATABASE_USING docs 2010-10-13 11:40:11 -07:00
David Cramer b80194fa50 Added panels and widget argument to GroupActionProvider. Refactor servers and urls into plugins. Moved redmine plugin into sentry_redmine. 2010-10-13 11:33:31 -07:00
David Cramer 31e435b981 Update logging docs to disable propagate 2010-10-12 14:05:26 -07:00
David Cramer 1ccd2fd7f9 Merge branch 'master' of github.com:dcramer/django-sentry
Conflicts:
	sentry/client/base.py
2010-09-30 16:41:56 -07:00
David Cramer 064fa8c8e1 Removing documentation regarding CATCH_404_ERRORS as it was no longer valid 2010-09-30 16:24:02 -07:00
stefanfoulis 53c0fbeab7 Fixed minor documentation error 2010-09-29 02:05:26 +08:00
stefanfoulis a739315519 Fixes #16: sentry.client exception with python 2.5 2010-09-29 02:05:25 +08:00
David Cramer c8149e3962 Note about TEMPLATE_DEBUG 2010-09-27 15:37:54 -07:00
David Cramer ff3c9be537 Update logger name in docs 2010-09-24 18:44:18 -07:00
David Cramer 05faa58c34 Fix bad docs 2010-09-24 15:21:45 -07:00
David Cramer 834abf3db0 Added Celery client thanks to Andy McCurdy 2010-09-24 15:18:34 -07:00
David Cramer b059e2d8ee Remove note about postgres 2010-09-24 11:50:48 -07:00
David Cramer 1b47180ca9 Update docs to reflect actual usage of extra data in logging (fixes GH-14) 2010-09-23 14:39:04 -07:00
David Cramer b47753d1df create_from_exception no longer supports traceback/exception, but exc_info instead. Changed logic for determining the view. 2010-09-22 17:05:08 -07:00
David Cramer d4855ea6f1 Update order of options. Add note about multi-db + indexer 2010-09-20 13:19:14 -07:00
David Cramer 41f6e97cb2 Add details about extra clause 2010-09-16 11:51:58 -07:00
David Cramer f9afc9050c Update sample URLs in docs 2010-09-16 11:46:37 -07:00