aboutsummaryrefslogtreecommitdiff
path: root/models/activities
AgeCommit message (Expand)Author
2023-03-07Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song
2023-02-24Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel
2023-02-18Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp05327
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-06Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao
2023-01-30Don't return duplicated users who can create org repo (#22560)Gusted
2023-01-08Always reuse transaction (#22362)Jason Song
2022-12-27Use complete SHA to create and query commit status (#22244)Jason Song
2022-12-03refactor some functions to support ctx as first parameter (#21878)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-11-03feat: notify doers of a merge when automerging (#21553)kolaente
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-10-12Add generic set type (#21408)KN4CK3R
2022-09-21Use absolute links in feeds (#21229)KN4CK3R
2022-09-07Fix various typos (#21103)luzpaz
2022-09-04Add more checks in migration code (#21011)zeripath
2022-09-03Add another index for Action table on postgres (#21033)zeripath
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao