aboutsummaryrefslogtreecommitdiffstats
path: root/models/activities
Commit message (Expand)AuthorAgeFilesLines
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-295-67/+66
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-7/+9
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-5/+5
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+6
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+1
* Refactor dashboard/feed.tmpl (#26956)CaiCandong2023-09-071-0/+9
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-072-8/+58
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-052-5/+20
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-31/+31
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-5/+5
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-3/+2
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-12/+1
* Fix commits pushed with deploy keys not shown in dashboard (#24521)Zettat1232023-05-101-6/+21
* Localize activity heatmap (except tooltip) (#24131)Yarden Shoham2023-04-171-0/+9
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+61
* Improve indices for `action` table (#23532)Zettat1232023-03-241-6/+4
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-073-6/+6
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-243-18/+28
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-6/+63
* 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
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-033-15/+15
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2710-20/+10
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-194-76/+56
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-122-3/+3
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-244-21/+21
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-1/+1
* Add generic set type (#21408)KN4CK3R2022-10-122-39/+23
* Use absolute links in feeds (#21229)KN4CK3R2022-09-212-3/+12
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* Add more checks in migration code (#21011)zeripath2022-09-041-1/+1
* Add another index for Action table on postgres (#21033)zeripath2022-09-031-1/+8
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2510-0/+2621