Patrick DeVivo

Results 114 issues of Patrick DeVivo

As a start to a Bitbucket pull requests sync

There is a sync running for this repo, which is correctly shown here: but here, it's not reflected:

bug
user interface

Currently, we access the `postgres` database in the `worker` in two different ways: 1. Using `pgxpool` from the `pgx` library/driver (https://github.com/mergestat/mergestat/blob/main/cmd/worker/main.go#L125) 2. Using `*sql.DB` from the standard library, also using...

worker

Now that we've shipped the new global navigation experience, there are a couple small tweaks/improvements we should consider: **Perhaps more vertical spacing/padding within the nav items. This is totally a...

user interface

When git commit data gets inserted (the `GIT_COMMITS`) syncer, timestamps for `author_when` and `committer_when` are stored as UTC in postgres, and we lose information about the original timezone of the...

worker
schema

This could help make repo auto imports more reliable, and should be a pattern we generally follow

worker

Audit all our copy and opt for consistency in how we refer to `repos` or `repositories`

user interface

This endpoint: https://github.com/mergestat/mergestat/blob/main/ui/src/pages/api/graphql.ts should have some better error handling (log to stderr as JSON). This would allow us to be consistent in our logging (JSON) and better absorb logs/error

graphql

In the `Queries` area, we allow for exporting results as JSON or CSV. It would be cool if we could also export as a [markdown table](https://www.markdownguide.org/extended-syntax/) for easy pasting into...

user interface

We've had a couple bugs slip through recently where all containers were able to _build_ fine but fail immediately at startup (missing symbols in `worker` from a dependency update, alpine...

user interface
worker
graphql