aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/generate.go
Commit message (Expand)AuthorAgeFilesLines
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-6/+1
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-0/+388
* Some repository refactors (#17950)Lunny Xiao2021-12-121-89/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* add permission check for ``GenerateRepository`` (#15946)a10121127962021-05-271-0/+6
* Adopt repositories (#12920)zeripath2020-09-251-1/+1
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-2/+3
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-0/+14
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-0/+63