Commit Graph

3 Commits (9ffa89249e707d2f977a6fb11a1b56a527fa2640)

Author SHA1 Message Date
zeripath 52cfd2743c
Option to set default branch at repository creation ()
* Option to set default branch at repository creation
* Handle template repos with non-default master branch
* Add DefaultBranch handling on creation to API

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
John Olheiser 28216bde46 More expansions in template repositories ()
* Super expansion
* Explain which features are in 1.11 vs 1.12
* Move imports

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Lunny Xiao b465d0d787
Move create/fork repository from models to modules/repository ()
* Move create/fork repository from models to modules/repository

* fix wrong reference

* fix test

* fix test

* fix lint

* Fix DBContext

* remove duplicated TestMain

* fix lint

* fix conflicts