aboutsummaryrefslogtreecommitdiffstats
path: root/services/gitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore trivial errors when updating push data (#33864)wxiaoguang10 days1-2/+0
* Fix material icon & diff highlight (#33844)wxiaoguang14 days3-25/+61
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-094-284/+318
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-082-104/+53
* Remove context from git struct (#33793)TheFox0x72025-03-042-4/+4
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-202-5/+3
* Performance optimization for pull request files loading comments attachments ...Lunny Xiao2025-02-141-1/+1
* Add go wrapper around git diff-tree --raw -r -M (#33369)Alexander McRae2025-02-072-0/+676
* Refactor gitdiff test (#33507)wxiaoguang2025-02-0512-25/+10
* Link to tree views of submodules if possible (#33424)Rowan Bohde2025-01-301-1/+1
* Fix parentCommit invalid memory address or nil pointer dereference. (#33204)hiifong2025-01-191-2/+4
* Refactor older tests to use testify (#33140)TheFox0x72025-01-092-12/+7
* add submodule diff links (#33097)Rowan Bohde2025-01-083-6/+327
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-201-1/+0
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-3/+2
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-142-7/+0
* Fix git error handling (#32401)wxiaoguang2024-11-021-1/+1
* improve performance of diffs (#32393)Rowan Bohde2024-11-021-35/+27
* Update golangci-lint to v1.59.0 (#31221)silverwind2024-06-031-3/+3
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-2/+1
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-061-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-5/+4
* Fix incorrect diff expander for deletion of last lines in a file (#29501)silverwind2024-03-011-1/+1
* Refactor git attributes (#29356)KN4CK3R2024-02-241-26/+16
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-172-6/+6
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-3/+3
* Abstract hash function usage (#28138)Adam Majer2023-12-131-8/+16
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-033-25/+26
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152)v1.21.0-rc0delvh2023-09-201-1/+1
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-3/+1
* Fix stderr usages (#26477)wxiaoguang2023-08-131-3/+3
* Display human-readable text instead of cryptic filemodes (#26352)delvh2023-08-061-0/+17
* Less naked returns (#25713)65432023-07-071-15/+10
* Support displaying diff stats in PR tab bar (#25387)hiifong2023-07-031-0/+36
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-212-4/+14
* Display file mode for new file and file mode changes (#24966)Yevhen Pavlov2023-05-291-4/+23
* Simplify template helper functions (#24570)wxiaoguang2023-05-071-0/+13
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-7/+4
* Fix broken code editor diff preview (#23307)wxiaoguang2023-03-061-1/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-042-52/+30
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-277-14/+7
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-192-3/+4
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-14/+16
* Ignore error when retrieving changed PR review files (#21487)delvh2022-10-201-1/+6
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+0
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-3/+3
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-2/+2
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-16/+17