aboutsummaryrefslogtreecommitdiffstats
path: root/models/org_test.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-5/+5
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-115/+0
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-547/+63
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-36/+37
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-3/+16
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-55/+57
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-18/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-92/+92
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-36/+37
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-119/+120
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-9/+9
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-10/+10
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-4/+8
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+18
* Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)65432020-02-041-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+14
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-2/+2
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-5/+7
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-3/+3
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)guillep2k2019-08-241-5/+14
* Add golangci (#6418)kolaente2019-06-121-3/+3
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+71
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+2
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-6/+6
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-081-12/+4
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-35/+66
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-21/+0
* Expand fixtures (#2571)Morlinest2017-09-221-1/+1
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-46/+54
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-2/+2
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-071-0/+16
* Unit tests and bug fix for models/orgEthan Koenig2017-01-271-0/+520