Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: movetokube/postgres-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.2
Choose a base ref
...
head repository: movetokube/postgres-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.3
Choose a head ref
  • 17 commits
  • 10 files changed
  • 5 contributors

Commits on Dec 4, 2023

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

Commits on Jan 4, 2024

  1. Update README.md

    hitman99 authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1d9e64b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Add secure string generator

    kanor1306 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    34223b9 View commit details
    Browse the repository at this point in the history
  2. Remove extra line

    kanor1306 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    393abd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    595d62f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #140 from rjinski/fix-keep-secret-values

    Ensure chart env values are strings/quoted
    hitman99 authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    027cc24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06cfcb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Allow writer user to create tables in schema

    In postgres 15 they change the behaviour of the public schema. Now only
    the owner can create tables in this schema. And the user is in charge to
    configure the permissions.
    
    Grant the writer user to also create tables in a schema.
    
    add the public schema explicitly to the list of schemas to create, to
    force the schema privileges to be applied.
    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3a3dcad View commit details
    Browse the repository at this point in the history
  2. integrate schema create permission into exisiting method

    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    024afb2 View commit details
    Browse the repository at this point in the history
  3. use a struct for passing arguments

    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    40e6022 View commit details
    Browse the repository at this point in the history
  4. Give owner also permission to create tables

    Matthias Fuhrmeister committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2c506be View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge pull request #149 from kanor1306/add-secure-string-generator

    Add secure string generator for Password generator
    hitman99 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9c05343 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'master' into turtle/ELT-16035

    Matthias Fuhrmeister authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9383b14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from Datameer-Inc/turtle/ELT-16035

    Allow writer user to create tables in schema
    hitman99 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bd11372 View commit details
    Browse the repository at this point in the history
  3. Bump helm chart to 1.2.6

    hitman99 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    72961ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #150 from movetokube/helm-chart-1.2.6

    Bump helm chart to 1.2.6
    hitman99 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    035c13a View commit details
    Browse the repository at this point in the history
Loading