Skip to content

Support multi-line strings when running pipeline with variables

Payton Burdette requested to merge pb-move-pipeline-new-input-to-textarea into master

What does this MR do?

We need to support multi-line strings for variable values in the Run pipeline view.

  • Moves from GlInput to GlTextarea to support multi strings.
  • Adds test coverage to ensure multi-line strings are accepted.

Related to: #300893 (closed)

Screenshots (strongly suggested)

before after
Screen_Shot_2021-02-03_at_2.04.49_PM Screen_Shot_2021-02-03_at_9.51.59_AM

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