| Commit message (Expand) | Author | Age | Files | Lines |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 3 | -7/+6 |
* | Differentiate between `push` and `pull` `mirror sync in progress` (#27390) | delvh | 2023-10-02 | 1 | -2/+2 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 2 | -4/+4 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 1 | -1/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -1/+1 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 2 | -12/+11 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 4 | -11/+124 |
* | Sync branches when mirroring (#25722) | Lunny Xiao | 2023-07-06 | 1 | -0/+5 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -3/+3 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 2 | -32/+88 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -4/+3 |
* | Fill head commit to in payload when notifying push commits for mirroring (#23... | Jason Song | 2023-03-03 | 1 | -0/+7 |
* | Use proxy for pull mirror (#22771) | Gusted | 2023-02-11 | 1 | -0/+4 |
* | Refactor git command package to improve security and maintainability (#22678) | wxiaoguang | 2023-02-04 | 2 | -7/+7 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 3 | -6/+3 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -4/+4 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 2 | -13/+13 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -6/+6 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 2 | -3/+3 |
* | Implement sync push mirror on commit (#19411) | Chongyi Zheng | 2022-07-08 | 1 | -72/+15 |
* | Always try to fetch repo for mirrors (#19975) | Gusted | 2022-06-15 | 1 | -2/+2 |
* | Fix some mirror bugs (#18649) | Lunny Xiao | 2022-06-11 | 2 | -4/+5 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -2/+1 |
* | Prevent NPE on update mirror settings (#19864) | zeripath | 2022-06-02 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -4/+9 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 2 | -14/+14 |
* | Use a more general (and faster) method to sanitize URLs with credentials (#19... | wxiaoguang | 2022-03-31 | 2 | -32/+19 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 2 | -3/+3 |
* | Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235) | zeripath | 2022-03-29 | 1 | -0/+9 |
* | Touch mirrors on even on fail to update (#19217) | zeripath | 2022-03-27 | 1 | -0/+3 |
* | Hide sensitive content on admin panel progress monitor (#19218) | Lunny Xiao | 2022-03-27 | 2 | -3/+22 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+1 |
* | Improve SyncMirrors logging (#19045) | zeripath | 2022-03-10 | 1 | -21/+21 |
* | Refactor mirror code & fix `StartToMirror` (#18904) | Gusted | 2022-03-02 | 1 | -14/+19 |
* | Improve mirror iterator (#18928) | Lunny Xiao | 2022-02-28 | 1 | -16/+14 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -5/+30 |
* | Restart zero worker if there is still work to do (#18658) | zeripath | 2022-02-08 | 1 | -10/+18 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 2 | -13/+13 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -1/+2 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -2/+2 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 2 | -19/+19 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -3/+3 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 3 | -18/+19 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -2/+2 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 2 | -7/+16 |
* | Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) | zeripath | 2021-11-22 | 1 | -10/+42 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 2 | -9/+9 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -5/+6 |
* | Move some functions into services/repository (#17677) | Lunny Xiao | 2021-11-17 | 1 | -1/+1 |
* | Handle broken references in mirror sync (#17013) | zeripath | 2021-10-21 | 1 | -13/+105 |