-
Notifications
You must be signed in to change notification settings - Fork 854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use auth_users.public_keys.is_primary in all relevant queries #3589
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
|
e6a4988
to
21757f0
Compare
21757f0
to
354ed65
Compare
🤖 Hasura Change Summary compared a subset of table metadata including permissions: Updated Tables (1)
|
354ed65
to
5fbec72
Compare
5c9707e
to
c2be1ab
Compare
4f15141
to
fb858ad
Compare
fdff977
to
09c1c77
Compare
uses public_keys.is_primary to use the db indexes when checking if public keys are primary or not
added tests for all the endpoints it might affect, to try and ensure it doesn't introduce any regression bugs. These could probably be reduced or removed eventually if we added something like zod and trpc to our api endpoints for typing guarantees
also adds redis in docker-compose so that
xnft-api-server
can be run locally