aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/repository.go
Commit message (Expand)AuthorAgeFilesLines
* Support repo license (#24872)yp053272024-10-011-0/+7
* Move repository visibility to danger zone in the settings area (#31126)Fábio Barkoski2024-08-111-0/+25
* Fix "force private" logic (#31012)wxiaoguang2024-05-201-1/+1
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-181-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-3/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-061-3/+3
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-3/+3
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-2/+3
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+5
* Add status indicator on main home screen for each repo (#24638)Yarden Shoham2023-05-131-0/+14
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-1/+3
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-7/+7
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-3/+3
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+40
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-4/+8
* 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