descartes icon indicating copy to clipboard operation
descartes copied to clipboard

Introspective dashboard for Graphite

Results 38 descartes issues
Sort by recently updated
recently updated
newest added

I seem to be in an auth hell. When attempting to use github auth (that appears to be properly setup) I get an error: NameError at /auth/github uninitialized constant Octokit::Configuration...

Hopefully this patch is unintrusive enough

For easy(er) Heroku deploys. https://devcenter.heroku.com/articles/heroku-button

enhancement

mysql doesn't support the constraint in https://github.com/obfuscurity/descartes/blob/master/lib/descartes/migrations/006_AddGraphDashboardRelationConstraints.rb. Any thoughts on how I can add this constraint to the app code so we can keep the feature and support mysql as...

enhancement

This would provide a workflow around transient (read: mocking) or snapshot graphs. There are two proposed workflows that would seem useful: - User A begins mocking up a new graph...

enhancement
high

Newer Sinatra updates the `params` hash with some "meta" keys like `splat` and `captures`; this is not accounted for & causes Sequel to error on those keys as they are...

Need to update our GitHub OAuth code to support the newest stuff in https://github.com/atmos/sinatra_auth_github. I've bumped the gem to 0.13.3 but I think there's some configuration stuff and possibly scopes...

Implements #73. Dug into this to start addressing my problems w/ metric loads in my prod environment, which has something like 800k distinct metric paths and growing. Right now, with...