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

Ch5 deploy #3

Merged
merged 9 commits into from Mar 28, 2024
Merged

Ch5 deploy #3

merged 9 commits into from Mar 28, 2024

Commits on Mar 27, 2024

  1. ch5: add dockerfile and sqlx offline mode

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    30678f1 View commit details
    Browse the repository at this point in the history
  2. ch5: make pg pool connect lazy

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    911f827 View commit details
    Browse the repository at this point in the history
  3. ch5: parameterize host and port

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    28df61c View commit details
    Browse the repository at this point in the history
  4. ch5: separate local and prod config

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    4188ab0 View commit details
    Browse the repository at this point in the history
  5. ch5: multi-stage docker build

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    2af1688 View commit details
    Browse the repository at this point in the history
  6. ch5: add chef dockerfile

    Notice this one doesn't work now due to some changes in latest
    rust
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    8c05ee5 View commit details
    Browse the repository at this point in the history
  7. ch5: add DO spec and inject config via env

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    a6971e2 View commit details
    Browse the repository at this point in the history
  8. ch5: db config return PG options instead of connect string

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    9efae9e View commit details
    Browse the repository at this point in the history
  9. ch5: add ssl for postgre

    Signed-off-by: Jin Dong <jin.dong@databricks.com>
    djdongjin committed Mar 27, 2024
    Copy the full SHA
    b5fd237 View commit details
    Browse the repository at this point in the history