Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Giteabot
54d828f8ec
Increase `cacheContextLifetime` to reduce false reports ( #32011 ) ( #32023 )
...
Backport #32011 by @wolfogre
Replace #32001 .
To prevent the context cache from being misused for long-term work
(which would result in using invalid cache without awareness), the
context cache is designed to exist for a maximum of 10 seconds. This
leads to many false reports, especially in the case of slow SQL.
This PR increases it to 5 minutes to reduce false reports.
5 minutes is not a very safe value, as a lot of changes may have
occurred within that time frame. However, as far as I know, there has
not been a case of misuse of context cache discovered so far, so I think
5 minutes should be OK.
Please note that after this PR, if warning logs are found again, it
should get attention, at that time it can be almost 100% certain that it
is a misuse.
Co-authored-by: Jason Song <i@wolfogre.com>
5 months ago
..
actions
Fix some pending problems ( #29985 )
11 months ago
activitypub
Use forum.gitea.com instead of old URL ( #31989 ) ( #31992 )
5 months ago
analyze
…
assetfs
…
auth
Enable more `revive` linter rules ( #30608 )
10 months ago
avatar
Use `crypto/sha256` ( #29386 )
12 months ago
badge
Implement actions badge svgs ( #28102 )
12 months ago
base
Fix natural sort ( #31384 ) ( #31394 )
8 months ago
cache
Increase `cacheContextLifetime` to reduce false reports ( #32011 ) ( #32023 )
5 months ago
charset
Render embedded code preview by permlink in markdown ( #30234 )
11 months ago
container
Add container.FilterSlice function ( #30339 )
10 months ago
csv
Render embedded code preview by permlink in markdown ( #30234 )
11 months ago
dump
Refactor "dump" sub-command ( #30240 )
11 months ago
emoji
…
eventsource
…
generate
…
git
Refactor the usage of batch catfile ( #31754 ) ( #31889 )
6 months ago
gitgraph
…
gitrepo
Move get/set default branch from git package to gitrepo package to hide repopath ( #29126 )
11 months ago
graceful
Remove unused error in graceful manager ( #29871 )
11 months ago
hcaptcha
…
highlight
…
hostmatcher
…
html
…
httpcache
…
httplib
Fix duplicate sub-path for avatars ( #31365 ) ( #31368 )
8 months ago
indexer
Fix index too many file names bug ( #31903 ) ( #31953 )
5 months ago
issue/ template
Support setting the `default` attribute of the issue template dropdown field ( #31045 ) ( #31059 )
9 months ago
json
…
label
…
lfs
Distinguish LFS object errors to ignore missing objects during migration ( #31702 ) ( #31745 )
7 months ago
log
Add some tests to clarify the "must-change-password" behavior ( #30693 )
10 months ago
markup
Upgrade bleve to 2.4.2 ( #31894 )
6 months ago
mcaptcha
…
metrics
…
migration
…
nosql
…
optional
Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` ( #30461 )
10 months ago
options
…
packages
Enable more `revive` linter rules ( #30608 )
10 months ago
paginator
…
pprof
…
private
Move database operations of merging a pull request to post receive hook and add a transaction ( #30805 ) ( #30888 )
9 months ago
process
Update misspell to 0.5.1 and add `misspellings.csv` ( #30573 )
10 months ago
proxy
…
proxyprotocol
…
public
…
queue
Fix queue test ( #30646 )
10 months ago
recaptcha
…
references
Fix markdown rendering when mentioning users ( #30795 ) ( #30810 )
10 months ago
regexplru
…
repository
Distinguish LFS object errors to ignore missing objects during migration ( #31702 ) ( #31745 )
7 months ago
secret
Use `crypto/sha256` ( #29386 )
12 months ago
session
Improve oauth2 client "preferred username field" logic and the error handling ( #30622 )
10 months ago
setting
remove typo ( #31524 )
8 months ago
sitemap
…
ssh
…
storage
…
structs
Increase max length of org team names from 30 to 255 characters ( #31410 ) ( #31421 )
8 months ago
svg
Refactor markdown attention render ( #29984 )
11 months ago
sync
…
system
…
templates
Fix rendered wiki page link ( #31398 ) ( #31407 )
8 months ago
test
Remove sub-path from container registry realm ( #31293 ) ( #31300 )
8 months ago
testlogger
…
timeutil
Refactor "dump" sub-command ( #30240 )
11 months ago
translation
Render embedded code preview by permlink in markdown ( #30234 )
11 months ago
turnstile
…
typesniffer
…
updatechecker
…
uri
…
user
…
util
Fix project column title overflow ( #31011 ) ( #31025 )
9 months ago
validation
…
web
Delete legacy cookie before setting new cookie ( #31306 ) ( #31317 )
8 months ago
webhook
…