aboutsummaryrefslogtreecommitdiffstats
path: root/services/mirror
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-14/+14
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-32/+19
* Make git.OpenRepository accept Context (#19260)65432022-03-302-3/+3
* Use full output of git show-ref --tags to get tags for PushUpdateAddTag (#19235)zeripath2022-03-291-0/+9
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+3
* Hide sensitive content on admin panel progress monitor (#19218)Lunny Xiao2022-03-272-3/+22
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+1
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-21/+21
* Refactor mirror code & fix `StartToMirror` (#18904)Gusted2022-03-021-14/+19
* Improve mirror iterator (#18928)Lunny Xiao2022-02-281-16/+14
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-5/+30
* Restart zero worker if there is still work to do (#18658)zeripath2022-02-081-10/+18
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-062-13/+13
* Pause queues (#15928)zeripath2022-01-221-1/+2
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-19/+19
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-103-18/+19
* Refactor various strings (#17784)mscherer2021-12-021-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-302-7/+16
* Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)zeripath2021-11-221-10/+42
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-202-9/+9
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-5/+6
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-1/+1
* Handle broken references in mirror sync (#17013)zeripath2021-10-211-13/+105
* Make the Mirror Queue a queue (#17326)zeripath2021-10-171-33/+65
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Make mirror feature more configurable (#16957)65432021-09-071-0/+13
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-182-4/+4
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-1/+1
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-144-629/+739
* Fixed sanitize errors. (#15240)KN4CK3R2021-06-131-15/+7
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-082-9/+20
* Create tag on ui (#13467)a10121127962021-02-281-1/+1
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-0/+4
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+3
* Fix branch/tag notifications in mirror sync (#13855)manuelluis2020-12-051-0/+20
* Migrations: Use Process Manager to create own Context (#13792)65432020-12-021-1/+2
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-1/+5
* Update Mirror IsEmpty status on synchronize (#13185)zeripath2020-10-251-2/+67
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-1/+1
* Mirror: Update DB on Address-Update too (#12964)65432020-09-281-3/+5
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-2/+2
* [Vendor] Switch go-version lib (#12719)65432020-09-051-3/+2
* Support Force-update in Mirror and improve Tracing in mirror (#12242)zeripath2020-08-201-1/+33
* Update the wiki repository remote origin while update the mirror repository's...yisiliang2020-07-051-1/+19
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-161-3/+6
* Handle panics that percolate up to the graceful module (#11291)zeripath2020-05-141-0/+8