-
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 'PMM-2.0' into PMM-12390_Make_the_text_search_case_insen…
…sitive
- Loading branch information
Showing
18 changed files
with
50 additions
and
52 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.41.0 | ||
2.41.1 |
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
Submodule grafana-dashboards
updated
2 files
+8 −8 | .github/workflows/build.yml | |
+8 −2 | pmm-app/src/pmm-qan/panel/provider/provider.tsx |
Submodule grafana
updated
from 863137 to 213b1a
2 changes: 1 addition & 1 deletion
2
sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
Submodule mongodb_exporter
updated
63 files
Submodule percona-toolkit
updated
942 files
Submodule pmm-dump
updated
18 files
+2 −2 | .github/workflows/ci.yml | |
+12 −6 | Makefile | |
+17 −10 | README.md | |
+1 −1 | cmd/pmm-dump/main.go | |
+24 −9 | go.mod | |
+80 −20 | go.sum | |
+92 −0 | internal/test/README.md | |
+6 −4 | internal/test/e2e/basic_test.go | |
+3 −2 | internal/test/e2e/contentlimit_test.go | |
+2 −0 | internal/test/e2e/errmsg_test.go | |
+29 −8 | internal/test/e2e/qan_test.go | |
+6 −4 | internal/test/e2e/validate_test.go | |
+6 −3 | internal/test/e2e/version_test.go | |
+80 −11 | internal/test/util/pmm.go | |
+1 −1 | pkg/dump/source.go | |
+20 −13 | support-files/run-tests | |
+58 −48 | tools/go.mod | |
+164 −100 | tools/go.sum |
Submodule pmm-qa
updated
2 files
+6 −0 | pmm-integration/postgres/addClientPdPgsql.ts | |
+7 −1 | pmm-tests/pmm-framework.sh |
Submodule pmm-ui-tests
updated
45 files
2 changes: 1 addition & 1 deletion
2
sources/postgres_exporter/src/github.com/percona/postgres_exporter
Submodule postgres_exporter
updated
3 files
+1 −1 | cmd/postgres_exporter/queries.go | |
+1 −1 | go.mod | |
+2 −2 | go.sum |
2 changes: 1 addition & 1 deletion
2
sources/proxysql_exporter/src/github.com/percona/proxysql_exporter
Submodule proxysql_exporter
updated
3 files
+1 −1 | .github/workflows/go.yml | |
+19 −17 | go.mod | |
+41 −196 | go.sum |