summaryrefslogtreecommitdiffstats
path: root/services/gitdiff/gitdiff_test.go
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-4/+5
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+2
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-071-10/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-221-2/+9
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-201-11/+182
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-3/+2
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Make ParsePatch more robust (#17573)Gusted2021-11-071-0/+19
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-1/+1
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-311-1/+7
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+3
* Use gitea logging module for git module (#16243)65432021-06-251-2/+0
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-2/+3
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-8/+68
* Fix broken spans in diffs (#14678)zeripath2021-02-141-6/+18
* Handle incomplete diff files properly (#13662)zeripath2020-11-211-6/+83
* Alternative fix for HTML diff entity split (#13425)mrsdizzie2020-11-041-30/+15
* When creating line diffs do not split within an html entity (#13357)zeripath2020-10-311-0/+30
* Add better error checking for inline html diff code (#13239)mrsdizzie2020-10-211-2/+2
* Fix error in diff html rendering (#13191)mrsdizzie2020-10-181-0/+9
* Fix diff skipping lines (#13154)zeripath2020-10-161-0/+21
* Finally fix diff names (#13136)zeripath2020-10-141-18/+21
* Fix yet another bug with diff file names (#12771)zeripath2020-09-091-4/+141
* Fix diff path unquoting (#12554)zeripath2020-08-221-0/+17
* Add more tests for diff highlighting (#12467)mrsdizzie2020-08-111-0/+15
* Improved diff syntax highlighting fix (#12455)mrsdizzie2020-08-081-0/+10
* Fix Syntax highlight for token change in added/deleted code (#12238)mrsdizzie2020-07-161-0/+8
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-2/+5
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-70/+0
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-0/+8
* Fix panic when diff (#9187)Lunny Xiao2019-11-281-0/+14
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-0/+197