David Cramer
David Cramer
Rough plan: 1. Implement listeners for 'status' hooks from GitHub 2. When status hook includes anything related to Travis, use keys to pull data (vs push?) 3. When pushing data,...
We need to allow users to disconnect a repository, which should then unregister any hooks or keys associated with it. Disconnecting a repository will do so for all members of...
Now that we've got a semi functional stream we need to: - Implement channels on the backend - Propagate changes correctly into the UI (some endpoints are already setup to...
We can likely pass this as part of the artifact upload, since we'd want to report different style of JUnit tests to the same repo. You can see an example...
We want to be able to support public projects/repos. We will still require authentication. This means: - Default the project to state on GitHub (but persist it as the default,...
We dont want to keep them forever. Can do something like 30 days as an easy stop gap.
Thoughts on turning it off by default? I want to include TraceKit as part of Raven (https://github.com/getsentry/raven-js), but I'm hoping to deprecate hooking window.onerror for better methods (such as binding...
It'd be nice if you could provide a callback in TraceKit.report() as an alternative to using .subscribe. i.e. I want to do this: ``` function capture(ex, options) { TraceKit.report(ex, function(data)...