summaryrefslogtreecommitdiffstats
path: root/models/repo_generate.go
Commit message (Expand)AuthorAgeFilesLines
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-118/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Some repository refactors (#17950)Lunny Xiao2021-12-121-56/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-3/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-10/+11
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-10/+11
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-4/+5
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-11/+11
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+2
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-219/+0
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-7/+7
* Fix nil reference in repo generation (#9660)John Olheiser2020-01-091-29/+31
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-1/+1
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-4/+3
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-9/+5
* Variable expansion in repository templates (#9163)John Olheiser2019-11-301-3/+181
* Add avatar and issue labels to template repositories (#9149)John Olheiser2019-11-251-0/+50
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-0/+162