aboutsummaryrefslogtreecommitdiffstats
path: root/models/unit.go
Commit message (Collapse)AuthorAgeFilesLines
* 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