Skip to content

Add column_start and column_end to file_location

Gal Katz requested to merge gkatz_add_columns_to_file_location into master

What does this MR do?

Adds optional column_start and column_end properties to details.file_location for the second iteration of Code Flows.
Those fields should either both exist or neither.
For example, here the source and the first propagation node share the same line number, but differ in column_start and column_end. The addition of columns will allow us to display the flow more accurately.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab/-/issues/461779+s
https://gitlab.com/gitlab-org/gitlab/-/issues/458062#note_1901685296

Checklist

Merge request reports