summaryrefslogtreecommitdiffstats
path: root/models/repo_list.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-241-24/+26
| | | | | | | | * fix missing collabrative repos * fix bug of collabrative * fix SQL quotes
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-26/+30
| | | | | | | | | | * Add collaborative repositories to the dashboard Remove some unused code from the Dashboard func * fix some bug and some refactor * fix tests
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-031-0/+5
| | | | | | | | | | * Fix counts on issues dashboard * setupSess -> setupSession * Unit test * Load repo owners for issues
* Improve dashboard repo search (#1652)Andrey Nering2017-05-091-3/+0
| | | | | | | | | | * Add VueJS * Improve dashboard search * Fix tab switching * Fix input autofocus
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-9/+20
| | | | | | | - Generate swagger.json into public/ - Add swagger-ui auto-installation - Add footer link to local swagger-ui - Add /swagger url for using app url. - Fix Swagger-UI version via git tag
* Simplify RepositoryList.loadAttributes() (#1211)Ethan Koenig2017-03-111-12/+5
|
* move all repo list functions as a standalone file (#1061)Lunny Xiao2017-02-271-0/+271