-
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-11673-fix-psmdb-configuration: fix configuration in api #657
base: main
Are you sure you want to change the base?
Conversation
this task came back to me from QA and it turned out that the problem is not only FE, but also that BE returns an error (500) since we can check the configuration in two ways, I added another backup way to check the configuration from another api - dbclustersList and also, since the task (https://jira.percona.com/browse/PMM-11674) was small and it was convenient to do it in this PR, I added the addition of a default configuration |
@@ -0,0 +1,12 @@ | |||
import { Databases } from 'app/percona/shared/core'; | |||
export const PXCDefailtConfiguration = |
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.
Typo: PXCDefau
ltConfiguration
https://jira.percona.com/browse/PMM-11673
the problem was in 500 server error, but we have two ways to get a configurations, so I added an extra way to check it
also the task (https://jira.percona.com/browse/PMM-11674) was added in this ticket