gitea/models
KN4CK3R 0e57ff7eee
Add generic set type ()
This PR adds a generic set type to get rid of maps used as sets.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
activities Add generic set type ()
admin Move some files into models' sub packages ()
appstate
asymkey Increase Content field size of gpg_key and public_key to MEDIUMTEXT ()
auth Allow creation of OAuth2 applications for orgs ()
avatars format with gofumpt ()
db test: use `T.TempDir` to create temporary test directory ()
fixtures Improve OAuth integration tests ()
foreignreference Store the foreign ID of issues during migration ()
git Add migrate repo archiver and packages storage support on command line ()
issues Add generic set type ()
migrations Add generic set type ()
organization [API] teamSearch show teams with no members if user is admin ()
packages Add generic set type ()
perm Move some files into models' sub packages ()
project Add option to purge users ()
pull Delete related PullAutoMerge and ReviewState on User/Repo Deletion ()
repo Add generic set type ()
unit Add more linters to improve code readability ()
unittest Kd/ci playwright go test ()
user Make e-mail sanity check more precise ()
webhook Webhook for Wiki changes ()
error.go Move some files into models' sub packages ()
fixture_generation.go Move access and repo permission to models/perm/access ()
fixture_test.go Decouple unit test code from business code ()
main_test.go Move some files into models' sub packages ()
migrate.go Add generic set type ()
migrate_test.go Move some files into models' sub packages ()
org.go Move some files into models' sub packages ()
org_team.go Move some files into models' sub packages ()
org_team_test.go Move some files into models' sub packages ()
org_test.go Refactor AssertExistsAndLoadBean to use generics ()
repo.go Add Num{Issues,Pulls} stats checks ()
repo_collaboration.go Move some files into models' sub packages ()
repo_collaboration_test.go Move some files into models' sub packages ()
repo_test.go Move tests as seperate sub packages to reduce duplicated file names ()
repo_transfer.go Move some files into models' sub packages ()
repo_transfer_test.go Refactor AssertExistsAndLoadBean to use generics ()
user.go Fix delete user missed some comments ()