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

Merged
merged 8 commits into from
Aug 29, 2021

Commits on Aug 23, 2021

  1. Simpliy split diff view generation and remove JS dependency

    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.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    1e92cbb View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4cd7386 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2a8e3d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    8f63005 View commit details
    Browse the repository at this point in the history
  2. fix comment rendering

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    4445909 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    68db4f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    509e35e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    e1ba0f4 View commit details
    Browse the repository at this point in the history