Skip to content

Bulk-render commit titles in the tree view to improve performance: EE version

Nick Thomas requested to merge (removed):ee-43140-reduce-logs-tree-load into master

This is the EE port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21500

Projects::RefsController#log_tree has EE-specific behaviour related to path locks - in EE, if a given path is locked, then a small icon is displayed beside the file name. This port preserves this EE-specific behaviour, moving the implementation to the ee/ directory.

What are the relevant issue numbers?

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/43140

Does this MR meet the acceptance criteria?

Edited by Nick Thomas

Merge request reports