Skip to content

Refactor to inline version_index to its only use

Mark Chao requested to merge refactor-version-index into master

What does this MR do?

Refactoring by inlining the only use of version_index helper method, as suggested gitlab-foss!17011 (comment 82639960)

This avoids splitting of logic, and reduces complexity (instance variable in helper).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports

Loading