Skip to content

Related issues FE -- Step 7 v2: Add input processing methods to root

See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797

  • Add pending related issues input processing methods to RelatedIssuesRoot
  • Various integration fixes as this is the last step

This is a simpler version of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1816/ - we no longer check the form of a pending related issue before tokenizing. As soon as you stop touching a piece of text, we consider it a visual pending related issue. We also no longer use a issueMap. It's just two arrays, relatedIssues with issue objects and pendingReferences which is strings.

Edited by username-removed-892863

Merge request reports