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.
gitea/routers
Zettat123 907c97aabb
Fix `status_check_contexts` matching bug (#28582)
Fix #28570
Follow #24633

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

The feature introduced in #24633 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)
1 year ago
..
api Fix merging artifact chunks error when minio storage basepath is set (#28555) 1 year ago
common Clean up template locale usage (#27856) 1 year ago
install Enhanced auth token / remember me (#27606) 1 year ago
private Improve ObjectFormat interface (#28496) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix `status_check_contexts` matching bug (#28582) 1 year ago
init.go Always enable caches (#28527) 1 year ago