-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-10369 implement websockets notifications for checks #477
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Nicola Lamacchia <[email protected]>
* PMM-8135: uncomment backup feature * PMM-8135 remove disabled attrib from backup toggle Co-authored-by: Nicola Lamacchia <[email protected]>
* PMM-8115 Trigger table loading on db cluster delete * PMM-8115 Refactor useDBClusters return type Co-authored-by: Nicola Lamacchia <[email protected]>
Co-authored-by: Nicola Lamacchia <[email protected]>
* PMM-8143 add force fields to DeleteModal * PMM-8143 add force checkbox using Form * PMM-8143 add tests related do force checkbox * PMM-8143 use DeleteModal on DBaaS * PMM-8143 use DeleteModal on Agent list * PMM-8143 fix test on StorageLocations * PMM-8143 add data-qa attribs to buttons * PMM-8143 change confirm button text on Agents * Revert "PMM-8143 use DeleteModal on DBaaS" This reverts commit 2d7dccf. * Revert "PMM-8143 use DeleteModal on Agent list" This reverts commit cb80f1e. * PMM-8143 remove outdated TODO
* SAAS-554 make target for launching PMM, docker-compose.yml with dev-latest, UI tests workflow * SAAS-554 fixes for workflow * SAAS-554 change organization for pmm-ui-tests * SAAS-554 use cache fix * SAAS-554 attaching articacts * SAAS-554 tesing with @grafana-pr tag * SAAS-554 timeout for the workflow and other tweaks * SAAS-554 fix startup * SAAS-554 checkout non main tests branch if exists * SAAS-554 added mysql into docker-compose.yml, removed unused ports, using npm script for starting tests * SAAS-554 Update comment in Makefile Co-authored-by: Alex Tymchuk <[email protected]> * SAAS-554 using martix strategy for a workflow Co-authored-by: Nicola Lamacchia <[email protected]> Co-authored-by: Alex Tymchuk <[email protected]>
Co-authored-by: Tiago Mota Santos <[email protected]> Co-authored-by: JiriCtvrtka <[email protected]>
Co-authored-by: Nicola Lamacchia <[email protected]>
* PMM-10351-DBaaS-naming-update: fix naming and layout * PMM-10351-DBaaS-naming-update: code-review fix * PMM-10351-DBaaS-naming-update: code-review fix * PMM-10351-DBaaS-naming-update: fix yarn.lock * PMM-10351-DBaaS-naming-update: fix types * PMM-10340 update lockfile * PMM-10351-DBaaS-naming-update: fix tests id Co-authored-by: Fabio Silva <[email protected]>
* PMM-10368 change warning for dbaas * PMM-10368 add warning to platform connection * PMM-10368 fix loading status for dbcluster * PMM-10368 fix test for Connect * PMM-10368 add types to file * PMM-10368 fix tests * PMM-10368 fix flows * PMM-10368 fix test * PMM-10368 fix plural for dbCluster * PMM-10368 add custom useShowPMMAddressWarning * PMM-10368 fix tests * PMM-10368 add missing provider to test * PMM-10368 add missing Router to tests
* PMM-10327-promote-portal-k8s-cluster-creation: message added * PMM-10327-promote-portal-k8s-cluster-creation: fix link Co-authored-by: Fábio Silva <[email protected]>
} | ||
|
||
if ( | ||
Severity[value.severity] === Severity.SEVERITY_ALERT || |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use a switch
instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
description: string; | ||
severity: keyof typeof Severity; | ||
labels: { | ||
additionalProp1: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are just examples, we probably want labels: {[key: string]: string | number}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm I already changed it but didn't push it for some reason...corrected
…ithub.com/percona-platform/grafana into PMM-10369-implement-websockets-for-checks
…468) * PMM-10182-One-Button-Database-Deployment: add defaultValues to form * PMM-10182-One-Button-Database-Deployment: fix tests * PMM-10182-One-Button-Database-Deployment: fix database type initial options * PMM-10182-One-Button-Database-Deployment: remove extra comments * PMM-10182-One-Button-Database-Deployment: return old yarn lock * PMM-10182-One-Button-Database-Deployment: fix tests * PMM-10182-One-Button-Database-Deployment: code review fix
* PMM-10119: Implement displaying datapoint summaries * Update public/app/percona/settings/Settings.messages.ts Co-authored-by: Fábio Silva <[email protected]> * PMM-10119: Create separate component TelemetryTooltip * PMM-10119: Refactor LinkTooltip component * PMM-10119: Update style for list with summaries * PMM-10119: Rename property * PMM-10119: Make tooltip with summaries of datapoints scrollable Co-authored-by: Fábio Silva <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: