David Cramer
David Cramer
It's all there on the backend, so we just need to do some work in the UI and the provider abstraction. Likely will wait to do this until we finish...
Let's add support for status checks, which is the next step to removing N third party dependencies on "is the build green". https://developer.github.com/v3/repos/statuses/
Right now when there's a selenium failure, we sometimes get a failing unit test, but we always get a resulting artifact. It would be useful, at the very least, to...
This is specifically with Travis hooks. https://zeus.ci/gh/getsentry/zeus/builds/524
lets see if we cant replace everything with graphql so we can query the appropriate data https://github.com/graphql-python/graphene-sqlalchemy
if X enables a repo and Y also has access, they need to automatically gain access in various situations - on login - on repo sync (via cache) - background...
right now its only showing files found in the coverage report it should also show n/a for files which are missing from the report, and not show at all if...
we need to decide what to do when a job is retried simplest/most accurate answer would be to orphan the job (or just straight up delete it), and create new...
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,...