forgejo/routers/web/repo
Giteabot 3fe44b8762
Fix status_check_contexts matching bug (#28582) (#28589)
Backport #28582 by @Zettat123

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)

Co-authored-by: Zettat123 <zettat123@gmail.com>
(cherry picked from commit 6a559ad634)
2024-01-16 14:07:46 +00:00
..
actions Only check online runner when detecting matching runners in workflows (#28286) (#28512) 2023-12-22 12:10:03 +01:00
setting Fix comment permissions (#28213) (#28216) 2023-11-26 13:56:50 +01:00
activity.go
attachment.go
blame.go Use information from previous blame parts (#28572) (#28577) 2023-12-22 12:10:03 +01:00
branch.go Also sync DB branches on push if necessary (#28361) (#28403) 2023-12-12 15:21:33 +01:00
cherry_pick.go
commit.go
compare.go
download.go
editor.go Revert "Fix EOL handling in web editor" (#28101) (#28172) 2023-11-22 17:14:40 +01:00
editor_test.go
find.go
githttp.go
githttp_test.go
helper.go
helper_test.go
issue.go Fix issue will be detected as pull request when checking First-time contributor (#28237) (#28271) 2023-12-08 13:40:59 +01:00
issue_content_history.go [GITEA] Fix panic in canSoftDeleteContentHistory 2024-01-13 22:05:35 +01:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go Fix missing check (#28406) (#28411) 2023-12-12 15:21:32 +01:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go Fix viewing wiki commit on empty repo (#28040) (#28044) 2023-11-22 17:11:57 +01:00
migrate.go
milestone.go
packages.go
patch.go
projects.go Fix comment permissions (#28213) (#28216) 2023-11-26 13:56:50 +01:00
projects_test.go
pull.go Fix status_check_contexts matching bug (#28582) (#28589) 2024-01-16 14:07:46 +00:00
pull_review.go
release.go Fix comment permissions (#28213) (#28216) 2023-11-26 13:56:50 +01:00
release_test.go
render.go
repo.go [GITEA] Handle non-existant commit in Archive request 2024-01-04 23:56:33 +01:00
search.go
topic.go
treelist.go
view.go Add option to disable ambiguous unicode characters detection (#28454) (#28499) 2023-12-22 12:07:01 +01:00
view_test.go
wiki.go
wiki_test.go