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

Modify todo example to use postgres and diesel_async #2648

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    6a6b53c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Run postgres on CI

    - Start the preinstalled postgres service on the all executors
      - Note: This will work until macos-13 becomes the default since it's
        seemingly not installed on those runner images
    - Create `rocket_runner` user
    - Create the `epic_todo_database` DB
    - Update SQL migrations to match Postgres dialect (different from SQLite
      or MySQL)
    - Update user/pass configuration for Postgres user/db
    ELD committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a984379 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Merge pull request #1 from ELD/fix/diesel_async_examples

    Fix CI for Rocket diesel async example
    ThouCheese committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c93fb61 View commit details
    Browse the repository at this point in the history