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

PostgreSQL CREATE SCHEMA support #181

Merged
merged 4 commits into from
Jun 10, 2024

Commits on Jun 10, 2024

  1. Schema controller for PostgreSQL

    This adds support for CREATE SCHEMA (not any DDL like Schema hero).
    This is needed to run third party solutions that require the schema
    to exist, like grafana operator and temporal operator.
    
    Co-authored-by: Lars Haugan <456305+larhauga@users.noreply.github.com>
    Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
    chlunde and larhauga committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a3954f8 View commit details
    Browse the repository at this point in the history
  2. Generate files for PostgreSQL Schema

    Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
    chlunde committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    122fb9a View commit details
    Browse the repository at this point in the history
  3. Expand PostgreSQL config example to include secret and ssl mode, dock…

    …er info
    
    Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
    chlunde committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d12b5e4 View commit details
    Browse the repository at this point in the history
  4. Avoid new(string) and use nicer ptr.To values in test

    Signed-off-by: Carl Henrik Lunde <chlunde@ifi.uio.no>
    chlunde committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6371f88 View commit details
    Browse the repository at this point in the history