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

Manage migrations with postgres-migrations #507

Merged
merged 30 commits into from
May 18, 2021

Commits on May 2, 2021

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

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    43b0439 View commit details
    Browse the repository at this point in the history
  2. Add pg package

    nunopato committed May 3, 2021
    Configuration menu
    Copy the full SHA
    918dea0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Remove AUTO_MIGRATE

    nunopato committed May 4, 2021
    Configuration menu
    Copy the full SHA
    85c3d14 View commit details
    Browse the repository at this point in the history
  2. Run migrations on start with postgres-migrations

    HBP specific migrations (e.g. auth, storage) are managed by HBP itself
    nunopato committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5dfc49d View commit details
    Browse the repository at this point in the history
  3. Remove console.log

    nunopato committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d9eb502 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    9ca4e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f207520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18b53e4 View commit details
    Browse the repository at this point in the history
  4. Remove migrations-v1

    nunopato committed May 5, 2021
    Configuration menu
    Copy the full SHA
    3d2e73c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. test: refactor

    komninoschatzipapas committed May 7, 2021
    Configuration menu
    Copy the full SHA
    216d600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    140a159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c5b78c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

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

Commits on May 10, 2021

  1. Run metadata apply

    nunopato committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f25f061 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Install Hasura Cli globally instead of using the hasura-cli npm package

    Fix missing dependencies to use cli_ext
    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    929fec3 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    58915d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8072af5 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    7c15054 View commit details
    Browse the repository at this point in the history
  5. Install psql

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    9ce7113 View commit details
    Browse the repository at this point in the history
  6. Add apt-get update

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c61c0c5 View commit details
    Browse the repository at this point in the history
  7. Fix identation

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    79f0721 View commit details
    Browse the repository at this point in the history
  8. Use one run

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4769eb5 View commit details
    Browse the repository at this point in the history
  9. Remove sudo

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    afafc5c View commit details
    Browse the repository at this point in the history
  10. Fix remaining tests

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4cb8743 View commit details
    Browse the repository at this point in the history
  11. Use v2

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    78f264d View commit details
    Browse the repository at this point in the history
  12. Fix Dockerfile

    nunopato committed May 11, 2021
    Configuration menu
    Copy the full SHA
    a5f44c1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Use ./data for volumes

    nunopato committed May 15, 2021
    Configuration menu
    Copy the full SHA
    f3fe099 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Make initial SQL idempotent

    nunopato committed May 16, 2021
    Configuration menu
    Copy the full SHA
    8288900 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Add COPY db db

    nunopato committed May 17, 2021
    Configuration menu
    Copy the full SHA
    e33c20f View commit details
    Browse the repository at this point in the history