-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v3' into PMM-12573-update-ui-podman
- Loading branch information
Showing
13 changed files
with
11 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
sources/clickhouse_exporter/src/github.com/Percona-Lab/clickhouse_exporter
Submodule clickhouse_exporter
deleted from
73e9b0
Submodule grafana-dashboards
updated
73 files
Submodule grafana
updated
6668 files
2 changes: 1 addition & 1 deletion
2
sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
Submodule mongodb_exporter
updated
39 files
Submodule mysqld_exporter
updated
5 files
+2 −4 | .github/workflows/go.yml | |
+2 −2 | go.mod | |
+2 −2 | go.sum | |
+48 −69 | tools/go.mod | |
+111 −170 | tools/go.sum |
Submodule node_exporter
updated
3 files
+1 −1 | .github/workflows/golangci-lint.yml | |
+6 −6 | go.mod | |
+12 −21 | go.sum |
Submodule pmm-dump
updated
18 files
+3 −3 | .env.example | |
+12 −20 | .github/workflows/ci.yml | |
+1 −0 | .gitignore | |
+1 −1 | Makefile | |
+10 −10 | README.md | |
+4 −6 | cmd/pmm-dump/util.go | |
+7 −5 | docker-compose.yaml | |
+4 −4 | internal/test/deployment/container.go | |
+6 −3 | internal/test/deployment/env.go | |
+1 −1 | internal/test/deployment/pmm.go | |
+1 −1 | internal/test/e2e/errmsg_test.go | |
+1 −5 | internal/test/e2e/testdata/versions.yaml | |
+1 −1 | internal/test/e2e/version_test.go | |
+1 −1 | pkg/grafana/client/client.go | |
+3 −3 | setup/test/init-test-configs.sh | |
+3 −3 | support-files/README.md | |
+5 −11 | support-files/load-pmm-dump | |
+1 −1 | support-files/run-tests |
Submodule pmm-qa
updated
3 files
+1 −1 | .github/workflows/runner-e2e-tests-codeceptjs.yml | |
+1 −1 | .github/workflows/runner-e2e-tests-playwright.yml | |
+2 −2 | .github/workflows/runner-e2e-upgrade-tests.yml |
Submodule pmm-ui-tests
updated
74 files
2 changes: 1 addition & 1 deletion
2
sources/postgres_exporter/src/github.com/percona/postgres_exporter
Submodule postgres_exporter
updated
9 files
+4 −4 | .github/workflows/go.yml | |
+1 −1 | .github/workflows/golangci-lint.yml | |
+7 −7 | cmd/postgres_exporter/tests/test-smoke | |
+2 −2 | docker-compose.md | |
+11 −10 | go.mod | |
+22 −18 | go.sum | |
+2 −2 | percona_tests/Makefile | |
+20 −39 | tools/go.mod | |
+42 −99 | tools/go.sum |