gitea/modules
wxiaoguang 90a3f2d4b7
Avoid unexpected panic in graceful manager (#29629)
There is a fundamental design problem of the "manager" and the "wait
group".
If nothing has started, the "Wait" just panics: sync: WaitGroup is
reused before previous Wait has returned
There is no clear solution besides a complete rewriting of the "manager"

If there are some mistakes in the app.ini, end users would just see the
"panic", but not the real error messages. A real case: #27643

This PR is just a quick fix for the annoying panic problem.
2024-03-06 11:50:39 +00:00
..
actions
activitypub
analyze
assetfs
auth
avatar
badge
base Improve natural sort (#29611) 2024-03-05 15:13:35 +00:00
cache
charset
container
csv
emoji
eventsource
generate
git Make wiki default branch name changable (#29603) 2024-03-06 14:26:32 +08:00
gitgraph
gitrepo
graceful Avoid unexpected panic in graceful manager (#29629) 2024-03-06 11:50:39 +00:00
hcaptcha
highlight
hostmatcher
html
httpcache
httplib
indexer Fix wrong line number in code search result (#29260) 2024-03-06 07:24:43 +00:00
issue/template
json
label
lfs
log
markup
mcaptcha
metrics
migration
nosql
optional
options
packages
paginator
pprof
private
process
proxy
proxyprotocol
public
queue
recaptcha
references
regexplru
repository Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
secret
session
setting
sitemap
ssh
storage
structs
svg
sync
system
templates Remove unnecessary SanitizeHTML from code (#29575) 2024-03-04 12:02:45 +00:00
test
testlogger
timeutil
translation
turnstile
typesniffer
updatechecker
uri
user
util
validation
web
webhook