aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/repository.go
Commit message (Expand)AuthorAgeFilesLines
* Add Package Registry (#16510)KN4CK3R2022-03-301-2/+6
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-0/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+3
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-30/+0
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-3/+3
* Fix repository create/delete event webhooks (#13008)James Lakin2020-10-021-5/+3
* Add config option to make create-on-push repositories public by default (#12936)Tait Hoyem2020-09-271-1/+2
* Adopt repositories (#12920)zeripath2020-09-251-10/+19
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-0/+5
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-0/+5
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-2/+3
* Push to create repo (#8419)John Olheiser2019-12-151-0/+27
* Add git hooks and webhooks to template repositories; move to services (#8926)John Olheiser2019-11-241-15/+0
* Template Repositories (#8768)John Olheiser2019-11-111-0/+15
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-0/+56