PMM-10369 implement websockets notifications for checks#477
Open
filipmikes1 wants to merge 708 commits into
Open
PMM-10369 implement websockets notifications for checks#477filipmikes1 wants to merge 708 commits into
filipmikes1 wants to merge 708 commits into
Conversation
Co-authored-by: Nicola Lamacchia <nicola.lamacchia@gmail.com>
Co-authored-by: Nicola Lamacchia <nicola.lamacchia@gmail.com>
* 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 <alexander.tymchuk@percona.com> * SAAS-554 using martix strategy for a workflow Co-authored-by: Nicola Lamacchia <nicola.lamacchia@gmail.com> Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: Tiago Mota Santos <tiago.a.mota@hotmail.com> Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Nicola Lamacchia <nicola.lamacchia@gmail.com>
* 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 <ffjs1993@gmail.com>
* 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
fabio-silva
requested changes
Aug 8, 2022
| } | ||
|
|
||
| if ( | ||
| Severity[value.severity] === Severity.SEVERITY_ALERT || |
| description: string; | ||
| severity: keyof typeof Severity; | ||
| labels: { | ||
| additionalProp1: string; |
There was a problem hiding this comment.
I think these are just examples, we probably want labels: {[key: string]: string | number}
Author
There was a problem hiding this comment.
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
fabio-silva
requested changes
Aug 8, 2022
fabio-silva
previously approved these changes
Aug 8, 2022
…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 <ffjs1993@gmail.com> * 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 <ffjs1993@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: