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.
forgejo/modules
Lunny Xiao fcc8cdd446
Improve config logging when WrappedQueue times out (#11174)
Before
```sh
Unable to set the internal queue for -wrapper Error: Timedout creating queue redis with cfg []byte{0x7b, 0x22, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x22, 0x3a, 0x22, 0x31, 0x32, 0x37, 0x2e, 0x30, 0x2e, 0x30, 0x2e, 0x31, 0x3a, 0x36, 0x33, 0x37, 0x39, 0x22, 0x2c, 0x22, 0x42, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x22, 0x3a, 0x32, 0x30, 0x2c, 0x22, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x22, 0x3a, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x2c, 0x22, 0x42, 0x6f, 0x6f, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x22, 0x3a, 0x33, 0x30, 0x30, 0x30, 0x30, 0x30
......
```

After
```sh
Unable to set the internal queue for -wrapper Error: Timedout creating queue redis with cfg "{\"Addresses\":\"127.0.0.1:6379\",\"BatchLength\":20,\"BlockTimeout\":1000000000,\"BoostTimeout\":300000000000,\"BoostWorkers\":5,\"DBIndex\":0,\"DataDir\":\".../data/queues/mail\",\"MaxWorkers\":10,\"Name\":\"mail\",\"Network\":\"\",\"Password\":\"\",\"QueueLength\":20,\"QueueName\":\"mail_queue\",\"SetName\":\"\",\"Workers\":1}" in
```
4 years ago
..
analyze Migrate to go-enry new version (#10906) 4 years ago
auth Prevent merge of outdated PRs on protected branches (#11012) 4 years ago
avatar Improve handling of non-square avatars (#7025) 5 years ago
base Add gitea-vet (#10948) 4 years ago
cache make avatar lookup occur at image request (#10540) 4 years ago
charset deps: update and fix chardet import (#9351) 5 years ago
context Fix release counter on API repository info (#10968) 4 years ago
convert Prevent merge of outdated PRs on protected branches (#11012) 4 years ago
cron Refactor repository check and sync functions (#9854) 5 years ago
generate Add gitea-vet (#10948) 4 years ago
git Fix submodule paths when AppSubUrl is not root (#11098) 4 years ago
gitgraph Move git graph from models to modules/graph (#9027) 5 years ago
graceful Restore graceful restart on SIGHUP (#10224) 4 years ago
highlight Add a lot of extension to language mappings for syntax highlights (#7741) 5 years ago
httplib Add golangci (#6418) 5 years ago
indexer Migrate to go-enry new version (#10906) 4 years ago
lfs Add gitea-vet (#10948) 4 years ago
log modules/log: remove noop written variables (#10182) 4 years ago
markup enable ENABLE_HARD_LINE_BREAK by default (#11162) 4 years ago
metrics Prometheus endpoint (#5256) 6 years ago
migrations When migrating from Gitlab map Approvals to approving Reviews (#11147) 4 years ago
notification add request review from specific reviewers feature in pull request (#10756) 4 years ago
options Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago
password Add password requirement info on error (#9074) 5 years ago
pprof Add golangci (#6418) 5 years ago
private Upgrade golangci-lint to 1.24.0 (#10894) 4 years ago
process Add gitea-vet (#10948) 4 years ago
public Send 404 immediately for known public requests (#11117) 4 years ago
queue Improve config logging when WrappedQueue times out (#11174) 4 years ago
recaptcha fixed reCAPTCHA URL (#9083) 5 years ago
references Accept punctuation after simple+cross repository issue references (#10091) 4 years ago
repofiles Avoid 0 new commits messages to be send (#11082) 4 years ago
repository Fix forked repo has no icon and language stat. (#10791) 4 years ago
secret Integrate OAuth2 Provider (#5378) 5 years ago
session Use gitea forked macaron (#7933) 5 years ago
setting enable ENABLE_HARD_LINE_BREAK by default (#11162) 4 years ago
ssh log.Fatal on failure to listen to SSH port (#10795) 4 years ago
structs Add support for migrating from Gitlab (#9084) 4 years ago
sync Fix missing unlock in uniquequeue (#9790) 5 years ago
task Move create/fork repository from models to modules/repository (#9489) 5 years ago
templates Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago
test Add Organization Wide Labels (#10814) 4 years ago
timeutil Use gitea forked macaron (#7933) 5 years ago
upload Fix upload file type check (#7890) 5 years ago
user Add gitea-vet (#10948) 4 years ago
util inform participants on UI too (#10473) 4 years ago
validation [API] Get a single commit via Ref (#10915) 4 years ago
webhook Add Matrix webhook (#10831) 4 years ago