forgejo/routers
Zettat123 907c97aabb
Fix status_check_contexts matching bug ()
Fix 
Follow 

---
Copied from
https://github.com/go-gitea/gitea/issues/28570#issuecomment-1867327999

The feature introduced in  should be compatible with
`status_check_contexts`. However, if one or more of
`status_check_contexts` is not a legal glob expressions, `glob.Compile`
will fail and the contexts cannot match.


21229ed2c8/routers/web/repo/pull.go (L653-L663)
2023-12-22 13:29:50 +00:00
..
api Fix merging artifact chunks error when minio storage basepath is set () 2023-12-21 07:04:50 +00:00
common Clean up template locale usage () 2023-10-31 22:11:48 +08:00
install Enhanced auth token / remember me () 2023-10-14 00:56:41 +00:00
private Improve ObjectFormat interface () 2023-12-19 07:20:47 +00:00
utils Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
web Fix status_check_contexts matching bug () 2023-12-22 13:29:50 +00:00
init.go Always enable caches () 2023-12-19 09:29:05 +00:00