1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-19 17:55:49 +00:00
gitea/services
singuliere 54dd0fc88b
migrations: remove dead code in gitea uploader (#18725)
When migrating, g.issues is a map with all issues created during the
migration. If an issue is not found in g.issues when inserting a
comment or a review, it cannot exist in the database and trying to get
it via GetIssueByIndex() will always fail and return an error.

Signed-off-by: singuliere <singuliere@autistici.org>
2022-02-21 14:00:05 +01:00
..
agit
asymkey
attachment
auth Fix login with email for ldap users (#18800) 2022-02-20 10:28:58 +00:00
comments
cron
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
lfs
mailer
migrations migrations: remove dead code in gitea uploader (#18725) 2022-02-21 14:00:05 +01:00
mirror Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
org
pull Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
release
repository Fix forked repositories missed tags (#18719) 2022-02-12 11:18:06 +08:00
task
user
webhook
wiki