summaryrefslogtreecommitdiffstats
path: root/services/pull/check.go
Commit message (Expand)AuthorAgeFilesLines
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-9/+28
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-92/+96
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-4/+6
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-6/+6
* 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-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-7/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-7/+7
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-2/+2
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-15/+16
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+3
* PullService lock via pullID (#19520)65432022-05-041-0/+2
* Use for a repo action one database transaction (#19576)65432022-05-031-48/+51
* Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage...65432022-05-021-14/+14
* more context for models (#19511)65432022-04-281-2/+2
* Don't allow merging PR's which are being conflict checked (#19357)Gusted2022-04-201-0/+5
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-4/+4
* Move checks for pulls before merge into own function (#19271)65432022-03-311-0/+84
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* Pause queues (#15928)zeripath2022-01-221-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-23/+35
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+5
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Fix some lints (#17337)Lunny Xiao2021-10-171-1/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-301-1/+1
* Remove unnecessary goroutine (#16080)Lunny Xiao2021-06-091-14/+12
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-1/+16
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+2
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+15
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+6
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-011-1/+1
* Update mergebase in pr checker (#10586)zeripath2020-03-031-1/+1
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-101-3/+5
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-57/+77
* [refactor] notify remove unused praram (#9804)65432020-01-161-7/+1
* Fix lint (#9688)Lunny Xiao2020-01-101-1/+3
* Move Errored PRs out of StatusChecking (#9675)zeripath2020-01-101-0/+4
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-6/+6
* Refactor comment (#9330)Lunny Xiao2019-12-151-0/+10
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-50/+40