aboutsummaryrefslogtreecommitdiffstats
path: root/models/organization
Commit message (Expand)AuthorAgeFilesLines
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-21/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-253-0/+102
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-211-12/+25
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-163-43/+43
* Add order by for assignee no sort issue (#20053)Tyrone Yeh2022-07-141-0/+1
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Adjust transaction handling via db.Context (#20031)Lunny Xiao2022-06-201-8/+8
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-154-107/+219
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-205-114/+35
* Move org functions (#19753)Lunny Xiao2022-05-202-0/+95
* Fix duplicate entry error when add team member (#19702)zuzuviewer2022-05-141-0/+6
* more context for models (#19511)65432022-04-282-3/+3
* Fix panic in team repos API (#19431)qwerty2872022-04-201-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-9/+12
* Fix broken of team create (#19288)Lunny Xiao2022-04-011-5/+7
* Make git.OpenRepository accept Context (#19260)65432022-03-302-0/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2910-0/+2319