Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify split diff view generation and remove JS dependency (#16775) #16863

Merged
merged 2 commits into from
Aug 30, 2021

Commits on Aug 29, 2021

  1. Simplify split diff view generation and remove JS dependency (go-gite…

    …a#16775)
    
    Backport go-gitea#16775
    
    Gitea has relied on some slow JS code to match up added and deleted lines on the
    diff pages. This can cause a considerable slow down on large diff pages.
    
    This PR makes a small change meaning that the matching up can occur much more simply.
    
    Partial fix go-gitea#1351
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    8d7c295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5f34f View commit details
    Browse the repository at this point in the history