summaryrefslogtreecommitdiffstats
path: root/modules/repository/init.go
Commit message (Expand)AuthorAgeFilesLines
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+5
* Ensure that HEAD is updated to match default branch in template generation (#...zeripath2020-12-111-0/+1
* Push HEAD instead of master when initialising repositories (#13719)zeripath2020-11-281-2/+2
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+12
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-2/+2
* Adopt repositories (#12920)zeripath2020-09-251-4/+85
* Add configurable Trust Models (#11712)zeripath2020-09-201-3/+14
* [Vendor] Switch go-version lib (#12719)65432020-09-051-4/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+6
* properly set symbolic-ref HEAD when a repo is created with a non-master defau...xenofem2020-07-051-0/+7
* Global default branch setting (#11918)techknowlogick2020-06-171-1/+2
* [feature] provide `OwnerName` field for README template (#10981)j.yao.SUSE2020-04-061-0/+1
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-3/+11
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+1
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-1/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+214