1
0
Fork 0
gitea/modules
zeripath a0db075f21
If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049)
Unfortunately #18642 does not work because a `*net.OpError` does not implement
the `Is` interface to make `errors.Is` work correctly - thus leading to the
irritating conclusion that a `*net.OpError` is not a `*net.OpError`.

Here we keep the `errors.Is` because presumably this will be fixed at
some point in the golang main source code but also we add a simply type
cast to also check.

Fix #18629

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-10 20:23:15 +00:00
..
activitypub
analyze
appstate
auth fix pam authorization (#19040) 2022-03-10 10:00:05 +08:00
avatar
base
cache
charset Don't treat BOM escape sequence as hidden character. (#18909) 2022-02-26 16:48:23 +00:00
context If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049) 2022-03-10 20:23:15 +00:00
convert
csv
doctor Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) 2022-02-06 20:01:47 +01:00
emoji
eventsource
generate
git Don't show context cancelled errors in attribute reader (#19006) 2022-03-08 08:30:14 +00:00
gitgraph Change git.cmd to RunWithContext (#18693) 2022-02-11 13:47:22 +01:00
graceful Immediately Hammer if second kill is sent (#18823) 2022-02-19 16:36:25 +00:00
hcaptcha
highlight
hostmatcher
httpcache
httplib
indexer Prevent Stats Indexer reporting error if repo dir missing (#18870) 2022-02-24 23:22:09 -05:00
json
lfs Improve SyncMirrors logging (#19045) 2022-03-10 10:09:48 +00:00
log migrations: add test for importing pull requests in gitea uploader (#18752) 2022-02-25 17:20:50 +08:00
markup Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
metrics
migration Add Index to comment for migrations and mirroring (#18806) 2022-03-06 20:00:41 +01:00
nosql [API] Allow removing issues (#18879) 2022-03-01 01:20:15 +01:00
notification [API] Allow removing issues (#18879) 2022-03-01 01:20:15 +01:00
options
password
pprof
private
process
proxy
public
queue Add number in queue status to monitor page (#18712) 2022-02-12 13:31:26 +08:00
recaptcha
references
repository Improve SyncMirrors logging (#19045) 2022-03-10 10:09:48 +00:00
secret
session
setting Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
ssh
storage
structs Add config option to disable "Update branch by rebase" (#18745) 2022-03-04 03:30:49 -05:00
svg
sync
templates Fix display time of milestones (#18753) 2022-02-16 00:50:10 +08:00
test
timeutil
translation Refactor i18n, use Locale to provide i18n/translation related functions (#18648) 2022-02-08 11:02:30 +08:00
typesniffer
updatechecker
upload
uri
user
util Refactor SecToTime() function (#18863) 2022-02-28 23:57:20 +01:00
validation
web