aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitgraph
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-4/+3
* alternative to PR "improve code quality" (#21464)wxiaoguang2022-10-151-12/+7
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-5/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-5/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-42/+48
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-021-1/+1
* format with gofumpt (#18184)65432022-01-202-3/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+6
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Refactor various strings (#17784)mscherer2021-12-021-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-2/+1
* Fix some lints (#17337)Lunny Xiao2021-10-171-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Fix bug on commit graph (#15517)Lunny Xiao2021-04-171-4/+5
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-1/+1
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-083-33/+116
* Render the git graph on the server (#12333)zeripath2020-08-064-89/+1209
* Ensure that git commit tree continues properly over the page (#12142)zeripath2020-07-161-14/+53
* Move git graph from models to modules/graph (#9027)Lunny Xiao2019-11-162-0/+186