summaryrefslogtreecommitdiffstats
path: root/models/unit.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix create team, update team missing units (#5188)Lunny Xiao2018-11-101-0/+17
|
* Fix implementation of repo Home func (#2601)Morlinest2017-10-011-0/+8
| | | | | | * Fix implementation of repo Home func * Make fixture changes for testing
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-36/+10
| | | | | | | | | | * Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization
* Add units to team (#947)Lunny Xiao2017-05-181-30/+50
| | | | | | | | | | | | | | | | | | * add units to team * fix lint * finish team setting backend * finished permission controll on routes * fix import blank line * add unit check on ssh/http pull and push and fix test failed * fix fixtures data * remove unused code
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-0/+137
* Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests