| Commit message (Expand) | Author | Age | Files | Lines |
* | Move notifywatch to service layer (#33825) | Lunny Xiao | 2025-03-10 | 1 | -133/+5 |
* | Decouple context from repository related structs (#33823) | TheFox0x7 | 2025-03-08 | 1 | -2/+2 |
* | Optimize user dashboard loading (#33686) | Lunny Xiao | 2025-02-24 | 1 | -11/+19 |
* | Add missed auto merge feed message on dashboard (#33309) | Lunny Xiao | 2025-01-26 | 1 | -2/+2 |
* | Refactor RefName (#33234) | wxiaoguang | 2025-01-13 | 1 | -1/+1 |
* | Refactor "string truncate" (#32984) | wxiaoguang | 2024-12-26 | 1 | -4/+4 |
* | Move RepoTransfer from models to models/repo sub package (#32506) | Lunny Xiao | 2024-12-18 | 1 | -1/+1 |
* | Move GetFeeds to service layer (#32526) | Lunny Xiao | 2024-11-29 | 1 | -53/+1 |
* | Fix markup render regression and fix some tests (#32640) | wxiaoguang | 2024-11-26 | 1 | -2/+2 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -4/+4 |
* | Fix nil panic if repo doesn't exist (#32501) | wxiaoguang | 2024-11-14 | 1 | -0/+6 |
* | Add new index for action to resolve the performance problem (#32333) | Lunny Xiao | 2024-11-06 | 1 | -1/+4 |
* | Don't join repository when loading action table data (#32127) | Lunny Xiao | 2024-09-26 | 1 | -12/+4 |
* | Improve get feed with pagination (#31821) | Lunny Xiao | 2024-09-02 | 1 | -9/+38 |
* | Filter out duplicate action(activity) items for a repository (#30957) | wxiaoguang | 2024-05-14 | 1 | -1/+10 |
* | Some performance optimization on dashboard and issues page (#29010) | Lunny Xiao | 2024-03-12 | 1 | -53/+53 |
* | Avoid issue info panic (#29625) | wxiaoguang | 2024-03-06 | 1 | -3/+7 |
* | Rename Action.GetDisplayName to GetActDisplayName (#29540) | wxiaoguang | 2024-03-02 | 1 | -4/+4 |
* | Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) | Lunny Xiao | 2024-02-01 | 1 | -6/+3 |
* | Speed up loading the dashboard on mysql/mariadb (#28546) | Lunny Xiao | 2024-01-14 | 1 | -3/+6 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -2/+1 |
* | Add Index to `action.user_id` (#27403) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -47/+46 |
* | Refactor dashboard/feed.tmpl (#26956) | CaiCandong | 2023-09-07 | 1 | -0/+9 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | wxiaoguang | 2023-08-07 | 1 | -8/+24 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -4/+4 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -12/+1 |
* | Fix commits pushed with deploy keys not shown in dashboard (#24521) | Zettat123 | 2023-05-10 | 1 | -6/+21 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+61 |
* | Improve indices for `action` table (#23532) | Zettat123 | 2023-03-24 | 1 | -6/+4 |
* | Refactor `setting.Database.UseXXX` to methods (#23354) | Jason Song | 2023-03-07 | 1 | -3/+3 |
* | Add pagination for dashboard and user activity feeds (#22937) | Brecht Van Lommel | 2023-02-24 | 1 | -8/+8 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -1/+1 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -5/+46 |
* | Use complete SHA to create and query commit status (#22244) | Jason Song | 2022-12-27 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -11/+11 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -11/+7 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -1/+1 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 1 | -1/+2 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -8/+8 |
* | Use absolute links in feeds (#21229) | KN4CK3R | 2022-09-21 | 1 | -0/+5 |
* | Add more checks in migration code (#21011) | zeripath | 2022-09-04 | 1 | -1/+1 |
* | Add another index for Action table on postgres (#21033) | zeripath | 2022-09-03 | 1 | -1/+8 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -0/+610 |