forgejo/modules
Gusted 6da194fae8 fix: make syncronize tags to database handle annoted tags
- When an admin wants syncronize tags in the Git data to the database
via the admin dashboard all annoted tags loses their title. This was
caused because the code didn't correctly handle annoted tags. Annoted
tags have their own objectID to store the annoted message, unlike
'normal' tags which point to the commitID. While the function was being
run for annoted tags, the code thought it found a mismatch in the
objectIDs, because the stored version was actually correct which pointed
to the commitID but the code found the objectID of the annoted tag.
- Make `SyncReleasesWithTags` corectly handle annoted tags.
- Added unit and integration tests.
- Resolves #5628
2024-10-21 16:21:07 +02:00
..
actions
activitypub Use forum.gitea.com instead of old URL (#31989) 2024-09-09 20:54:47 +02:00
analyze
assetfs
auth
avatar
base
cache
charset
container
csv Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
emoji Update emoji set to Unicode 15 (#25595) 2023-06-29 16:29:48 +00:00
eventsource
forgefed
generate Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
git fix: make syncronize tags to database handle annoted tags 2024-10-21 16:21:07 +02:00
gitgraph
gitrepo
graceful
hcaptcha
highlight
hostmatcher
html Refactor backend SVG package and add tests (#26335) 2023-08-05 04:34:59 +00:00
httpcache Fix wrong last modify time (#32102) 2024-09-27 08:42:48 +02:00
httplib
indexer
issue/template
json
keying
label
lfs
log
markup
mcaptcha
metrics
migration
nosql
optional
options Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
packages feat: add architecture-specific removal support for arch package (#5351) 2024-09-27 08:21:22 +00:00
paginator
pprof
private
process
proxy
proxyprotocol
public
queue
recaptcha
references Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
regexplru
repository fix: make syncronize tags to database handle annoted tags 2024-10-21 16:21:07 +02:00
secret
session [FEAT] Only implement used API of Redis client 2024-08-30 04:33:15 +02:00
setting
sitemap
ssh
storage
structs
svg
sync
system Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
templates Merge pull request '[gitea] week 2024-39 cherry pick (gitea/main -> forgejo)' (#5372) from earl-warren/wcp/2024-39 into forgejo 2024-09-27 08:12:43 +00:00
test
testlogger
timeutil Remove the time-since class (#29826) 2024-03-20 08:46:30 +01:00
translation
turnstile
typesniffer Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
updatechecker
uri
user
util
validation
web
webhook Add support for workflow_dispatch (#3334) 2024-06-28 05:17:11 +00:00
zstd