aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Improve sync performance for pull-mirrors (#19125)Peter GardfjÀll2022-03-311-0/+60
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-13/+22
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-7/+9
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-20/+20
* 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-9/+9
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-14/+15
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-8/+11
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-0/+15
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+5
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Add skip and limit to git.GetTags (#16897)65432021-09-101-1/+1
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-181-3/+3
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-44/+71
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-0/+86
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-2/+23
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-3/+4
* On Migration respect old DefaultBranch (#12843)65432020-09-151-10/+14
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-2/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-4/+4
* Update the wiki repository remote origin while update the mirror repository's...yisiliang2020-07-051-3/+3
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-2/+3
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-2/+3
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-121-1/+1
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-2/+53
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-3/+3
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-0/+223