aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo_mirror.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-4/+4
| | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* | 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
- Refactor code to use sync.UniqueQueue - Closes #3509