Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "pmm"]
path = sources/pmm/src/github.com/percona/pmm
url = https://github.com/percona/pmm
branch = main
branch = PMM-8877-turn-on-ia-by-default


# PMM Client
Expand Down Expand Up @@ -57,7 +57,7 @@
[submodule "pmm-managed"]
path = sources/pmm-managed/src/github.com/percona/pmm-managed
url = https://github.com/percona/pmm-managed
branch = main
branch = PMM-8877-turn-on-ia-by-default
[submodule "dbaas-controller"]
path = sources/dbaas-controller/src/github.com/percona-platform/dbaas-controller
url = https://github.com/percona-platform/dbaas-controller
Expand All @@ -81,7 +81,7 @@
[submodule "grafana"]
path = sources/grafana/src/github.com/grafana/grafana
url = https://github.com/percona-platform/grafana
branch = main
branch = PMM-8883-ia-always-on

## PMM Tests
[submodule "pmm-qa"]
Expand All @@ -91,4 +91,4 @@
[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 = main
branch = PMM-8883-ia-always-on
2 changes: 1 addition & 1 deletion sources/grafana/src/github.com/grafana/grafana
2 changes: 1 addition & 1 deletion sources/pmm-ui-tests/src/github.com/percona/pmm-ui-tests
Submodule pmm-ui-tests updated 54 files
+1 −0 docker-compose.yml
+0 −1 linksHelper.js
+0 −5 package-lock.json
+0 −1 package.json
+2 −2 tests/DbaaS/pages/dbaasActionsPage.js
+1 −1 tests/DbaaS/pages/dbaasManageVersionPage.js
+4 −42 tests/DbaaS/pages/dbaasPage.js
+25 −73 tests/DbaaS/verifyDBaaSPXCCluster_test.js
+7 −23 tests/DbaaS/verifyDBaaS_test.js
+33 −59 tests/DbaaS/verifyDbaaSMongoDBCluster_test.js
+3 −3 tests/QAN/common_test.js
+1 −27 tests/QAN/filters_test.js
+0 −12 tests/QAN/pages/qanFiltersFragment.js
+0 −4 tests/QAN/pages/qanOverviewFragment.js
+7 −61 tests/backup/inventory_test.js
+3 −3 tests/backup/locations_test.js
+6 −24 tests/backup/pages/api/scheduledAPI.js
+0 −8 tests/backup/pages/inventoryPage.js
+6 −18 tests/backup/pages/scheduledPage.js
+13 −133 tests/backup/scheduled_test.js
+0 −7 tests/custom_steps.js
+1 −1 tests/ia/alertRules_test.js
+1 −26 tests/ia/common_test.js
+1 −1 tests/ia/notificationChannels_test.js
+9 −9 tests/ia/pages/alertRulesPage.js
+1 −1 tests/ia/pages/alertsPage.js
+1 −1 tests/ia/pages/notificationChannelsPage.js
+2 −2 tests/ia/pages/testData.js
+9 −9 tests/ia/ruleTemplates_test.js
+1 −1 tests/pages/adminPage.js
+0 −23 tests/pages/api/inventoryAPI.js
+2 −2 tests/pages/api/settingsAPI.js
+5 −21 tests/pages/dashboardPage.js
+2 −3 tests/pages/homePage.js
+5 −22 tests/pages/pmmSettingsPage.js
+6 −6 tests/pages/remoteInstancesPage.js
+2 −2 tests/pages/testData.js
+9 −61 tests/stt/checksExecution_test.js
+1 −3 tests/stt/pages/api/securityChecksAPI.js
+0 −4 tests/stt/pages/databaseChecksPage.js
+7 −7 tests/stt/sttSettings_test.js
+3 −16 tests/upgradePMM_test.js
+0 −20 tests/verifyAWSRDSMySQLInstance_test.js
+0 −18 tests/verifyAzureMySQLPostgreSQLRemoteInstance_test.js
+5 −4 tests/verifyInsightDashboards_test.js
+1 −1 tests/verifyMongodbDashboards_test.js
+9 −9 tests/verifyMysqlDashboards_test.js
+1 −1 tests/verifyOSDashboards_test.js
+14 −14 tests/verifyPMMDemoDashboards_test.js
+0 −1 tests/verifyPMMSettingsPageElements_test.js
+0 −140 tests/verifyPMMSettingsPageFunctionality_test.js
+2 −2 tests/verifyPostgresqlDashboards_test.js
+2 −2 tests/verifyRemoteInstances_test.js
+2 −2 tests/verifyVMDashboards_test.js