| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 1 | -2/+6 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 8 | -83/+83 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 5 | -34/+37 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 2 | -13/+13 |
* | Do DB update after merge in hammer context (#21401) | zeripath | 2022-10-11 | 1 | -10/+12 |
* | Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd... | zeripath | 2022-08-18 | 1 | -0/+3 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 2 | -6/+6 |
* | Ensure that all unmerged files are merged when conflict checking (#20528) | zeripath | 2022-07-29 | 2 | -2/+27 |
* | Dismiss prior pull reviews if done via web in review dismiss (#20197) | 6543 | 2022-07-19 | 1 | -1/+18 |
* | Fix checks in PR for empty commits #19603 (#20290) | Ing. Jaroslav Šafka | 2022-07-13 | 2 | -1/+9 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-06-30 | 1 | -5/+11 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 2 | -3/+3 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -18/+9 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 12 | -144/+150 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 4 | -23/+27 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -6/+0 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 4 | -10/+10 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 4 | -6/+10 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 5 | -14/+19 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 1 | -1/+1 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 2 | -8/+161 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 3 | -2/+16 |
* | PullService lock via pullID (#19520) | 6543 | 2022-05-04 | 4 | -1/+18 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 3 | -106/+119 |
* | Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage... | 6543 | 2022-05-02 | 3 | -21/+21 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 2 | -0/+54 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 8 | -28/+28 |
* | Add commit status popup to issuelist (#19375) | parnic | 2022-04-26 | 1 | -18/+24 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -2/+4 |
* | Don't allow merging PR's which are being conflict checked (#19357) | Gusted | 2022-04-20 | 1 | -0/+5 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 2 | -3/+3 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 6 | -134/+112 |
* | Add Goroutine stack inspector to admin/monitor (#19207) | zeripath | 2022-03-31 | 1 | -1/+1 |
* | Move checks for pulls before merge into own function (#19271) | 6543 | 2022-03-31 | 2 | -21/+90 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 4 | -7/+7 |
* | When conflicts have been previously detected ensure that they can be resolved... | zeripath | 2022-03-29 | 1 | -17/+18 |
* | Move some issue methods as functions (#19255) | Lunny Xiao | 2022-03-29 | 2 | -4/+4 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 5 | -10/+7 |
* | Add config option to disable "Update branch by rebase" (#18745) | Jimmy Praet | 2022-03-04 | 1 | -1/+7 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 4 | -32/+165 |
* | Add apply-patch, basic revert and cherry-pick functionality (#17902) | zeripath | 2022-02-09 | 1 | -13/+24 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 6 | -36/+36 |
* | Detect conflicts with 3way merge (#18536) | zeripath | 2022-02-02 | 1 | -0/+13 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 2 | -2/+4 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 5 | -6/+5 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 9 | -161/+185 |
* | Restore propagation of ErrDependenciesLeft (#18325) | zeripath | 2022-01-19 | 2 | -2/+5 |
* | Use indirect comparison when showing pull requests (#18313) | zeripath | 2022-01-18 | 1 | -1/+1 |