Skip to content

FE: Resolve "Performance issues when processing large build traces with Ansi2html"

Filipa Lacerda requested to merge 27724-fe-update-trace-handling-code into master

What does this MR do?

Frontend adjustments to:

  • match new API
  • match new design
  • reduce code complexity

Decisions taken with @ayufan :

  • We just need to make one request.
  • No need to verify the state and the status anymore before doing the request
  • Indication that we should make the request again is given by last response - complete key

Screenshots (if relevant)

Expanded Sidebar Collapsed Sidebar
expanded collapsed

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #27724 (closed)

Based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10311

EE Port https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1593

Merge request reports