aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/commit_status.go
Commit message (Expand)AuthorAgeFilesLines
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-5/+7
* 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-2/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-6/+6
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-6/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-1/+9
* more context for models (#19511)65432022-04-281-5/+5
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+7
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-1/+1
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* Add agit flow support in gitea (#14295)a10121127962021-07-281-3/+11
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-1/+1
* Fix bug on pull view when required status check no ci result (#10648)Lunny Xiao2020-03-071-0/+5
* Prevent nil pointer in GetPullRequestCommitStatusState (#10342)zeripath2020-02-181-0/+5
* Set the initial commit status to Success otherwise it will always be Pending ...zeripath2020-02-171-1/+1
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-8/+49
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* If no specific context is required for status check, require an overall succe...Elias Norberg2019-09-301-1/+9
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-0/+70