Skip to content

Rename job trace to job logs in IDE code

What does this MR do?

This MR replaces job trace with job logs in the web IDE code.

Relates to #238969 (closed).

I'm not sure if bulk replacing like I did in 74c0d896 is correct for the translations. 🤔

Screenshots

The affected component is the job log in the Web IDE.

  1. Go to a project with CI/CD
  2. Open the Web IDE
  3. Click on the pipeline symbol in the right sidebar
  4. Select the last successful job
  5. Check that the job logs are rendered correctly and that the component shows a new pipeline and job when you commit.

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 Kev

Merge request reports