aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/patch.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor and tidy-up the merge/update branch code (#22568)zeripath2023-03-071-11/+6
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-61/+60
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-8/+8
* Add setting to disable the git apply step in test patch (#22130)zeripath2022-12-191-4/+17
* Correctly handle moved files in apply patch (#22118)zeripath2022-12-141-0/+3
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-12/+12
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-8/+8
* Add generic set type (#21408)KN4CK3R2022-10-121-8/+9
* Ensure that all unmerged files are merged when conflict checking (#20528)zeripath2022-07-291-1/+3
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-0/+8
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-10/+11
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-1/+2
* more context for models (#19511)65432022-04-281-1/+1
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-2/+4
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-13/+13
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* When conflicts have been previously detected ensure that they can be resolved...zeripath2022-03-291-17/+18
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-5/+7
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-091-13/+24
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-10/+10
* Detect conflicts with 3way merge (#18536)zeripath2022-02-021-0/+13
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-13/+17
* Reset the conflicted files list in testpatch (#18139)zeripath2021-12-311-0/+1
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-191-5/+192
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-3/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-53/+42
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-2/+3
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-11/+145
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Generate Diff and Patch direct from Pull head (#10936)zeripath2020-04-031-17/+4
* Remove Unused Functions (#10516)65432020-03-021-10/+0
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-1/+2
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-4/+4
* Remove stray printf (#9631)zeripath2020-01-071-1/+0
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-0/+216