You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
wxiaoguang 6465f94a2d
Fix queue worker incorrectly stopped when there are still more items in the queue (#29532)
Without `case <-t.C`, the workers would stop incorrectly, the test won't
pass. For the worse case, there might be only one running worker
processing the queue items for long time because other workers are
stopped. The root cause is related to the logic of doDispatchBatchToWorker.
It isn't a serious problem at the moment, so keep it as-is.
1 year ago
..
actions Set pre-step status to `skipped` if job is skipped (#29489) 1 year ago
activitypub Upgrade to golangci-lint@v1.55.0 (#27756) 1 year ago
analyze Rename code_langauge.go to code_language.go (#26377) 2 years ago
assetfs Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 2 years ago
auth Use `crypto/sha256` (#29386) 1 year ago
avatar Use `crypto/sha256` (#29386) 1 year ago
badge Implement actions badge svgs (#28102) 1 year ago
base Use `crypto/sha256` (#29386) 1 year ago
cache Always enable caches (#28527) 1 year ago
charset Refactor locale&string&template related code (#29165) 1 year ago
container
csv Refactor locale&string&template related code (#29165) 1 year ago
emoji
eventsource Final round of `db.DefaultContext` refactor (#27587) 1 year ago
generate Refactor JWT secret generating & decoding code (#29172) 1 year ago
git Add a check for when the command is canceled by the program on Window… (#29538) 1 year ago
gitgraph More `db.DefaultContext` refactor (#27265) 2 years ago
gitrepo Simplify how git repositories are opened (#28937) 1 year ago
graceful Suggest to use Type=simple for systemd service (#28717) 1 year ago
hcaptcha
highlight Add option to disable ambiguous unicode characters detection (#28454) 1 year ago
hostmatcher Support allowed hosts for webhook to work with proxy (#27655) 1 year ago
html Refactor backend SVG package and add tests (#26335) 2 years ago
httpcache Also match weakly validated ETags (#28957) 1 year ago
httplib Less naked returns (#25713) 2 years ago
indexer remove util.OptionalBool and related functions (#29513) 1 year ago
issue/template Replace `interface{}` with `any` (#25686) 2 years ago
json Replace `interface{}` with `any` (#25686) 2 years ago
label
lfs Use `crypto/sha256` (#29386) 1 year ago
log Reduce some allocations in type conversion (#26772) 2 years ago
markup Refactor some Str2html code (#29397) 1 year ago
mcaptcha
metrics Reduce usage of `db.DefaultContext` (#27073) 2 years ago
migration Refactor locale&string&template related code (#29165) 1 year ago
nosql Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
optional migrate some more "OptionalBool" to "Option[bool]" (#29479) 1 year ago
options
packages Integrate alpine `noarch` packages into other architectures index (#29137) 1 year ago
paginator
pprof
private Return `responseText` instead of string in some functions (#28836) 1 year ago
process Replace assert.Fail with assert.FailNow (#27578) 1 year ago
proxy
proxyprotocol
public Refactor CORS handler (#28587) 1 year ago
queue Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) 1 year ago
recaptcha
references Fix issue link does not support quotes (#29484) (#29487) 1 year ago
regexplru Upgrade go dependencies (#25819) 2 years ago
repository Move migration functions to services layer (#29497) 1 year ago
secret Use `crypto/sha256` (#29386) 1 year ago
session Next round of `db.DefaultContext` refactor (#27089) 2 years ago
setting Allow options to disable user gpg keys configuration from the interface on app.ini (#29486) 1 year ago
sitemap
ssh Remove SSH workaround (#27893) 1 year ago
storage Fix object storage path handling (#27024) 2 years ago
structs Add admin API route for managing user's badges (#23106) 1 year ago
svg Refactor backend SVG package and add tests (#26335) 2 years ago
sync
system Replace more db.DefaultContext (#27628) 1 year ago
templates Rename Str2html to SanitizeHTML and clarify its behavior (#29516) 1 year ago
test Move web/api context related testing function into a separate package (#26859) 2 years ago
testlogger Replace `interface{}` with `any` (#25686) 2 years ago
timeutil Refactor locale&string&template related code (#29165) 1 year ago
translation Improve TrHTML and add more tests (#29228) 1 year ago
turnstile
typesniffer Detect ogg mime-type as audio or video (#26494) 2 years ago
updatechecker Replace more db.DefaultContext (#27628) 1 year ago
uri
user
util remove util.OptionalBool and related functions (#29513) 1 year ago
validation Check blocklist for emails when adding them to account (#26812) 2 years ago
web Refactor locale&string&template related code (#29165) 1 year ago
webhook Fix schedule tasks bugs (#28691) 1 year ago