Skip to content

Commit

Permalink
rewind submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
PMM Jenkins committed Jul 20, 2023
1 parent 37f48f9 commit 0d52fb1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sources/grafana-dashboards
2 changes: 1 addition & 1 deletion sources/grafana/src/github.com/grafana/grafana
2 changes: 1 addition & 1 deletion sources/pmm-dump
Submodule pmm-dump updated 648 files
2 changes: 1 addition & 1 deletion sources/pmm-qa/src/github.com/percona/pmm-qa
Submodule pmm-qa updated 47 files
+20 −25 pmm-integration/availableArgs.ts
+38 −0 pmm-integration/haProxy/addClientHaProxy.ts
+0 −0 pmm-integration/haProxy/haproxy.cfg
+10 −2 pmm-integration/helpers/commandLine.ts
+10 −10 pmm-integration/helpers/docker.ts
+9 −1 pmm-integration/helpers/setupParameters.interface.ts
+7 −2 pmm-integration/helpers/validateArgs.ts
+34 −20 pmm-integration/integration-setup.ts
+5 −5 pmm-integration/mongoDb/addClientMoDB.ts
+78 −0 pmm-integration/mongoDb/addClientPsMoDB.ts
+1 −1 pmm-integration/mongoDb/mongo_psmdb_setup/psmdb_setup.yml
+6 −6 pmm-integration/mongoDb/mongo_replica_for_backup/mongoReplicaForBackup.ts
+7 −9 pmm-integration/mysql/addClientPs/addClientPs.ts
+1 −1 pmm-integration/mysql/pmm_ps_integration/ps_pmm_setup.yml
+69 −0 pmm-integration/otherConfigs/addClientPxc.ts
+8 −3 pmm-integration/otherConfigs/clearAllSetups.ts
+0 −30 pmm-integration/otherConfigs/haproxy/haproxy_setup.sh
+0 −75 pmm-integration/otherConfigs/haproxy/haproxy_setup.yml
+0 −21 pmm-integration/otherConfigs/haproxy/pmm-haproxy-setup.sh
+1 −1 pmm-integration/otherConfigs/installDockerCompose.ts
+0 −51 pmm-integration/pmmClient/pmm2ClientTarbal.ts
+28 −0 pmm-integration/pmmClient/pmm2ClientTarbalDocker.ts
+38 −0 pmm-integration/pmmClient/pmm2LocalClientUpgrade.ts
+18 −4 pmm-integration/pmmServer/pmmServerSetup.ts
+3 −3 pmm-integration/postgres/addClientPdPgsql.ts
+29 −26 pmm-integration/postgres/pgsql-vacuum-setup.ts
+1 −1 pmm-integration/postgres/pgsql_pgsm_setup/pgsql_pgsm_setup.yml
+2 −2 pmm-integration/postgres/pgsql_pgsm_setup/setup_pmm_pgsm_integration.ts
+1 −1 pmm-integration/postgres/pgsql_pgss_setup/pgsql_pgss_setup.yml
+31 −0 pmm-tests/check_and_restart_mysql.sh
+48 −38 pmm-tests/check_client_upgrade.sh
+8 −8 pmm-tests/check_upgrade.py
+109 −0 pmm-tests/client_container_ms_setup.sh
+10 −0 pmm-tests/client_container_proxysql_setup.sh
+7 −15 pmm-tests/client_container_pxc_setup.sh
+1 −1 pmm-tests/haproxy_setup.yml
+71 −0 pmm-tests/ms_pmm_setup.yml
+1 −0 pmm-tests/pg_stat_monitor_setup.sh
+10 −1 pmm-tests/pgsql_pgsm_setup.yml
+1 −1 pmm-tests/pgsql_pgss_setup.yml
+1 −1 pmm-tests/pmm-2-0-bats-tests/pmm-testsuite.sh
+158 −128 pmm-tests/pmm-framework.sh
+605 −0 pmm-tests/pmm-pxc-container-integration-setup.sh
+2 −4 pmm-tests/pmm2-client-setup.sh
+2 −0 pmm-tests/product_version_download_helper
+25 −10 pmm-tests/pxc_proxysql_setup.yml
+1 −1 pmm-tests/tls-ssl-setup/postgresql_tls_setup.yml
2 changes: 1 addition & 1 deletion sources/pmm-ui-tests/src/github.com/percona/pmm-ui-tests
Submodule pmm-ui-tests updated 175 files
2 changes: 1 addition & 1 deletion sources/pmm/src/github.com/percona/pmm
Submodule pmm updated 936 files
Submodule proxysql_exporter updated 8 files
+1 −0 .github/CODEOWNERS
+47 −52 .github/workflows/go.yml
+6 −6 Makefile
+1 −1 NOTICE
+23 −29 README.md
+1 −1 VERSION
+148 −108 go.mod
+405 −644 go.sum
2 changes: 1 addition & 1 deletion sources/rds_exporter/src/github.com/percona/rds_exporter

0 comments on commit 0d52fb1

Please sign in to comment.