Skip to content

Alter if condition when create API is called

Reuben Pereira requested to merge fix-multiple-requests-bug into master

What does this MR do?

When the toggle button to create the self monitoring project is clicked, sometimes there are multiple calls to the create API.

This MR prevents the self_monitoring create API from being called by the watcher when the component is in the loading state or when the self_monitoring_project already exists.

This feature is currently behind a feature flag, which is why I've not added a changelog entry.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports