aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository/generate.go
Commit message (Expand)AuthorAgeFilesLines
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-2/+2
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-8/+8
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-9/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-0/+11
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-5/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-3/+4
* Ensure that HEAD is updated to match default branch in template generation (#...zeripath2020-12-111-0/+8
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-2/+6
* Adopt repositories (#12920)zeripath2020-09-251-3/+11
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+4
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-3/+4
* More expansions in template repositories (#10021)John Olheiser2020-01-281-56/+82
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-0/+230