Skip to content

Use fast path helpers in BuildDetailsEntity

drew stachon requested to merge dc-use-fast-path-helpers into master

What does this MR do?

This MR swaps out the standard Rails path generators for some faster ones we built. I noticed while working with BuildArtifactEntity and BuildDetailsEntity at the same time that one used fast_* path generators and the other didn't. The behavior seems to be exactly the same, so why not use the faster ones?

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by drew stachon

Merge request reports

Loading