aboutsummaryrefslogtreecommitdiff
path: root/services/mirror
AgeCommit message (Expand)Author
2023-03-03Fill head commit to in payload when notifying push commits for mirroring (#23...Jason Song
2023-02-11Use proxy for pull mirror (#22771)Gusted
2023-02-04Refactor git command package to improve security and maintainability (#22678)wxiaoguang
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-19Add `context.Context` to more methods (#21546)KN4CK3R
2022-10-23Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-07-30Add new API endpoints for push mirrors management (#19841)Mohamed Sekour
2022-07-08Implement sync push mirror on commit (#19411)Chongyi Zheng
2022-06-15Always try to fetch repo for mirrors (#19975)Gusted
2022-06-11Fix some mirror bugs (#18649)Lunny Xiao
2022-06-06Move some repository related code into sub package (#19711)Lunny Xiao
2022-06-02Prevent NPE on update mirror settings (#19864)zeripath
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-04-01Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang
2022-03-31Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-03-29Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath
2022-03-27Touch mirrors on even on fail to update (#19217)zeripath
2022-03-27Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao
2022-03-22Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang
2022-03-10Improve SyncMirrors logging (#19045)zeripath
2022-03-02Refactor mirror code & fix `StartToMirror` (#18904)Gusted
2022-02-28Improve mirror iterator (#18928)Lunny Xiao
2022-02-11Change git.cmd to RunWithContext (#18693)Martin Scholz
2022-02-08Restart zero worker if there is still work to do (#18658)zeripath
2022-02-06Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)6543
2022-01-22Pause queues (#15928)zeripath
2022-01-20format with gofumpt (#18184)6543
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2021-12-12Some repository refactors (#17950)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-12-02Refactor various strings (#17784)mscherer
2021-11-30Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath
2021-11-22Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)zeripath
2021-11-20Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang
2021-11-18Move user functions into user.go (#17659)Lunny Xiao
2021-11-17Move some functions into services/repository (#17677)Lunny Xiao
2021-10-21Handle broken references in mirror sync (#17013)zeripath
2021-10-17Make the Mirror Queue a queue (#17326)zeripath
2021-09-23DBContext is just a Context (#17100)zeripath
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-07Make mirror feature more configurable (#16957)6543
2021-08-18Add proxy settings and support for migration and webhook (#16704)Lunny Xiao
2021-08-09Replace `list.List` with slices (#16311)KN4CK3R
2021-06-14Add push to remote mirror repository (#15157)KN4CK3R
2021-06-13Fixed sanitize errors. (#15240)KN4CK3R
2021-04-08Add LFS Migration and Mirror (#14726)KN4CK3R
2021-02-28Create tag on ui (#13467)a1012112796
2021-02-03[API] Add pagination to ListBranches (#14524)6543