| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 1 | -33/+65 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -1/+1 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -1/+2 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 1 | -0/+13 |
* | Add proxy settings and support for migration and webhook (#16704) | Lunny Xiao | 2021-08-18 | 2 | -4/+4 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -1/+1 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 4 | -629/+739 |
* | Fixed sanitize errors. (#15240) | KN4CK3R | 2021-06-13 | 1 | -15/+7 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 2 | -9/+20 |
* | Create tag on ui (#13467) | a1012112796 | 2021-02-28 | 1 | -1/+1 |
* | [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 |
* | Migrations: Use Process Manager to create own Context (#13792) | 6543 | 2020-12-02 | 1 | -1/+2 |
* | 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 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 1 | -2/+2 |
* | [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 | 2 | -2/+2 |