aboutsummaryrefslogtreecommitdiffstats
path: root/models/activities
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days1-3/+2
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-203/+54
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-262-3/+3
* Refactor markup render system (#32612)wxiaoguang2024-11-241-4/+4
* Fix nil panic if repo doesn't exist (#32501)wxiaoguang2024-11-141-0/+6
* Perf: add extra index to notification table (#32395)BoYanZh2024-11-131-9/+49
* Add new index for action to resolve the performance problem (#32333)Lunny Xiao2024-11-061-1/+4
* Don't join repository when loading action table data (#32127)Lunny Xiao2024-09-262-14/+8
* Repo Activity: count new issues that were closed (#31776)Timon van der Berg2024-09-211-2/+28
* Improve get feed with pagination (#31821)Lunny Xiao2024-09-021-9/+38
* Refactor webhook (#31587)wxiaoguang2024-07-101-1/+3
* Fix web notification icon not updated once you read all notifications (#31447)kiatt2102024-06-231-4/+5
* 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