aboutsummaryrefslogtreecommitdiffstats
path: root/services/mirror/mirror_pull.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor pprof labels and process desc (#32909)wxiaoguang3 days1-30/+13
* Fix git error handling (#32401)wxiaoguang2024-11-021-8/+2
* Support repo license (#24872)yp053272024-10-011-0/+9
* Remove unused parameter for some functions in `services/mirror` (#30724)Chongyi Zheng2024-04-271-2/+2
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-4/+3
* Avoid losing token when updating mirror settings (#30429)Jason Song2024-04-131-2/+10
* Fix mirror error when mirror repo is empty (#30432)yp053272024-04-131-17/+23
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-4/+1
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-3/+4
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-1/+5
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-4/+3
* Differentiate between `push` and `pull` `mirror sync in progress` (#27390)delvh2023-10-021-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-1/+1
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-5/+5
* Sync branches when mirroring (#25722)Lunny Xiao2023-07-061-0/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-32/+42
* Fill head commit to in payload when notifying push commits for mirroring (#23...Jason Song2023-03-031-0/+7
* Use proxy for pull mirror (#22771)Gusted2023-02-111-0/+4
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-9/+9
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-6/+6
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-2/+3
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+1
* Prevent NPE on update mirror settings (#19864)zeripath2022-06-021-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+6
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-9/+9
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-29/+16
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-0/+9
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+3
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-271-2/+14
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-21/+21
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-5/+30
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-9/+9
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-12/+12
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Refactor various strings (#17784)mscherer2021-12-021-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-3/+7
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-2/+3
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-5/+6
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-1/+1