summaryrefslogtreecommitdiffstats
path: root/services/pull/commit_status.go
Commit message (Expand)AuthorAgeFilesLines
* 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