1
0
Fork 0
gitea/services
singuliere 8bd89ca294
preserve users if restoring a repository on the same Gitea instance (#18604)
When calling DumpRepository and RestoreRepository on the same Gitea
instance, the users are preserved: all labels, issues etc. belong to
the external user who is, in this particular case, the local user.

Dead code verifying g.gitServiceType.Name() == "" (i.e. plain git) is
removed. The function is never called because the plain git downloader
does not migrate anything that is associated to a user, by definition.

Errors returned by GetUserIDByExternalUserID are no longer ignored.

The userMap is used when the external user is not kown, which is the
most common case. It was only used when the external user exists
which happens less often and, as a result, every occurence of an
unknown external user required a SQL query.

Signed-off-by: Loïc Dachary <loic@dachary.org>

Co-authored-by: Loïc Dachary <loic@dachary.org>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-02-06 17:05:29 +08:00
..
agit
asymkey
attachment
auth Use `ImagedProvider` for gplus oauth2 provider (#18504) 2022-02-01 01:02:56 +01:00
comments
cron
externalaccount
forms Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
gitdiff Fix partial cloning a repo (#18373) 2022-01-23 22:19:32 +01:00
issue
lfs
mailer Prevent merge messages from being sorted to the top of email chains (#18566) 2022-02-03 18:01:16 -05:00
migrations preserve users if restoring a repository on the same Gitea instance (#18604) 2022-02-06 17:05:29 +08:00
mirror
org
pull Detect conflicts with 3way merge (#18536) 2022-02-02 12:46:10 +08:00
release
repository
task
user
webhook Add packagist webhook (#18224) 2022-01-23 21:46:30 +08:00
wiki