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.3
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.4
Choose a head ref
  • 14 commits
  • 191 files changed
  • 5 contributors

Commits on Dec 8, 2023

  1. fix(postgresuser): return k8s client error before annotations

    In the GetPostgresCR function, we should return the k8s client error
    before checking the annotations. If not, deleting a Postgres resource
    will cause the linked PostgresUsers to enter an infinite reconciliation
    loop as the CR NotFound error will never be returned to the Reconcile
    function.
    cryptobioz committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4b3b3f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Feb 29, 2024

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

Commits on Apr 3, 2025

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

Commits on Apr 4, 2025

  1. Merge pull request #148 from kanor1306/add-annotations-to-deployment

    Add annotations to operator deployment
    pcallewaert authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    31c8947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639b50f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #141 from cryptobioz/fix-postgresuser-getpostgrescr

    fix(postgresuser): return k8s client error before annotations
    pcallewaert authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    6ace8ab View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

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

Commits on Apr 7, 2025

  1. Merge pull request #169 from pcallewaert/pc/azure-fixes

    Fix DropRole in Azure for PG16
    pcallewaert authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    d6e9ac0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    3b7ad28 View commit details
    Browse the repository at this point in the history
  2. Set us basic e2e tests

    pcallewaert committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    47a3cb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Merge pull request #171 from pcallewaert/update-go

    Update go and some minor dependencies
    pcallewaert authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    3afcc67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    786ed36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #170 from pcallewaert/pc/e2e-tests

    Set us basic e2e tests
    pcallewaert authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    008dfd5 View commit details
    Browse the repository at this point in the history
Loading