aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/topic.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor topic Find functions and add more tests for pagination (#30127) (#30...Giteabot2024-03-291-18/+13
* Fix non-alphabetic sorting of repo topics (#28938)wackbyte2024-01-261-1/+1
* Add orphaned topic consistency check (#28507)Earl Warren2023-12-181-0/+10
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-15/+15
* Fix the topic validation rule and suport dots (#26286)wxiaoguang2023-08-031-1/+1
* Fix topics deleted via API not being deleted in org page (#24825)Yarden Shoham2023-05-211-20/+25
* Sort repo topic labels by name (#24123)wxiaoguang2023-04-141-1/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+5
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-18/+16
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+369