aboutsummaryrefslogtreecommitdiffstats
path: root/models/activities
Commit message (Expand)AuthorAgeFilesLines
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-2/+2
* Filter out duplicate action(activity) items for a repository (#30957)wxiaoguang2024-05-142-1/+31
* Reduce unnecessary database queries on actions table (#30509)Lunny Xiao2024-04-171-0/+6
* Refactor more filterslice (#30370)Lunny Xiao2024-04-101-7/+5
* Add container.FilterSlice function (#30339)oliverpool2024-04-091-18/+12
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-0/+29
* Move notifications to a standalone file (#29930)Lunny Xiao2024-03-202-457/+472
* Add more stats tables (#29730)Lunny Xiao2024-03-121-1/+6
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-122-74/+166
* Avoid issue info panic (#29625)wxiaoguang2024-03-061-3/+7
* Rename Action.GetDisplayName to GetActDisplayName (#29540)wxiaoguang2024-03-021-4/+4
* Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006)Lunny Xiao2024-02-011-6/+3
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+3
* Speed up loading the dashboard on mysql/mariadb (#28546)Lunny Xiao2024-01-141-3/+6
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-104/+130
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Add Index to `action.user_id` (#27403)JakobDev2023-10-031-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-2/+2
* 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