1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-11 05:30:03 -04:00
gitea/services
Gusted a14b6f3aae
Refactor mirror code & fix StartToMirror (#18904)
* Use MirrorID instead of RepoID

- Use the MirrorID as index(SQL uses `id` column not the `repo_id`).
Passes the Mirror ID's into the Sync functions.

* Check for MirrorID == 0

* Fix `StartToMirror` + refactor

* Update services/mirror/mirror.go

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-03-02 15:43:11 +08:00
..
agit Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
asymkey Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
attachment
auth Fix login with email panic when email is not exist (#18941) 2022-02-28 18:33:33 +01:00
comments
cron Fix the missing i18n key for update checker (#18646) 2022-02-07 15:43:53 +08:00
externalaccount
forms Add LDAP group sync to Teams, fixes #1395 (#16299) 2022-02-11 22:24:58 +08:00
gitdiff Prevent dangling GetAttribute calls (#18754) 2022-02-14 18:03:56 +01:00
issue [API] Allow removing issues (#18879) 2022-03-01 01:20:15 +01:00
lfs
mailer Lock gofumpt to v0.3.0 and run it (#18866) 2022-02-23 20:16:07 +00:00
migrations migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
mirror Refactor mirror code & fix StartToMirror (#18904) 2022-03-02 15:43:11 +08:00
org
pull Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
release Lock gofumpt to v0.3.0 and run it (#18866) 2022-02-23 20:16:07 +00:00
repository Set is_empty in fixtures (#18869) 2022-02-26 01:15:25 -05:00
task Pause queues (#15928) 2022-01-22 21:22:14 +00:00
user
webhook Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
wiki Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00