aboutsummaryrefslogtreecommitdiffstats
path: root/services/mirror/mirror_push.go
Commit message (Expand)AuthorAgeFilesLines
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-6/+15
* Refactor deletion (#28610)delvh2023-12-251-2/+4
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-0/+12
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-4/+4
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-2/+2
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-0/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-5/+5
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-311-3/+3
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-271-1/+8
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-4/+4
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-7/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-6/+6
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-4/+9
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-201-7/+6
* 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-0/+242