Skip to content

Commit

Permalink
Merge branch 'v3' into PMM-13129-encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriCtvrtka authored Oct 8, 2024
2 parents 2b52125 + f8f99b6 commit 1a015e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/grafana/src/github.com/grafana/grafana
Submodule grafana updated 51 files
+12 −0 jest.percona.config.js
+1 −1 package.json
+9 −1 public/app/plugins/panel/pmm-check/components/Failed/Failed.test.tsx
+1 −0 public/app/plugins/panel/pmm-update/UpdatePanel.messages.ts
+0 −17 public/app/plugins/panel/pmm-update/UpdatePanel.service.ts
+22 −21 public/app/plugins/panel/pmm-update/UpdatePanel.styles.ts
+31 −50 public/app/plugins/panel/pmm-update/UpdatePanel.tsx
+8 −9 public/app/plugins/panel/pmm-update/UpdatePanel.utils.test.ts
+2 −4 public/app/plugins/panel/pmm-update/UpdatePanel.utils.ts
+10 −10 public/app/plugins/panel/pmm-update/components/AvailableUpdate/AvailableUpdate.styles.ts
+14 −13 public/app/plugins/panel/pmm-update/components/AvailableUpdate/AvailableUpdate.test.tsx
+7 −8 public/app/plugins/panel/pmm-update/components/AvailableUpdate/AvailableUpdate.tsx
+6 −0 public/app/plugins/panel/pmm-update/components/AvailableUpdate/AvailableUpdate.types.ts
+0 −8 public/app/plugins/panel/pmm-update/components/CenteredButton/CenteredButton.styles.ts
+0 −12 public/app/plugins/panel/pmm-update/components/CenteredButton/CenteredButton.test.tsx
+0 −12 public/app/plugins/panel/pmm-update/components/CenteredButton/CenteredButton.tsx
+8 −8 public/app/plugins/panel/pmm-update/components/CurrentVersion/CurrentVersion.styles.ts
+14 −13 public/app/plugins/panel/pmm-update/components/CurrentVersion/CurrentVersion.test.tsx
+8 −8 public/app/plugins/panel/pmm-update/components/CurrentVersion/CurrentVersion.tsx
+5 −0 public/app/plugins/panel/pmm-update/components/CurrentVersion/CurrentVersion.types.ts
+1 −1 public/app/plugins/panel/pmm-update/components/InfoBox/InfoBox.constants.ts
+6 −5 public/app/plugins/panel/pmm-update/components/InfoBox/InfoBox.styles.ts
+26 −5 public/app/plugins/panel/pmm-update/components/InfoBox/InfoBox.test.tsx
+7 −7 public/app/plugins/panel/pmm-update/components/InfoBox/InfoBox.tsx
+6 −0 public/app/plugins/panel/pmm-update/components/InfoBox/InfoBoxProps.types.ts
+1 −0 public/app/plugins/panel/pmm-update/components/LastCheck/LastCheck.messages.ts
+13 −12 public/app/plugins/panel/pmm-update/components/LastCheck/LastCheck.styles.ts
+5 −1 public/app/plugins/panel/pmm-update/components/LastCheck/LastCheck.test.tsx
+9 −11 public/app/plugins/panel/pmm-update/components/LastCheck/LastCheck.tsx
+7 −0 public/app/plugins/panel/pmm-update/components/LastCheck/LastCheck.types.ts
+0 −6 public/app/plugins/panel/pmm-update/components/ProgressModal/ProgressModal.messages.ts
+0 −56 public/app/plugins/panel/pmm-update/components/ProgressModal/ProgressModal.styles.ts
+0 −60 public/app/plugins/panel/pmm-update/components/ProgressModal/ProgressModal.test.tsx
+0 −108 public/app/plugins/panel/pmm-update/components/ProgressModal/ProgressModal.tsx
+0 −5 public/app/plugins/panel/pmm-update/components/ProgressModalHeader/ProgressModalHeader.messages.ts
+0 −33 public/app/plugins/panel/pmm-update/components/ProgressModalHeader/ProgressModalHeader.test.tsx
+0 −25 public/app/plugins/panel/pmm-update/components/ProgressModalHeader/ProgressModalHeader.tsx
+0 −3 public/app/plugins/panel/pmm-update/components/index.ts
+0 −5 public/app/plugins/panel/pmm-update/hooks/index.ts
+0 −126 public/app/plugins/panel/pmm-update/hooks/useApiCall.test.tsx
+0 −46 public/app/plugins/panel/pmm-update/hooks/useApiCall.ts
+0 −44 public/app/plugins/panel/pmm-update/hooks/useClickOutside.test.tsx
+0 −26 public/app/plugins/panel/pmm-update/hooks/useClickOutside.ts
+0 −72 public/app/plugins/panel/pmm-update/hooks/useInitializeUpdate.test.tsx
+0 −32 public/app/plugins/panel/pmm-update/hooks/useInitializeUpdate.ts
+0 −149 public/app/plugins/panel/pmm-update/hooks/usePerformUpdate.test.tsx
+0 −81 public/app/plugins/panel/pmm-update/hooks/usePerformUpdate.ts
+0 −2 public/app/plugins/panel/pmm-update/hooks/useToggleOnAltClick.test.tsx
+0 −213 public/app/plugins/panel/pmm-update/hooks/useVersionDetails.test.tsx
+0 −86 public/app/plugins/panel/pmm-update/hooks/useVersionDetails.ts
+0 −116 public/app/plugins/panel/pmm-update/types.ts
2 changes: 1 addition & 1 deletion sources/pmm/src/github.com/percona/pmm

0 comments on commit 1a015e8

Please sign in to comment.