-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: simple RDS support * refactor: cleanup and prep * feat: Simple AWS RDS Postgres tuple * feat: MySql and MariaDB support * refactor: add engine to DB info * refactor: 'master' for username * refactor: clippy suggestions * refactor: better debug logs * refactor: set region * refactor: increase tracing * refactor: try more timeouts * refactor: try manual profile * refactor: try manual imds provider * refactor: try manual client * refactor: set read timeout * refactor: try endpoint override * refactor: trying aws update * refactor: finally found it * refactor: remove region * bug: increase hop limit * feat: add policy to handle RDS * refactor: try subnet group * refactor: more permission fixes * feat: add rds subnet * refactor: cleanup * feat: switch to attribute annotation * refactor: move to aws::rds * feat: aws::rds example * refactor: move to shared::Postgres * refactor: improve rds waiting * feat: open acl ports for acl * bug: running tokio inside tide (async-std) * docs: service configuration using attributes * bug: fix uuid/v4 in test * refactor: clippy suggestions * tests: update sqlx tests * refactor: make attribute config required * refactor: make transition error better * tests: trybuild * refactor: better hints * refactor: builders vec * refactor: update examples to main * refactor: make tf use account id * feat: add AWS RDS to proto * feat: local runs for AWS RDS * refactor: sort Cargo.toml * tests: provisioner await * refactor: undo secrets patch * refactor: fix pg_isready * refactor: args for public and private PG addresses * refactor: clippy suggestions * bug: supervisord args * bug: supervisord args v2 * fix: test helper * bug: security group * refactor: tide postgres version * refactor: more helper fixes * bug: INTERNAL_ADDRESS * refactor: remove redundant security group link * bug: PG timeout * Apply suggestions from code review Co-authored-by: Max <42641081+bmoxb@users.noreply.github.com> Co-authored-by: Max <42641081+bmoxb@users.noreply.github.com>
- Loading branch information
Showing
45 changed files
with
1,703 additions
and
386 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ projects = [ | |
'authentication-rocket-app', | ||
'hello-world-tide-app', | ||
'hello-world-tower-app', | ||
'postgres-tide-app', | ||
] |
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.