Skip to content

Async commit diff files with pagination

Igor Drozdov requested to merge id-async-commit-diffs-with-pagination into master

What does this MR do and why?

We have a disabled feature flag for async commit diff files loading. And we have a working functionality for diff files pagination: Paginate the single commit view [RUN ALL RSPEC]... (!52819 - merged)

What about combining both functionalities to get the best from both worlds:

  • Async loading of the commit diff files with pagination controls

Related issue: [Feature flag] Rollout of `async_commit_diff_fi... (#369439 - closed)

Merge request reports