sentry-extensions / cyclops

Cyclops is meant to be a high performance barrier in front of Sentry (http://getsentry.com).
http://sentry-extensions.github.io/cyclops/
164 stars 15 forks source link

Make MySQL optional #9

Closed regisb closed 10 years ago

regisb commented 10 years ago

The goal of this pull request is to allow the use Cyclops without the MySQL dependency. It should be possible to list project IDs, secret and public keys inside of the configuration file instead of providing access to the sentry MySQL backend.

guilhermef commented 10 years ago

@regisb, this pull request looks ok, but do you mind fixing the TravisCi build ?

regisb commented 10 years ago

@guilhermef The Travis build error was caused by the "weird travis python paths". It's solved, now.

guilhermef commented 10 years ago

@regisb thanks for that ;)

guilhermef commented 10 years ago

@regisb I've released a 0.7.0 version with your PR.