aboutsummaryrefslogtreecommitdiffstats
path: root/models/activities/notification.go
Commit message (Expand)AuthorAgeFilesLines
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-98/+109
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-12/+12
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-051-5/+6
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-5/+5
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+16
* Don't return duplicated users who can create org repo (#22560)Gusted2023-01-301-1/+1
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-56/+40
* 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-3/+3
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-1/+1
* Add generic set type (#21408)KN4CK3R2022-10-121-29/+17
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-0/+835