aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Move some errors to their own sub packages (#32880)Lunny Xiao35 hours5-511/+61
* Refactor db package and remove unnecessary `DumpTables` (#32930)wxiaoguang37 hours10-221/+247
* Move delete deploy keys into service layer (#32201)Lunny Xiao4 days2-50/+3
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao4 days11-328/+282
* Fix various trivial problems (#32861)wxiaoguang5 days1-1/+1
* Improve Actions status aggregations (#32860)v1.24.0-devwxiaoguang6 days2-9/+31
* Fix incomplete Actions status aggregations (#32859)wxiaoguang6 days2-19/+88
* Fix bug on action list deleted branch (#32848)Lunny Xiao6 days2-0/+31
* Enable tenv and testifylint rules (#32852)TheFox0x77 days31-70/+64
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind7 days1-3/+3
* Fix missing outputs for jobs with matrix (#32823)Zettat1238 days5-2/+144
* Fix bug of branch/tag selector in the issue sidebar (#32744)hiifong9 days1-2/+5
* Detect whether action view branch was deleted (#32764)Lunny Xiao9 days2-2/+17
* chore: use errors.New to replace fmt.Errorf with no parameters (#32800)RiceChuan10 days1-3/+3
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang11 days4-30/+34
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao11 days8-41/+195
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-054-0/+48
* Add Arch package registry (#32692)KN4CK3R2024-12-044-0/+52
* Remove outdated code about fixture generation (#32708)Lunny Xiao2024-12-042-87/+0
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-1/+1
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-203/+54
* Refactor render system (orgmode) (#32671)wxiaoguang2024-11-291-0/+39
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-275-919/+5
* Add priority to protected branch (#32286)65432024-11-276-2/+170
* Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543)Lunny Xiao2024-11-263-0/+41
* Fix: passkey login not working anymore (#32623)hiifong2024-11-263-5/+28
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-263-4/+4
* Strict pagination check (#32548)Lunny Xiao2024-11-259-11/+11
* Refactor markup render system (#32612)wxiaoguang2024-11-2413-14/+614
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-224-95/+45
* Refactor markup render system (#32589)wxiaoguang2024-11-222-12/+7
* Fix GetInactiveUsers (#32540)Lunny Xiao2024-11-213-6/+27
* disable gravatar in test (#32529)Rowan Bohde2024-11-212-83/+84
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-201-0/+19
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-182-17/+36
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-182-23/+18
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-162-52/+64
* Improve testing and try to fix MySQL hanging (#32515)wxiaoguang2024-11-151-10/+5
* Fix `recentupdate` sorting bugs (#32505)Zettat1232024-11-151-0/+1
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-144-109/+53
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-147-0/+17
* Reimplement GetUserOrgsList to make it simple and clear (#32486)Lunny Xiao2024-11-145-171/+200
* Refactor render system (#32492)wxiaoguang2024-11-141-2/+0
* Fix nil panic if repo doesn't exist (#32501)wxiaoguang2024-11-141-0/+6
* Perf: add extra index to notification table (#32395)BoYanZh2024-11-133-9/+127
* Fix test fixtures for user2/lfs.git (#32477)wxiaoguang2024-11-121-17/+1
* Limit org member view of restricted users (#32211)65432024-11-124-3/+108
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-122-2/+21
* Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-111-1/+3
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-113-33/+47