Skip to content

Adds loading state to Run pipeline view

Payton Burdette requested to merge run-new-pipeline-loading-state into master

What does this MR do?

After the new feature was added for pre-filling the run pipeline form with variables from .gitlab-ci.yml we are now making API requests. This MR adds a loading state to that view to show the user we are waiting for some data.

This is behind two feature flags new_pipeline_form and new_pipeline_form_prefilled_vars.

Related to: #280533 (closed)

Screenshots (strongly suggested)

run-pipeline-loading-state

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 Payton Burdette

Merge request reports