-
Notifications
You must be signed in to change notification settings - Fork 254
feat: store deployed databases info in Supabase DB #31
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
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
76db8f0
wip
jgoux b64d4df
store credentials in the database and fetch them in db-service
jgoux db62b5f
read-only works
jgoux dbae56c
set pg-gateway
jgoux e1a8f95
Merge branch 'feat/upload-db' into feat/deploy-db-to-supabase
jgoux 966af04
group components
jgoux 53609bc
deps
jgoux 5ec5878
bump deps
jgoux 5cc4359
psql connection string is on the frontend
jgoux 902b0cf
make copy somewhat working
jgoux 5daac37
wip
jgoux f1a9a28
Merge branch 'feat/upload-db' into feat/deploy-db-to-supabase
jgoux f0190f3
fix a few bugs
jgoux 8c24644
split sidebar into components
jgoux cc35656
Merge branch 'feat/upload-db' into feat/deploy-db-to-supabase
jgoux 7eff3f1
handle conflicts
jgoux f646608
fix conflicts
jgoux 50c33c7
dialog doesn't need to be controlled
jgoux 24eb981
rename database -> local database
jgoux fc9ee58
database -> local database
jgoux 5485d99
fix copy button
jgoux 14455e4
ui tweaks
jgoux c6f57d5
more tweaks
jgoux 72d6cbc
deployment is working
jgoux 916dd07
deployed database fields
jgoux 2900f8e
encode password
jgoux 7e09415
deployed fields
jgoux 2f472ed
remove log
jgoux f766a3b
reset password route
jgoux d97aba9
reset password
jgoux f3451e9
database deletion
jgoux 1b4887a
delete confirmation dialog
jgoux 2bac2bd
redeploy confirmation
jgoux b560860
validate dump size client side
jgoux cbfa62e
validate dump size server-side
jgoux 92735e5
Merge branch 'feat/upload-db' into feat/deploy-db-to-supabase
jgoux 0bc7ee4
isolate database type and harmonize packages
jgoux 64c33ad
add type check to proxy
jgoux eff29dd
remove server version so it's dynamically generated
jgoux dbd3591
don't print internal error
jgoux 462f44e
hide port in the database url as it's the default
jgoux 5b925b0
rely on onTlsUpgrade only for TLS validation
jgoux 01080f6
the build is alive
jgoux 161c98f
put supabase config back in the root
jgoux d8683b4
rename
jgoux bed20a6
dynamic server version
jgoux 7332000
add PGlite version
jgoux 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
{ | ||
"deno.enablePaths": ["supabase/functions"], | ||
"deno.lint": true, | ||
"deno.unstable": true | ||
"deno.unstable": true, | ||
"[javascript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[json]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[typescript]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
}, | ||
"[typescriptreact]": { | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
} | ||
} |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.