Patrick DeVivo

Results 114 issues of Patrick DeVivo

What happens if someone wants to use Fuse on non-GitHub repos? Let's experiment to see what that feels like today, and then generate any tickets we'd need to improve that...

It's possible right now to add multiple repo imports (auto imports) for the same github org/user, which is something we should prevent (a bad state we want to prevent in...

schema

The UI allows for inserting a batch of git repos (either by csv list or by "queueing" up a bunch of repos). We do this by iterating over each repo...

graphql

Document how to add migrations, and look into "dockerizing" the `migrate` CLI tool we use (or somehow bring it in as a dependency at a fixed version)

documentation

Probably should be done via a db migration. Basically, now that we pull that info into the UI, we should clean it up a bit and make it more descriptive....

worker

Implement a basic UI for GitHub token/credential management

user interface

So that we can display it in the UI without it being hardcoded (no need to update on every commit)

graphql

Implement a new sync type for ingesting GitHub org audit logs. This actually may not be possible with our current "per repo" only sync setup, so it may need to...

new sync type

Allow a user/operator to cancel a sync job

The query in the screenshot is valid SQL that returns a result set with 2 columns with the same name. However, the GraphQL API returns each row as a JSON...

bug
user interface
graphql