Patrick DeVivo

Results 114 issues of Patrick DeVivo

Add some example queries for using Syft data

examples

In order to support this ticket: https://github.com/mergestat/mergestat/issues/521

We have some mockups in Figma, let's implement in code the schema lookup/docs in the Query UI ![Image](https://user-images.githubusercontent.com/57259/200731596-b6b6c864-e8e0-4656-9640-f16d05c8c0b9.png)

Currently the `graphql` service is used only by the management console as a "backend for frontend." However, we've had some requests to allow for direct API access (so that people...

graphql

If there's a repo sync that's always failing, but also frequently re-queued, it will more often appear as "Queued" in the `/repos` page (and not `Error` - even tho it's...

user interface
graphql

On the `/repos` page, if you scroll down you lose the table headers, which makes it hard to know what column maps to what. Consider implementing a sticky header that...

user interface

It seems natural to have a flow for _creating_ a repo auto import in this area of the settings (vs having to go back to `/repos`). Ideally we can reuse...

user interface

Currently, default db user is `postgres` - might be better to use `mergestat` as the default user (so that default login is `mergestat` / `password`). There seem to be some...

schema

The "floating" menu here feels disconnected from the main nav, can we "connect" them?

user interface

The GitHub API allows us to access the releases associated with a repo, here's a simple GraphQL example: ```graphql query { repository(owner: "mergestat", name: "mergestat") { releases(first: 100) { nodes...

new sync type
worker
schema