Patrick DeVivo

Results 114 issues of Patrick DeVivo

Currently, the `Queries` UI only permits read-only queries. This was a limitation put in place to prevent users from taking destructive actions (by accident). However, it turns out that it's...

user interface
graphql

Now that we've merged: https://github.com/mergestat/mergestat/pull/552 we should be able to show repo auto import error messages in the UI. This is important for conveying to the user that an error...

user interface

Let's show some more updated and diverse examples

documentation
examples

Use `rowMode: 'array'` approach, which closes #423 (see for more context). This approach should allow us to return results with columns that have the same name.

Now that we have mockups (https://github.com/mergestat/internal/issues/87) and the backend implementation is almost complete (https://github.com/mergestat/mergestat/issues/505) we should begin implementing in the UI

user interface

This PR (https://github.com/mergestat/mergestat/pull/544) changes the GraphQL schema of the `execSQL` query. We can't merge it until the frontend work is done to use the new schema. For this ticket, we...

We should be able to support SSH git repositories in addition to HTTPs repos. In addition, we should make it possible/easy for a user to supply an SSH key to...

worker
schema

This would potentially allow us to support GitHub repo auto imports _without_ a token (need to validate this). It would only work for public repos, but it could enable an...

worker

If I _remove_ the last repo in a MergeStat instance, I see this view after: If I refresh the page, I see this view: I _should_ see the second view...

bug
user interface

And any additional other context that could be valuable for debugging purposes.

worker