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

Add bss-init to initialize Postgres DB #13

Merged
merged 21 commits into from
Jan 24, 2024

Commits on Jan 22, 2024

  1. Implement bss-init

    synackd committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c94dd31 View commit details
    Browse the repository at this point in the history
  2. Add Postgres migrations

    synackd committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8306def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b566a26 View commit details
    Browse the repository at this point in the history
  4. Fix grpc in go.mod (for now)

    synackd committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c198537 View commit details
    Browse the repository at this point in the history
  5. Dockerfile: Add bss-init

    synackd committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f9a1662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bde16f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19b5fca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fbd3892 View commit details
    Browse the repository at this point in the history
  9. sqlOpen() fixes

    - Add 'dbName' arg rather than using global var
    - Only add DB opts to connection string if passed
    - Fix properly looping connection attempts
    - Add looping ping attempts
    synackd committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7c40507 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c699646 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de496d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6fb2bda View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb749d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    45edb49 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80f702c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d54d8c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ca9c62b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    3bffbae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f04374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc38761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c39fb13 View commit details
    Browse the repository at this point in the history