| Commit message (Expand) | Author | Age | Files | Lines |
* | Move git references checking to gitrepo packages to reduce expose of reposito... | Lunny Xiao | 2025-03-15 | 1 | -2/+3 |
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 1 | -2/+2 |
* | User facing messages for AGit errors (#33012) | TheFox0x7 | 2025-01-27 | 1 | -1/+1 |
* | Add reviewers selection to new pull request (#32403) | Calvin K | 2024-11-09 | 1 | -2/+6 |
* | Make git push options accept short name (#32245) | wxiaoguang | 2024-10-12 | 1 | -13/+12 |
* | Performance optimization for git push (#30104) | Lunny Xiao | 2024-04-09 | 1 | -9/+17 |
* | A small refactor for agit implementation (#29614) | Lunny Xiao | 2024-03-06 | 1 | -40/+33 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 1 | -2/+1 |
* | small cache when get user id on interation (#29296) | Lunny Xiao | 2024-02-22 | 1 | -5/+5 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -2/+2 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -2/+4 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -1/+1 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -3/+3 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -1/+1 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -2/+2 |
* | add user rename endpoint to admin api (#22789) | techknowlogick | 2023-03-14 | 1 | -2/+2 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -2/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -5/+5 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -9/+9 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -2/+2 |
* | move agit dependcy (#19998) | Lunny Xiao | 2022-06-17 | 1 | -59/+16 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -10/+11 |
* | Fix spelling mistake in ProcReceive (#19853) | zeripath | 2022-06-01 | 1 | -2/+2 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -1/+1 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -4/+4 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -3/+4 |
* | Return correct error response for agit force-push (#16989) | a1012112796 | 2021-09-08 | 1 | -1/+1 |
* | Fix spelling of HookProcReceiveResult (#16690) | Lunny Xiao | 2021-08-14 | 1 | -9/+9 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+288 |