Skip to content

Resolve "Fix pipeline configuration input resetting value while typing"

What does this MR do?

This MR fixes the pipeline configuration input resetting it's value when the user typed quickly.

This was caused because the path was being set back to an older value once fetchPipelineConfigurationFileExists resolved.

Setup & Testing

  1. Enable the development feature flag in rails console: Feature.enable(:ff_custom_compliance_frameworks)
  2. Navigate to a group's general settings [GDK_HOST]/groups/gitlab-org/-/edit#js-compliance-frameworks-settings
  3. Add a compliance framework

Screenshots (strongly suggested)

Before After
Kapture_2021-03-05_at_15.10.22 Kapture_2021-03-05_at_15.09.32

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

Related to #321978 (closed)

Edited by Jiaan Louw

Merge request reports