summaryrefslogtreecommitdiffstats
path: root/models/git/commit_status.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate status check contexts (#30660) (#30779)Zettat1232024-05-011-25/+5
* Move from `max( id )` to `max( index )` for latest commit statuses (#30076)YR Chen2024-03-301-47/+73
* fix commit_statusoliverpool2024-03-241-13/+8
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-161-1/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Fix `GetCommitStatuses` (#28787)KN4CK3R2024-01-151-35/+19
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-8/+5
* Fix commit status in repo list (#28412)yp053272023-12-111-1/+3
* Upgrade xorm to 1.3.4 (#27807)Nanguan Lin2023-10-271-1/+1
* Upgrade xorm (#27673)Nanguan Lin2023-10-191-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-1/+1
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-0/+6
* Fix pull request check list is limited (#26179)caicandong2023-07-311-3/+3
* Fix wrong commit status in web ui (#26121)yp053272023-07-251-1/+1
* Display branch commit status (#25608)Lunny Xiao2023-07-031-0/+47
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-151-0/+34
* Fix parallelly generating index failure with Mysql (#24567)Lunny Xiao2023-06-051-6/+28
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-0/+50
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+2
* Use context parameter in models/git (#22367)Jason Song2023-01-091-16/+16
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+4
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-021-0/+18
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-11-301-65/+36
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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-5/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-0/+370