Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,55 @@
[submodule "pmm"]
path = sources/pmm/src/github.com/percona/pmm
url = https://github.com/percona/pmm
branch = v3
branch = pmm-3.4.0

# PMM Client
[submodule "node_exporter"]
path = sources/node_exporter/src/github.com/prometheus/node_exporter
url = https://github.com/percona/node_exporter
branch = v3
branch = pmm-3.4.0
[submodule "mysqld_exporter"]
path = sources/mysqld_exporter/src/github.com/percona/mysqld_exporter
url = https://github.com/percona/mysqld_exporter
branch = v3
branch = pmm-3.4.0
[submodule "mongodb_exporter"]
path = sources/mongodb_exporter/src/github.com/percona/mongodb_exporter
url = https://github.com/percona/mongodb_exporter
branch = main
[submodule "postgres_exporter"]
path = sources/postgres_exporter/src/github.com/percona/postgres_exporter
url = https://github.com/percona/postgres_exporter
branch = main
branch = pmm-3.4.0
[submodule "proxysql_exporter"]
path = sources/proxysql_exporter/src/github.com/percona/proxysql_exporter
url = https://github.com/percona/proxysql_exporter
branch = main
branch = pmm-3.4.0
[submodule "rds_exporter"]
path = sources/rds_exporter/src/github.com/percona/rds_exporter
url = https://github.com/percona/rds_exporter
branch = main
branch = pmm-3.4.0
[submodule "azure_metrics_exporter"]
path = sources/azure_metrics_exporter/src/github.com/percona/azure_metrics_exporter
url = https://github.com/percona/azure_metrics_exporter
branch = main
branch = pmm-3.4.0
[submodule "percona-toolkit"]
path = sources/percona-toolkit/src/github.com/percona/percona-toolkit
url = https://github.com/percona/percona-toolkit
branch = release-v3.5.2
branch = pmm-3.4.0

# PMM Server
[submodule "grafana-dashboards"]
path = sources/grafana-dashboards
url = https://github.com/percona/grafana-dashboards
branch = v3
branch = pmm-3.4.0
[submodule "grafana"]
path = sources/grafana/src/github.com/grafana/grafana
url = https://github.com/percona/grafana
branch = v3
branch = pmm-3.4.0
[submodule "pmm-dump"]
path = sources/pmm-dump
url = https://github.com/percona/pmm-dump
branch = v3
branch = pmm-3.4.0
[submodule "watchtower"]
path = sources/watchtower/src/github.com/percona/watchtower
url = https://github.com/percona/watchtower
Expand All @@ -60,8 +60,8 @@
[submodule "pmm-qa"]
path = sources/pmm-qa/src/github.com/percona/pmm-qa
url = https://github.com/percona/pmm-qa
branch = v3
branch = pmm-3.4.0
[submodule "pmm-ui-tests"]
path = sources/pmm-ui-tests/src/github.com/percona/pmm-ui-tests
url = https://github.com/percona/pmm-ui-tests
branch = v3
branch = pmm-3.4.0
4 changes: 4 additions & 0 deletions ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deps:
- name: pmm
branch: PMM-7-fix-generate-ssl-script
url: https://github.com/percona/pmm
Loading