From 72a419ec00e3a500940ac3291d7d8260d6e79c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Mon, 19 Jan 2026 21:03:42 +0000 Subject: [PATCH 01/15] chore: grafana 12.3.1 --- ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci.yml b/ci.yml index e69de29bb2d1..211959914173 100644 --- a/ci.yml +++ b/ci.yml @@ -0,0 +1,7 @@ +deps: + - name: pmm + branch: PMM-14213-grafana-12.3.1 + - name: grafana + branch: PMM-14213-grafana-12.3.1 + - name: grafana-dashboards + branch: PMM-14213-grafana-12.3.1 From f555720f1492f6194139fcae926d35c403d15775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Tue, 20 Jan 2026 10:48:36 +0000 Subject: [PATCH 02/15] chore: add "url" to ci.yml --- ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci.yml b/ci.yml index 211959914173..a96f0fdcf471 100644 --- a/ci.yml +++ b/ci.yml @@ -1,7 +1,10 @@ deps: - name: pmm branch: PMM-14213-grafana-12.3.1 + url: https://github.com/percona/pmm - name: grafana branch: PMM-14213-grafana-12.3.1 + url: https://github.com/percona/grafana - name: grafana-dashboards branch: PMM-14213-grafana-12.3.1 + url: https://github.com/percona/grafana-dashboards From 2bc751d08f40a3f70db5db281c021ada3a2114a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Thu, 22 Jan 2026 21:49:00 +0000 Subject: [PATCH 03/15] chore: rebuild --- ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci.yml b/ci.yml index a96f0fdcf471..9df72b1c5fbd 100644 --- a/ci.yml +++ b/ci.yml @@ -8,3 +8,4 @@ deps: - name: grafana-dashboards branch: PMM-14213-grafana-12.3.1 url: https://github.com/percona/grafana-dashboards + From 4714161a1a6dd033acbfdd9fc6ccd443590a74e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Thu, 22 Jan 2026 21:51:43 +0000 Subject: [PATCH 04/15] chore: pmm-ui-tests --- ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 9df72b1c5fbd..137ee6aeaf9f 100644 --- a/ci.yml +++ b/ci.yml @@ -8,4 +8,6 @@ deps: - name: grafana-dashboards branch: PMM-14213-grafana-12.3.1 url: https://github.com/percona/grafana-dashboards - + - name: pmm-ui-tests + branch: PMM-14213-grafana-12.3.1 + url: https://github.com/percona/pmm-ui-tests From dcf29a369d896e54f964de1b5b5060b5b1a805d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Fri, 23 Jan 2026 00:41:30 +0000 Subject: [PATCH 05/15] chore: trigger --- ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 137ee6aeaf9f..2f2629e7bcba 100644 --- a/ci.yml +++ b/ci.yml @@ -10,4 +10,4 @@ deps: url: https://github.com/percona/grafana-dashboards - name: pmm-ui-tests branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/pmm-ui-tests + url: https://github.com/percona/pmm-ui-tests \ No newline at end of file From 3f9729856b564e43d465caefdb864126800fb670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Fri, 23 Jan 2026 23:04:04 +0000 Subject: [PATCH 06/15] chore: deploy --- ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 2f2629e7bcba..8216278ce5b2 100644 --- a/ci.yml +++ b/ci.yml @@ -10,4 +10,5 @@ deps: url: https://github.com/percona/grafana-dashboards - name: pmm-ui-tests branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/pmm-ui-tests \ No newline at end of file + url: https://github.com/percona/pmm-ui-tests + \ No newline at end of file From ee5f9ef17642968f7e9426a63a9106aba769f75c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Wed, 11 Mar 2026 17:44:34 +0000 Subject: [PATCH 07/15] chore: remove pmm-ui-tests --- ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ci.yml b/ci.yml index 8216278ce5b2..feaba61881b4 100644 --- a/ci.yml +++ b/ci.yml @@ -7,8 +7,4 @@ deps: url: https://github.com/percona/grafana - name: grafana-dashboards branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/grafana-dashboards - - name: pmm-ui-tests - branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/pmm-ui-tests - \ No newline at end of file + url: https://github.com/percona/grafana-dashboards \ No newline at end of file From 6650cad661ade468c8dbe92ca7cc8ba0241d0833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Mon, 6 Apr 2026 12:10:42 +0100 Subject: [PATCH 08/15] chore: remove grafana-dashboards --- ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci.yml b/ci.yml index feaba61881b4..542e8a5534cd 100644 --- a/ci.yml +++ b/ci.yml @@ -4,7 +4,4 @@ deps: url: https://github.com/percona/pmm - name: grafana branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/grafana - - name: grafana-dashboards - branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/grafana-dashboards \ No newline at end of file + url: https://github.com/percona/grafana \ No newline at end of file From 8244e88cd58031b4eae9eef39f31509cf4136a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Tue, 7 Apr 2026 13:11:34 +0100 Subject: [PATCH 09/15] chore: FB --- ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 542e8a5534cd..5080dd3ed688 100644 --- a/ci.yml +++ b/ci.yml @@ -4,4 +4,5 @@ deps: url: https://github.com/percona/pmm - name: grafana branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/grafana \ No newline at end of file + url: https://github.com/percona/grafana + \ No newline at end of file From ce0440c50cb4cd2c33ed4c9dadf85f095219889e Mon Sep 17 00:00:00 2001 From: Alex Demidoff Date: Wed, 8 Apr 2026 13:49:04 +0300 Subject: [PATCH 10/15] chore: trigger the build From 040419e628abe6045de5a49a7e7c3874a7ac6f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Wed, 8 Apr 2026 17:16:53 +0100 Subject: [PATCH 11/15] chore: FB --- ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci.yml b/ci.yml index 5080dd3ed688..6c0a316cfb9f 100644 --- a/ci.yml +++ b/ci.yml @@ -5,4 +5,3 @@ deps: - name: grafana branch: PMM-14213-grafana-12.3.1 url: https://github.com/percona/grafana - \ No newline at end of file From 816d6c65a8989abd255e715d1c81c615f8f41e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Thu, 9 Apr 2026 09:59:26 +0100 Subject: [PATCH 12/15] chore: FB --- ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 6c0a316cfb9f..542e8a5534cd 100644 --- a/ci.yml +++ b/ci.yml @@ -4,4 +4,4 @@ deps: url: https://github.com/percona/pmm - name: grafana branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/grafana + url: https://github.com/percona/grafana \ No newline at end of file From d4fc98fd612b675dc73c23038ba5cec5ceadf407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Thu, 9 Apr 2026 18:18:39 +0100 Subject: [PATCH 13/15] chore: FB --- ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 542e8a5534cd..5080dd3ed688 100644 --- a/ci.yml +++ b/ci.yml @@ -4,4 +4,5 @@ deps: url: https://github.com/percona/pmm - name: grafana branch: PMM-14213-grafana-12.3.1 - url: https://github.com/percona/grafana \ No newline at end of file + url: https://github.com/percona/grafana + \ No newline at end of file From cea0cc74706ccb0ca07b62de335353348b497193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Thu, 9 Apr 2026 20:09:10 +0100 Subject: [PATCH 14/15] chore: FB --- ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ci.yml b/ci.yml index 5080dd3ed688..6785dd0d6f83 100644 --- a/ci.yml +++ b/ci.yml @@ -1,8 +1,13 @@ -deps: +ommdeps: - name: pmm branch: PMM-14213-grafana-12.3.1 url: https://github.com/percona/pmm - name: grafana branch: PMM-14213-grafana-12.3.1 url: https://github.com/percona/grafana - \ No newline at end of file + - name: pmm-ui-tests + branch: PMM-14213-grafana-12.3.1 + url: https://github.com/percona/pmm-ui-tests + - name: pmm-qa + branch: PMM-14213-grafana-12.3.1 + url: https://github.com/percona/pmm-qa \ No newline at end of file From 0205183750f0e83223165fd6d321046f577f3583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Silva?= Date: Thu, 9 Apr 2026 23:46:54 +0100 Subject: [PATCH 15/15] fix: deps typo --- ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.yml b/ci.yml index 6785dd0d6f83..434a32c5c27c 100644 --- a/ci.yml +++ b/ci.yml @@ -1,4 +1,4 @@ -ommdeps: +deps: - name: pmm branch: PMM-14213-grafana-12.3.1 url: https://github.com/percona/pmm