| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 1 | -61/+60 |
* | Improve trace logging for pulls and processes (#22633) | zeripath | 2023-02-03 | 1 | -1/+1 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 1 | -8/+8 |
* | Add setting to disable the git apply step in test patch (#22130) | zeripath | 2022-12-19 | 1 | -4/+17 |
* | Correctly handle moved files in apply patch (#22118) | zeripath | 2022-12-14 | 1 | -0/+3 |
* | 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 | -1/+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 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -12/+12 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -8/+8 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -8/+9 |
* | Ensure that all unmerged files are merged when conflict checking (#20528) | zeripath | 2022-07-29 | 1 | -1/+3 |
* | Fix checks in PR for empty commits #19603 (#20290) | Ing. Jaroslav Šafka | 2022-07-13 | 1 | -0/+8 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -10/+11 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -1/+2 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -2/+4 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -13/+13 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | When conflicts have been previously detected ensure that they can be resolved... | zeripath | 2022-03-29 | 1 | -17/+18 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -5/+7 |
* | 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 | 1 | -10/+10 |
* | Detect conflicts with 3way merge (#18536) | zeripath | 2022-02-02 | 1 | -0/+13 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -13/+17 |
* | Reset the conflicted files list in testpatch (#18139) | zeripath | 2021-12-31 | 1 | -0/+1 |
* | Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu... | zeripath | 2021-12-19 | 1 | -5/+192 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -1/+2 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -3/+3 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+1 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -53/+42 |
* | Make manual merge autodetection optional and add manual merge as merge method... | a1012112796 | 2021-03-03 | 1 | -2/+3 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -11/+145 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -1/+2 |
* | Generate Diff and Patch direct from Pull head (#10936) | zeripath | 2020-04-03 | 1 | -17/+4 |
* | Remove Unused Functions (#10516) | 6543 | 2020-03-02 | 1 | -10/+0 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -1/+2 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -4/+4 |
* | Remove stray printf (#9631) | zeripath | 2020-01-07 | 1 | -1/+0 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 1 | -0/+216 |