Skip to content
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

fix: Refactor pinning authorization logic to use user_tag table #1654

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

ghost
Copy link

@ghost ghost commented Mar 17, 2022

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 17, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 52f610e
Status: ✅  Deploy successful!
Preview URL: https://5accb452.nft-storage-1at.pages.dev

View logs

@ghost ghost force-pushed the bugfix/trigramdev9/attempting-build-fix branch 6 times, most recently from cf3d65e to f3f8b22 Compare March 17, 2022 16:21
* see #1389 #1381
* Adding a missing comma.
* Filtering tags on deleted_at is null.
* Removing some PSA_ALLOW references.
@ghost ghost force-pushed the bugfix/trigramdev9/attempting-build-fix branch from f3f8b22 to 52f610e Compare March 17, 2022 20:10
@ghost ghost changed the title Attempting to fix build after #1389 was merged without it being updated to the latest from main fix: Refactor pinning authorization logic to use user_tag table Mar 17, 2022
@e-schneid e-schneid self-requested a review March 17, 2022 20:30
@@ -83,13 +83,15 @@ export class DBClient {
magic_link_id,
github_id,
did,
keys:auth_key_user_id_fkey(user_id,id,name,secret)
keys:auth_key_user_id_fkey(user_id,id,name,secret),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some kind of editor or linter support for this would be nice. No idea if that exists, you you need an eagle eye to catch this

Copy link
Contributor

@the-simian the-simian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, congrats on locating that

@the-simian the-simian merged commit 043049e into main Mar 17, 2022
@the-simian the-simian deleted the bugfix/trigramdev9/attempting-build-fix branch March 17, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants