Inlay hints for diff file lines that caused job failures
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
We could infer diff files and diff file lines that caused a particular job to fail inside a merge request and mark them in the diffs list. That way you can fix the jobs faster because you have the context of the diff and you don't even have to go to the failed jobs.
Current workflow
- Find the failed job
- Find the errors
- Figure out locations for files and lines that failed
- Open these locations using WebIDE or your local editor
- Fix the code
Improved workflow
- Go to MR changes
- Find the files marked as 'Caused job failure'
- Open these files in WebIDE (with a direct button) or your local editor
- Fix the code
Mockup
Edited by 🤖 GitLab Bot 🤖