0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 01:45:18 +01:00
gitea/services
zeripath 7117c7774a
Make the Mirror Queue a queue (#17326)
Convert the old mirror syncing queue to the more modern queue format.

Fix a bug in the from the repo-archive queue PR - the assumption was made that uniqueness could be enforced with by checking equality in a map in channel unique queues - however this only works for primitive types - which was the initial intention but is an imperfect. This is fixed by marshalling the data and placing the martialled data in the unique map instead.

The documentation is also updated to add information about the deprecated configuration values.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-10-17 12:43:25 +01:00
..
agit
archiver
attachment
auth
comments
externalaccount
forms Upgrade chi to v5 (#17298) 2021-10-13 22:50:23 -04:00
gitdiff Add buttons to allow loading of incomplete diffs (#16829) 2021-10-15 17:05:33 +01:00
issue
lfs
mailer
mirror Make the Mirror Queue a queue (#17326) 2021-10-17 12:43:25 +01:00
pull Add buttons to allow loading of incomplete diffs (#16829) 2021-10-15 17:05:33 +01:00
release
repository
webhook
wiki