aboutsummaryrefslogtreecommitdiff
path: root/services/gitdiff
AgeCommit message (Expand)Author
2023-03-06Fix broken code editor diff preview (#23307)wxiaoguang
2023-02-04Refactor git command package to improve security and maintainability (#22678)wxiaoguang
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Show syntax lexer name in file view/blame (#21814)silverwind
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang
2022-10-20Ignore error when retrieving changed PR review files (#21487)delvh
2022-10-10Stop logging CheckPath returns error: context canceled (#21064)zeripath
2022-09-26Upgrade chroma to v2.3.0 (#21259)silverwind
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-13Switch Unicode Escaping to a VSCode-like system (#19990)zeripath
2022-07-23Improve code diff highlight, fix incorrect rendered diff result (#19958)wxiaoguang
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-16Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang
2022-06-15Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao
2022-06-13Move issues related files into models/issues (#19931)Lunny Xiao
2022-06-12Move some code into models/git (#19879)Lunny Xiao
2022-06-06Move some repository related code into sub package (#19711)Lunny Xiao
2022-05-09Calculate filename hash only once (#19654)KN4CK3R
2022-05-07Allow to mark files in a PR as viewed (#19007)delvh
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-01Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-03-16rm .sample hooks which aren't used (#19101)techknowlogick
2022-02-14Prevent dangling GetAttribute calls (#18754)zeripath
2022-02-08Added auto-save whitespace behavior if it changed manually (#15566)Viktor Suprun
2022-02-06Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)6543
2022-01-23Fix partial cloning a repo (#18373)Gusted
2022-01-23Always use git command but not os.Command (#18363)Lunny Xiao
2022-01-20format with gofumpt (#18184)6543
2022-01-20Updated Chroma to v0.10.0 (#18270)Jelle Hulter
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2022-01-10Fix various typos (#18219)luzpaz
2022-01-07Add warning for BIDI characters in page renders and in diffs (#17562)zeripath
2021-12-20Simplify parameter types (#18006)Gusted
2021-11-30Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-22Allow Loading of Diffs that are too large (#17739)zeripath
2021-11-20Enable show more files in diff for git <2.31 (#17733)zeripath
2021-11-17Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath
2021-11-17A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-11-07Make ParsePatch more robust (#17573)Gusted
2021-10-30Properly determine CSV delimiter (#17459)Richard Mahn
2021-10-20Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn
2021-10-15Add buttons to allow loading of incomplete diffs (#16829)zeripath
2021-09-27Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath
2021-09-22refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-09Use git attributes to determine generated and vendored status for language st...zeripath