aboutsummaryrefslogtreecommitdiffstats
path: root/models/access_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-145/+0
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-12/+13
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-8/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-33/+0
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-20/+20
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-7/+8
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-33/+34
* Fix "access" fixtures and tests (#10247)guillep2k2020-02-151-1/+1
* Restricted users (#6274)Manush Dodunekov2020-01-131-0/+50
* Fixed ineffectual assignments in tests (#7553)Christian Muehlhaeuser2019-07-221-3/+3
* Add golangci (#6418)kolaente2019-06-121-7/+0
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-23/+18
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-4/+12
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-2/+2
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-8/+8
* Unit tests and bug fix for models/orgEthan Koenig2017-01-271-1/+1
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-12/+4
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-251-17/+14
* Unit tests for models/action (#619)Ethan Koenig2017-01-091-14/+14
* Unit tests for models/access.go (#606)Ethan Koenig2017-01-081-0/+136