| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 9 days | 1 | -3/+3 |
* | Refactor push mirror find and add check for updating push mirror (#32539) | Lunny Xiao | 2024-11-18 | 1 | -9/+1 |
* | 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 | 1 | -3/+3 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -2/+2 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 1 | -11/+10 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -3/+3 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -4/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Restart zero worker if there is still work to do (#18658) | zeripath | 2022-02-08 | 1 | -10/+18 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -1/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -5/+5 |
* | Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) | zeripath | 2021-11-22 | 1 | -10/+42 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 1 | -33/+65 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 1 | -0/+13 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -533/+45 |
* | Fixed sanitize errors. (#15240) | KN4CK3R | 2021-06-13 | 1 | -15/+7 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 1 | -6/+15 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -1/+1 |
* | Check for 'main' as potential default branch name (#14193) | Chester Liu | 2020-12-30 | 1 | -0/+4 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -4/+3 |
* | Fix branch/tag notifications in mirror sync (#13855) | manuelluis | 2020-12-05 | 1 | -0/+20 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 1 | -1/+5 |
* | Update Mirror IsEmpty status on synchronize (#13185) | zeripath | 2020-10-25 | 1 | -2/+67 |
* | go-version constraints ignore pre-releases (#13234) | zeripath | 2020-10-21 | 1 | -1/+1 |
* | Mirror: Update DB on Address-Update too (#12964) | 6543 | 2020-09-28 | 1 | -3/+5 |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 1 | -3/+2 |
* | Support Force-update in Mirror and improve Tracing in mirror (#12242) | zeripath | 2020-08-20 | 1 | -1/+33 |
* | Update the wiki repository remote origin while update the mirror repository's... | yisiliang | 2020-07-05 | 1 | -1/+19 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 1 | -3/+6 |
* | Handle panics that percolate up to the graceful module (#11291) | zeripath | 2020-05-14 | 1 | -0/+8 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 1 | -6/+5 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -1/+1 |
* | Move push commits from models to modules/repository (#9370) | Lunny Xiao | 2020-01-10 | 1 | -1/+1 |
* | Use limited commits (#9572) | John Olheiser | 2020-01-01 | 1 | -1/+1 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -10/+22 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -1/+2 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -17/+39 |
* | Move mirror sync actions to notification (#9022) | Lunny Xiao | 2019-11-24 | 1 | -14/+13 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -72/+80 |
* | Move sync mirror actions to mirror service package (#8518) | Lunny Xiao | 2019-10-16 | 1 | -6/+6 |
* | Restore functionality for early gits (#7775) | zeripath | 2019-10-12 | 1 | -1/+1 |
* | Move mirror to a standalone package from models (#7486) | Lunny Xiao | 2019-10-01 | 1 | -0/+395 |