Skip to content

Add the text widget to be used by the Pipeline Wizard

Janis Altherr requested to merge add-text-widget-for-pipeline-wizard into master

What does this MR do and why?

This MR is part of a larger effort to introduce the Pipeline Wizard Component

The Pipeline Wizard will include the option of displaying various input widgets, with the option for each to have custom configuration and validation options. This MR introduces the simplest one of them: the text input.

It is supposed to:

  • obtain a single string value
  • optionally validate it against a regex pattern
  • support two-way-binding with v-model

This MR does not yet expose this component to the UI. It has been moved out of the primary MR due to size.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports