forgejo/modules
zeripath 2a565478d1
Tagger can be empty, as can Commit and Author - tolerate this (#15835)
Unfortunately some old repositories can have tags with empty Tagger, Commit
or Author. Go-Git variants will always have empty values for these whereas
the native git variant leaves them at nil. The simplest solution is just to
always have these set to empty Signatures.

v156 migration also makes the incorrect assumption that these cannot be empty.
Therefore add some handling to this and add logging and adjust broken
logging elsewhere in this migration.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-05-12 01:11:42 -04:00
..
analyze
auth
avatar Use single shared random string generation function (#15741) 2021-05-10 07:45:17 +01:00
base
cache
charset
context Use single shared random string generation function (#15741) 2021-05-10 07:45:17 +01:00
convert Fix individual tests (addition to #15802) (#15818) 2021-05-12 00:13:42 -04:00
cron
csv
doctor Add err to log (#15813) 2021-05-10 20:48:23 +01:00
emoji
eventsource
generate Use single shared random string generation function (#15741) 2021-05-10 07:45:17 +01:00
git Tagger can be empty, as can Commit and Author - tolerate this (#15835) 2021-05-12 01:11:42 -04:00
gitgraph
graceful
hcaptcha
highlight
httpcache
httplib
indexer On open repository open common cat file batch and batch-check (#15667) 2021-05-10 03:27:03 +02:00
lfs
log
markup
matchlist
metrics
migrations Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) 2021-05-10 15:57:45 +08:00
nosql
notification
options
password
pprof
private Move restore repo to internal router and invoke from command to avoid open the same db file or queues files (#15790) 2021-05-10 15:57:45 +08:00
process
public
queue Queue manager FlushAll can loop rapidly - add delay (#15733) 2021-05-12 00:22:08 +01:00
recaptcha
references
repofiles
repository
secret Use single shared random string generation function (#15741) 2021-05-10 07:45:17 +01:00
session
setting Add mimetype mapping settings (#15133) 2021-05-10 16:38:08 -04:00
ssh
storage
structs Add Active and ProhibitLogin to API (#15689) 2021-05-11 02:22:29 +02:00
svg
sync
task
templates Fix incorrect asset URL (#15805) 2021-05-09 21:03:09 +01:00
test
timeutil
translation
upload
uri
user
util Use single shared random string generation function (#15741) 2021-05-10 07:45:17 +01:00
validation
web