Skip to content
Snippets Groups Projects

Remove show_tags_on_commits_view feature flag

Merged Jerry Seto requested to merge 397738-feature-flag-cleanup-show_tags_on_commits_view into master
All threads resolved!
5 files
+ 1
50
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -91,7 +91,7 @@ def set_commits
@repository.commits(ref, **options)
end
@commits.load_tags if Feature.enabled?(:show_tags_on_commits_view, @project)
@commits.load_tags
@commits.each(&:lazy_author) # preload authors
@commits = @commits.with_markdown_cache.with_latest_pipeline(ref)
Loading