From bd37878fd12e01c8d208dab167759ac92e1c6a0a Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Thu, 9 Jan 2025 15:29:56 +0200 Subject: [PATCH 1/5] Add gkech to codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fcb580427..3372e64e8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -* @hors @egegunes @inelpandzic @pooknull +* @hors @egegunes @inelpandzic @pooknull @gkech /e2e-tests/ @tplavcic @nmarukovich @ptankov @jvpasinatto @eleo007 Jenkinsfile @tplavcic @nmarukovich @ptankov @jvpasinatto @eleo007 From 88dd2e970639024dbc334b3ee0c5f4779cec5280 Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Thu, 9 Jan 2025 15:39:54 +0200 Subject: [PATCH 2/5] fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29d061e5a..6e1ba1f41 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [Percona Operator for MySQL based on Percona XtraDB Cluster](https://docs.percona.com/percona-operator-for-mysql/pxc/index.html) (PXC) automates the creation and management of highly available, enterprise-ready MySQL database clusters on Kubernetes. -Within the [Percona Operator for MySQL based on Percona XtraDB Cluster](https://www.percona.com/doc/kubernetes-operator-for-pxc/index.html) we have implemented our best practices for deployment and configuration Percona XtraDB Cluster instances in a Kubernetes-based environment on-premises or in the cloud. The Operator provides the following capabilities to keep the cluster healthy: +Within the [Percona Operator for MySQL based on Percona XtraDB Cluster](https://www.percona.com/doc/kubernetes-operator-for-pxc/index.html) we have implemented our best practices for deployment and configuration of Percona XtraDB Cluster instances in a Kubernetes-based environment on-premises or in the cloud. The Operator provides the following capabilities to keep the cluster healthy: * Easy deployment with no single point of failure * Load balancing and proxy service with either HAProxy or ProxySQL From de6dd68c5f2f4e5700267963d667a3128caddd61 Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Thu, 9 Jan 2025 16:02:59 +0200 Subject: [PATCH 3/5] remove old codeowner --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3372e64e8..d7a3a9ffb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ * @hors @egegunes @inelpandzic @pooknull @gkech -/e2e-tests/ @tplavcic @nmarukovich @ptankov @jvpasinatto @eleo007 -Jenkinsfile @tplavcic @nmarukovich @ptankov @jvpasinatto @eleo007 +/e2e-tests/ @nmarukovich @ptankov @jvpasinatto @eleo007 +Jenkinsfile @nmarukovich @ptankov @jvpasinatto @eleo007 From 89b559aa65a3d3e18d251272ed808712ac87c17a Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Thu, 9 Jan 2025 16:56:21 +0200 Subject: [PATCH 4/5] remove codeowner --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d7a3a9ffb..a3cecd7b8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -* @hors @egegunes @inelpandzic @pooknull @gkech +* @hors @egegunes @pooknull @gkech /e2e-tests/ @nmarukovich @ptankov @jvpasinatto @eleo007 Jenkinsfile @nmarukovich @ptankov @jvpasinatto @eleo007 From 84f43ace68f09e3592ce479ce28755fdf342a0c4 Mon Sep 17 00:00:00 2001 From: George Kechagias Date: Fri, 10 Jan 2025 11:08:54 +0200 Subject: [PATCH 5/5] move codeowner --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a3cecd7b8..0a105f371 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ -* @hors @egegunes @pooknull @gkech -/e2e-tests/ @nmarukovich @ptankov @jvpasinatto @eleo007 -Jenkinsfile @nmarukovich @ptankov @jvpasinatto @eleo007 +* @hors @egegunes @pooknull @nmarukovich @gkech +/e2e-tests/ @ptankov @jvpasinatto @eleo007 +Jenkinsfile @ptankov @jvpasinatto @eleo007