aboutsummaryrefslogtreecommitdiffstats
path: root/models/activities/action.go
Commit message (Expand)AuthorAgeFilesLines
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-53/+53
* 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
* Speed up loading the dashboard on mysql/mariadb (#28546)Lunny Xiao2024-01-141-3/+6
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Add Index to `action.user_id` (#27403)JakobDev2023-10-031-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-47/+46
* Refactor dashboard/feed.tmpl (#26956)CaiCandong2023-09-071-0/+9
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-071-8/+24
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-4/+4
* 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
* 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-071-3/+3
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-241-8/+8
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-5/+46
* 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-031-11/+11
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-11/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* 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-241-8/+8
* Use absolute links in feeds (#21229)KN4CK3R2022-09-211-0/+5
* 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-251-0/+610