plugin-barman-cloud/internal/cnpgi
Marco Nenciarini a07a396c4f refactor: deduplicate barman object store presence check
Validate() and the instance sidecar injection condition each
independently re-encoded "is any of BarmanObjectName,
RecoveryBarmanObjectName or ReplicaSourceBarmanObjectName set". The
injection condition had already drifted from Validate() once, missing
RecoveryBarmanObjectName until this PR added it back. Extract a single
HasAnyBarmanObjectStore() method so the two checks can no longer drift
apart the same way again.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
2026-08-24 09:37:34 +02:00
..
common feat: serve restore hooks from the instance sidecar 2026-08-24 09:37:34 +02:00
instance feat: serve restore hooks from the instance sidecar 2026-08-24 09:37:34 +02:00
metadata chore(main): release 0.14.0 (#964) 2026-07-29 12:00:23 +02:00
operator refactor: deduplicate barman object store presence check 2026-08-24 09:37:34 +02:00
restore feat: serve restore hooks from the instance sidecar 2026-08-24 09:37:34 +02:00