Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-13626-install-perl-into-pmm-client
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan authored Mar 6, 2025
2 parents 367134d + 1b49a78 commit 341e4d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sources/grafana/src/github.com/grafana/grafana
Submodule grafana updated 28 files
+2 −1 public/app/features/datasources/components/picker/AddNewDataSourceButton.tsx
+18 −1 public/app/features/datasources/components/picker/DataSourceModal.test.tsx
+16 −1 public/app/features/datasources/components/picker/DataSourcePicker.test.tsx
+37 −3 public/app/percona/check/components/AllChecksTab/AllChecksTab.test.tsx
+36 −28 public/app/percona/check/components/AllChecksTab/AllChecksTab.tsx
+59 −1 public/app/percona/check/components/CheckInfoAlert/CheckInfoAlert.test.tsx
+3 −1 public/app/percona/check/components/CheckInfoAlert/CheckInfoAlert.tsx
+43 −1 public/app/percona/check/components/FailedChecksTab/FailedChecksTab.test.tsx
+2 −0 public/app/percona/check/components/FailedChecksTab/FailedChecksTab.tsx
+55 −0 public/app/percona/integrated-alerting/components/AlertRuleFromTemplate/AlertRuleFromTemplate.test.tsx
+14 −2 public/app/percona/integrated-alerting/components/AlertRuleFromTemplate/AlertRuleFromTemplate.tsx
+54 −2 public/app/percona/integrated-alerting/components/AlertRuleTemplate/AlertRuleTemplate.test.tsx
+13 −4 public/app/percona/integrated-alerting/components/AlertRuleTemplate/AlertRuleTemplate.tsx
+86 −0 public/app/percona/integrated-alerting/components/Alerts/Alerts.test.tsx
+10 −1 public/app/percona/integrated-alerting/components/Alerts/Alerts.tsx
+52 −1 public/app/percona/settings/Settings.service.ts
+49 −7 public/app/percona/settings/Settings.types.ts
+7 −3 public/app/percona/shared/components/Elements/FeatureLoader/FeatureLoader.tsx
+2 −1 public/app/percona/shared/components/Elements/FeatureLoader/FeatureLoader.types.ts
+8 −4 public/app/percona/shared/components/PerconaBootstrapper/PerconaBootstrapper.tsx
+16 −12 public/app/percona/shared/components/PerconaBootstrapper/PerconaNavigation/PerconaNavigation.constants.ts
+17 −15 public/app/percona/shared/components/PerconaBootstrapper/PerconaNavigation/PerconaNavigation.tsx
+9 −2 public/app/percona/shared/components/PerconaBootstrapper/PerconaNavigation/PerconaNavigation.utils.ts
+2 −0 public/app/percona/shared/components/PerconaBootstrapper/PerconaUpdateVersion/PerconaUpdateVersion.test.tsx
+3 −1 public/app/percona/shared/core/hooks/migrator.ts
+6 −1 public/app/percona/shared/core/reducers/index.ts
+4 −0 public/app/percona/shared/helpers/permissions.ts
+5 −0 public/app/percona/shared/services/user/__mocks__/User.service.ts
2 changes: 1 addition & 1 deletion sources/pmm-ui-tests/src/github.com/percona/pmm-ui-tests
Submodule pmm-ui-tests updated 32 files
+1 −0 codeceptConfigHelper.js
+13 −0 docker-compose-encryption.yml
+3 −0 docker-compose.yml
+2 −1 tests/QAN/overview_test.js
+19 −3 tests/configuration/pages/pmmInventoryPage.js
+8 −5 tests/configuration/verifyPMMInventory_test.js
+1 −1 tests/configuration/verifyPMMSettingsPageFunctionality_test.js
+29 −0 tests/dashboards/pages/pmmHealthDashboard.js
+25 −12 tests/dashboards/verifyGCRemoteInstance_test.js
+10 −0 tests/dashboards/verifyPMMHealthDashboard_test.js
+92 −0 tests/encryption/encryption_test.js
+15 −1 tests/helper/grafana_helper.js
+1 −1 tests/leftNavigation_test.js
+21 −21 tests/pages/api/addInstanceAPI.js
+5 −5 tests/pages/api/grafanaAPI.js
+21 −1 tests/pages/dashboardPage.js
+12 −46 tests/pages/homePage.js
+13 −0 tests/pages/pmmUpgradePage.js
+59 −26 tests/pages/remoteInstancesPage.js
+10 −17 tests/qa-integration/pmm_ps_integration_test.js
+100 −0 tests/qa-integration/pmm_ps_replica_integration_test.js
+64 −51 tests/remoteInstances/remoteInstancesHelper.js
+151 −0 tests/upgrade/externalService_test.js
+97 −0 tests/upgrade/upgradePMM_test.js
+0 −1,296 tests/upgradePMM_test.js
+27 −3 tests/verifyAWSRDSMySQLInstance_test.js
+4 −2 tests/verifyAWSRDSPostgreSQLInstance_test.js
+5 −6 tests/verifyAnnotations_test.js
+44 −89 tests/verifyAuroraRemoteInstance_test.js
+3 −2 tests/verifyAzureMySQLPostgreSQLRemoteInstance_test.js
+1 −1 tests/verifyPTSummaryPanels_test.js
+16 −1 tests/verifyRemoteInstances_test.js
2 changes: 1 addition & 1 deletion sources/pmm/src/github.com/percona/pmm
Submodule pmm updated 102 files

0 comments on commit 341e4d5

Please sign in to comment.