aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization/org_user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-2/+2
* Fix wrong display of recently pushed notification (#25812)yp053272024-05-211-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-2/+2
* Add missing test case and fix typo in tests (#24915)Philip Peterson2023-05-241-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-2/+2
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-6/+35
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move org functions (#19753)Lunny Xiao2022-05-201-0/+54
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-0/+72