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 Return correct error response for agit force-push (#16989) 2021-09-08 22:20:55 +02:00
archiver Fix bundle creation (#17079) 2021-09-26 00:29:25 +03:00
attachment DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
auth Avatar refactor, move avatar code from `models` to `models.avatars`, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
comments Save and view issue/comment content history (#16909) 2021-10-10 18:40:03 -04:00
externalaccount Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
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 DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
lfs Test if LFS object is accessible (#16865) 2021-08-31 14:35:08 +01:00
mailer Always set a unique Message-ID header. (#17206) 2021-10-01 11:24:43 -04:00
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 DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
repository Add a simple way to rename branch like gh (#15870) 2021-10-08 19:03:04 +02:00
webhook Add specific event type to header (#17222) 2021-10-05 12:12:17 -05:00
wiki refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00