| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor Branch struct in package modules/git (#33980) | Lunny Xiao | 10 days | 1 | -1/+1 |
* | Enable addtional linters (#34085) | TheFox0x7 | 11 days | 1 | -3/+3 |
* | Enable testifylint rules (#34075) | TheFox0x7 | 13 days | 1 | -30/+30 |
* | Fail mirroring more gracefully (#34002) | Royce Remer | 2025-03-26 | 2 | -11/+57 |
* | Don't create duplicated functions for code repositories and wiki repositories... | Lunny Xiao | 2025-03-19 | 1 | -1/+1 |
* | Add lock for a repository pull mirror (#33876) | Lunny Xiao | 2025-03-15 | 1 | -0/+12 |
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 2 | -22/+22 |
* | Fix mirror bug (#33597) | ericLemanissier | 2025-02-15 | 2 | -3/+32 |
* | Fix various problems (artifact order, api empty slice, assignee check, fuzzy ... | wxiaoguang | 2025-02-13 | 1 | -0/+3 |
* | Fix mirror bug (#33224) | Lunny Xiao | 2025-01-12 | 1 | -1/+14 |
* | Support the new exit code for `git remote` subcommands for git version >=2.30... | yp05327 | 2025-01-07 | 1 | -4/+4 |
* | Make git clone URL could use current signed-in user (#33091) | wxiaoguang | 2025-01-07 | 1 | -1/+1 |
* | Refactor pprof labels and process desc (#32909) | wxiaoguang | 2024-12-20 | 2 | -36/+13 |
* | Refactor push mirror find and add check for updating push mirror (#32539) | Lunny Xiao | 2024-11-18 | 2 | -11/+10 |
* | Fix git error handling (#32401) | wxiaoguang | 2024-11-02 | 1 | -8/+2 |
* | Support repo license (#24872) | yp05327 | 2024-10-01 | 1 | -0/+9 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -1/+1 |
* | Remove unused parameter for some functions in `services/mirror` (#30724) | Chongyi Zheng | 2024-04-27 | 2 | -5/+5 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -4/+3 |
* | Avoid losing token when updating mirror settings (#30429) | Jason Song | 2024-04-13 | 1 | -2/+10 |
* | Fix mirror error when mirror repo is empty (#30432) | yp05327 | 2024-04-13 | 1 | -17/+23 |
* | Use repo object format name instead of detecting from git repository (#29702) | Lunny Xiao | 2024-03-10 | 1 | -4/+1 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 1 | -1/+1 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 2 | -9/+19 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 1 | -2/+4 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 1 | -1/+1 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -1/+5 |
* | 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 |