Skip to content

Re-merge structured errors for UserCommitFiles

Will Chandler (ex-GitLab) requested to merge wc/user-commit-files-take-2 into master

This reverts commit 52c5d344.

Reintroduce the changes originally merged with !4988 (merged) that were subsequently reverted by !5064 (commits) due to failing tests in Rails.

The changes to Gitaly were not directly responsible for the failures, that was due to changes in how Rails reported errors when the feature flag was enabled. This has been fixed with gitlab!104280 (merged), so we should be OK to unrevert the original MR.

Merge request reports