-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: call db to retrieve permits instead of parsing github comments #164
Merged
0x4007
merged 12 commits into
ubiquity:development
from
gentlementlegen:permit-urls-from-db
Feb 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
35d0b99
feat: call db to retrieve permits instead of parsing github
gentlementlegen 7528f3e
chore: issue number now uses the value from git get request
gentlementlegen 2b21d66
Merge branch 'development' into permit-urls-from-db
655ead5
chore: fixed merged characters
gentlementlegen 72b23f2
Merge remote-tracking branch 'origin/development' into permit-urls-fr…
gentlementlegen 3b7c3d2
Merge remote-tracking branch 'pay.ubiquity/development' into permit-u…
gentlementlegen 2f11234
chore: merged development branch
gentlementlegen 0878552
chore: added Action secrets to the build.yml
gentlementlegen a1c6e4b
chore: renamed supabase key to SUPABASE_PUBLIC_ANON_KEY
gentlementlegen 0ba50af
chore: renamed supabase key to SUPABASE_ANON_KEY
gentlementlegen 5a504fd
chore: allow personal repo to be searched
gentlementlegen ba87b12
chore: renamed supabase env variables
gentlementlegen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to add this to our repo secrets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the necessary values and tried rerunning the CI but it failed again. Perhaps you can try pushing to force it to run again? I have a feeling you may not be loading in the secrets correctly though. Did you prove this works on your local?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My local works fine, I'll have a look at the logs. Also it uses the Supabase you shared to me