-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: declarative publications and subscriptions #115
base: main
Are you sure you want to change the base?
feat: declarative publications and subscriptions #115
Conversation
❗ By default, the pull request is configured to backport to all release branches.
|
/test d=push tl=4 |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11271847854 |
/test |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11273538165 |
f5a5799
to
c0cfeb3
Compare
7bba2db
to
896213d
Compare
/test limit=local ft=declarative-pub-sub |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11325996119 |
98dfb5d
to
92c070f
Compare
/test limit=local ft=declarative-pub-sub |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11329397733 |
92c070f
to
84178b4
Compare
/test limit=local ft=declarative-pub-sub |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11329834553 |
84178b4
to
08d8ec9
Compare
/test limit=local ft=declarative-pub-sub |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11330791289 |
08d8ec9
to
5467bcb
Compare
/test limit=local ft=declarative-pub-sub |
@gabriele-wolfox, here's the link to the E2E on CNPG workflow run: https://github.com/EnterpriseDB/cloudnative-pg/actions/runs/11341354662 |
d25b8bc
to
a01608c
Compare
Signed-off-by: Armando Ruocco <[email protected]>
Signed-off-by: Armando Ruocco <[email protected]> Co-authored-by: Niccolò Fei <[email protected]>
Signed-off-by: Armando Ruocco <[email protected]>
Signed-off-by: Niccolò Fei <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Armando Ruocco <[email protected]>
Signed-off-by: Armando Ruocco <[email protected]>
Signed-off-by: Armando Ruocco <[email protected]>
This reverts commit bc46b93. Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Gabriele Bartolini <[email protected]>
Signed-off-by: Marco Nenciarini <[email protected]>
Signed-off-by: Niccolò Fei <[email protected]>
d3b3afa
to
be0d8a2
Compare
This patch allows the user to configure logical replication publications
and subscription using a Kubernetes API.
Based on cloudnative-pg#5325, to be merged after that.
Closes cloudnative-pg#5567
Signed-off-by: Leonardo Cecchi [email protected]