Skip to content

Rename job trace to job log in code

Payton Burdette requested to merge 340627-rename-job-trace-store into master

What does this MR do and why?

We renamed job trace to job log in GitLab 12.5, but we still often use the term trace internally because our code still uses the legacy name. This MR changes the term trace to job log in our code grouppipeline execution .

Related to: #340627 (closed)

Screenshots or screen recordings

No visual changes, just need to ensure the feature still works as intended.

Screen_Shot_2021-09-17_at_9.43.13_AM

How to set up and validate locally

This MR aims to just change the term trace to job log in our code for the job log feature. So code around jobs in general.

To test this have a job on your local GDK and ensure nothing is broken with the feature from this re-name. Also for the re-names you could pull down this branch and ensure that something re-named still doesn't exist in the code that hasn't been properly re-named.

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 #340627 (closed)

Edited by Payton Burdette

Merge request reports