Patrick DeVivo

Results 114 issues of Patrick DeVivo

So that users can more easily cross reference what token was used in MergeStat with what's in GitHub

user interface
graphql

Related to this work: https://github.com/mergestat/fuse/pull/157 we should add server-side input validation and normalization when adding a new repo, to enforce things like `https` prefix

graphql

- [ ] Filtering by tags in the top left - [x] Listing the tags on a repo in the table

user interface

seems like a better option than rolling our own solution from scratch.

The repos list should be server-side paginated. The Graphile API should give us the query params for this.

user interface

Hitting the `enter` key on this input should be equivalent to pressing `Create Auto Import`

user interface

Rather than a big `POSTGRES_CONNECTION` url, let's break out the connection details into the component key-value pairs (`PG_HOST`, `PG_DATABASE` etc)

Consider adding a simple GitHub action that starts a blank DB and runs all the migrations to ensure they run to completion

Basically - every time the repo auto importer runs, should it also be configured to ensure that sync types are enabled for all the repos it manages? Should this touch...

worker