Skip to content

Rename job trace to job log in webIDE component

David O'Regan requested to merge 341163-webide-trace-job into master

What does this MR do and why?

A tiny MVC for: #341163 (closed) to rename the internal logic from trace to job log. A follow-up merge for the build-trace CSS class should be opened to handle this in conjunction with the projects jobs page.

Known issues:

  • We still maintain build-trace as a CSS class given it is shared between general Jobs and the IDE inside the build.scss file.

Screenshots or screen recordings

N/A

How to set up and validate locally

  1. Navigate to any Project repository with jobs.
  2. Click on the Web IDE button.
  3. Check the pipelines button in the right sidebar.
  4. Open any job log.

Screenshot_2021-09-21_at_11.29.17

MR acceptance checklist

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

Related to #341163 (closed)

Merge request reports