Skip to content

Use Draft as the primary work in progress indicator

Thomas Randolph requested to merge 32692-rename-wip-merge-requests-to-draft into master

What does this MR do?

For #32692 (closed)

Updates UI text and widgets to use both Draft and WIP while in the process of deprecating WIP.

Notably, updates the regex to support both, and updates the JavaScript that adds the prefix to use Draft: instead of WIP: .

Screenshots

Dynamic toggling automatic-compressed
Toggling off all known prefixes allKnownPrefixes-compressed
Widget mrWidget
Full title edit text (Not Draft) notDraftText
Full title edit text (Draft) fullDraftText
Edit text (Draft) draftPrefix
Edit text (WIP) wipPrefix

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 Thomas Randolph

Merge request reports