| Commit message (Expand) | Author | Age | Files | Lines |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -1/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -1/+1 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -4/+4 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 1 | -7/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 4 | -8/+4 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -4/+3 |
* | alternative to PR "improve code quality" (#21464) | wxiaoguang | 2022-10-15 | 1 | -12/+7 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -5/+5 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -1/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -5/+4 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -42/+48 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -1/+1 |
* | Collaborator trust model should trust collaborators (#18539) | zeripath | 2022-02-02 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 2 | -3/+0 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -1/+1 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -3/+6 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -1/+2 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -3/+4 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 1 | -2/+1 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 1 | -1/+1 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+2 |
* | Fix bug on commit graph (#15517) | Lunny Xiao | 2021-04-17 | 1 | -4/+5 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 1 | -1/+1 |
* | Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o... | zeripath | 2020-11-08 | 3 | -33/+116 |
* | Render the git graph on the server (#12333) | zeripath | 2020-08-06 | 4 | -89/+1209 |
* | Ensure that git commit tree continues properly over the page (#12142) | zeripath | 2020-07-16 | 1 | -14/+53 |
* | Move git graph from models to modules/graph (#9027) | Lunny Xiao | 2019-11-16 | 2 | -0/+186 |