aboutsummaryrefslogtreecommitdiffstats
path: root/models/git/commit_status.go
Commit message (Expand)AuthorAgeFilesLines
* 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-12-011-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