summaryrefslogtreecommitdiffstats
path: root/models/repo/repo_list.go
Commit message (Expand)AuthorAgeFilesLines
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-6/+6
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+3
* Add user/organization code search (#19977)Lauris BH2022-10-111-10/+20
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-2/+29
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-24/+0
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-211-0/+4
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-21/+48
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-9/+652
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Use conditions but not repo ids as query condition (#16839)Lunny Xiao2021-12-291-0/+46