-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
zeripath
merged 8 commits into
go-gitea:main
from
zeripath:simplify-split-view-generation
Aug 29, 2021
Merged
Simplify split diff view generation and remove JS dependency #16775
zeripath
merged 8 commits into
go-gitea:main
from
zeripath:simplify-split-view-generation
Aug 29, 2021
Commits on Aug 23, 2021
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1e92cbb - Browse repository at this point
Copy the full SHA 1e92cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd7386 - Browse repository at this point
Copy the full SHA 4cd7386View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a8e3d - Browse repository at this point
Copy the full SHA b2a8e3dView commit details
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f63005 - Browse repository at this point
Copy the full SHA 8f63005View commit details -
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 4445909 - Browse repository at this point
Copy the full SHA 4445909View commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 68db4f3 - Browse repository at this point
Copy the full SHA 68db4f3View commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 509e35e - Browse repository at this point
Copy the full SHA 509e35eView commit details
Commits on Aug 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e1ba0f4 - Browse repository at this point
Copy the full SHA e1ba0f4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.