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/web/repo
yp05327 0abb5633e3
Fix commit status in repo list (#28412)
Before:

![image](https://github.com/go-gitea/gitea/assets/18380374/00edf23a-aee1-4177-a12c-bd03ae14e65e)

![image](https://github.com/go-gitea/gitea/assets/18380374/0663e443-682c-4a68-b14e-a0fa0e4c3716)
`TestOrg/testactions` does have commit status, but won't display in
`All`

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/7231db29-9c4e-484f-afa2-87db19be19b8)

Same to #26179.
1 year ago
..
actions Fix the runs will not be displayed bug when the main branch have no workflows but other branches have (#28359) 1 year ago
setting Use db.Find instead of writing methods for every object (#28084) 1 year ago
activity.go
attachment.go
blame.go Read `previous` info from git blame (#28306) 1 year ago
branch.go Also sync DB branches on push if necessary (#28361) 1 year ago
cherry_pick.go
commit.go
compare.go
download.go
editor.go
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) 1 year ago
issue_content_history.go Fix missing check (#28406) 1 year ago
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go Fix missing check (#28406) 1 year ago
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go Fix comment permissions (#28213) 1 year ago
projects_test.go
pull.go
pull_review.go
release.go Add missing variable in tag list (#28305) 1 year ago
release_test.go
render.go
repo.go Fix commit status in repo list (#28412) 1 year ago
search.go
topic.go
treelist.go
view.go Fix object does not exist error when checking citation file (#28314) 1 year ago
view_test.go
wiki.go
wiki_test.go