forgejo/modules
zeripath add74fb368
Fix panic in recursive cache (#16298)
There is a bug with last commit cache recursive cache where the last
commit information that refers to the current tree itself will cause a
panic due to its path ("") not being included in the expected tree entry
paths.

This PR fixes this by skipping the missing entry.

Fix #16290

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-06-29 16:12:43 -04:00
..
analyze
auth Add asymmetric JWT signing (#16010) 2021-06-17 23:56:46 +02:00
avatar
base Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
cache
charset
context Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
convert Fix API to return author for author on commits(#16276) 2021-06-27 23:15:42 +01:00
cron
csv
doctor Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
emoji Run processors on whole of text (#16155) 2021-06-17 11:35:05 +01:00
eventsource
generate Add asymmetric JWT signing (#16010) 2021-06-17 23:56:46 +02:00
git Fix panic in recursive cache (#16298) 2021-06-29 16:12:43 -04:00
gitgraph
graceful Set self-adjusting deadline for connection writing (#16068) 2021-06-11 00:25:25 +03:00
hcaptcha
highlight Replace ARCCache with TwoQueueCache to avoid patent issue (#16240) 2021-06-24 14:37:07 -04:00
httpcache
httplib
indexer Use git log name-status in get last commit (#16059) 2021-06-21 01:00:46 +03:00
lfs Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
log Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
markup Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
matchlist
metrics
migrations Add Status Updates whilst Gitea migrations are occurring (#15076) 2021-06-16 18:02:24 -04:00
nosql
notification Implemented head_commit for webhooks (#16282) 2021-06-29 15:34:03 +02:00
options
password Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
pprof
private Small refactoring of modules/private (#15947) 2021-06-23 15:38:19 -04:00
process
public
queue Fixed assert statements. (#16089) 2021-06-07 07:27:09 +02:00
recaptcha
references Improve efficiency in FindRenderizableReferenceNumeric and getReferences (#16251) 2021-06-26 01:11:33 +02:00
repofiles
repository Implemented head_commit for webhooks (#16282) 2021-06-29 15:34:03 +02:00
secret
session
setting Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
ssh Upgrade Gliderlabs SSH to 0.3.3 and add FailedConnectionCallback (#16278) 2021-06-28 13:05:27 -04:00
storage Rework repository archive (#14723) 2021-06-23 17:12:38 -04:00
structs Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
svg
sync
task Add Status Updates whilst Gitea migrations are occurring (#15076) 2021-06-16 18:02:24 -04:00
templates Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
test
timeutil
translation
typesniffer
upload
uri
user
util Add push to remote mirror repository (#15157) 2021-06-14 19:20:43 +02:00
validation Added support for gopher URLs. (#14749) 2021-06-25 18:38:27 -04:00
web Add tag protection (#15629) 2021-06-25 16:28:55 +02:00