aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_mirror.go
Commit message (Expand)AuthorAgeFilesLines
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-0/+6
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-390/+5
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-0/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Extract the username and password from the mirror url (#7651)zeripath2019-08-161-1/+37
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-6/+7
* Move status table to cron package (#7370)Lunny Xiao2019-07-151-5/+0
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-2/+2
* Handle early git version's lack of get-url (#7065)zeripath2019-05-291-1/+12
* When mirroring we should set the remote to mirror (#6824)zeripath2019-05-021-1/+1
* Correctly adjust mirror url (#6593)zeripath2019-04-121-9/+16
* Better logging (#6038) (#6095)zeripath2019-04-021-27/+27
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Add option to disable automatic mirror syncing. (#5242)Jonas Bröms2018-11-081-1/+6
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-061-11/+136
* Make sure to reset commit count in the cache on mirror syncing (#4720)Lanre Adelowo2018-08-231-0/+11
* fix: if Mirrors repo no content is fetched, updated time should not b… (#3551)Bo-Yi Wu2018-02-221-1/+15
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-19/+6
* Fix error message sanitiziation (#3082)Ethan Koenig2017-12-041-26/+7
* Sanitize logs for mirror sync (#3057)Ethan Koenig2017-12-031-7/+40
* Only update mirror last update after successful sync (#2730)Jonas Bröms2017-10-181-1/+2
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-12/+8
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-0/+10
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-4/+12
* Fix status table race condition (#1835)Ethan Koenig2017-05-311-2/+1
* Repo size in admin panel (#1482)Jonas2017-04-111-0/+5
* Mirror sync interval specified as duration string (#1407)Jonas2017-04-081-3/+3
* Corrected Mirror.NextUpdate not set (#1388)Jonas2017-04-051-1/+1
* Cleanup log messagingGabriel Jackson2017-02-021-2/+2
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-2/+2
* Create missing database indexes (#596)Andrey Nering2017-01-061-4/+4
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-1/+1
* Fix string format verbs (#3637)Alexander Lunegov2016-12-221-2/+2
* Lint models/repo_mirror.goBwko2016-11-261-0/+7
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-4/+4
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
* | Rewrite XORM queriesThibault Meyer2016-11-101-9/+11
|/
* moreSandro Santilli2016-11-071-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-4/+4
* #3589 LoadRepoConfig after ORM is initializedUnknwon2016-09-021-0/+1
* Minor code fix [CI SKIP]Unknwon2016-08-311-2/+2
* #2018 able to sync now for mirrorsUnknwon2016-08-301-0/+243