summaryrefslogtreecommitdiffstats
path: root/modules/repository/generate.go
Commit message (Expand)AuthorAgeFilesLines
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-2/+2
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-11/+13
* Move some regexp out of functions (#25430)John Olheiser2023-06-211-3/+3
* Substitute variables in path names of template repos too (#25294)Kyle D2023-06-201-2/+30
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-041-1/+1
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-15/+15
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-6/+59
* Update go tool dependencies (#19676)silverwind2022-05-101-1/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-4/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-2/+13
* 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