forgejo/models/git
Yarden Shoham 4810fe55e3
Add status indicator on main home screen for each repo (#24638)
It will show the calculated commit status state of the latest commit on
the default branch for each repository in the dashboard repo list

- Closes #15620

# Before

![image](https://github.com/go-gitea/gitea/assets/20454870/aa1326c7-43c0-458a-a798-3102c766bcf9)

# After

![image](https://github.com/go-gitea/gitea/assets/20454870/8658cc03-2224-442a-b1c8-bf64126e4575)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-13 21:59:01 +00:00
..
branches.go
branches_test.go Use more specific test methods (#24265) 2023-04-22 17:56:27 -04:00
commit_status.go Add status indicator on main home screen for each repo (#24638) 2023-05-13 21:59:01 +00:00
commit_status_test.go
lfs.go
lfs_lock.go
main_test.go
protected_banch_list_test.go Fix branch protection priority (#24045) 2023-04-11 13:22:49 -04:00
protected_branch.go
protected_branch_list.go Fix branch protection priority (#24045) 2023-04-11 13:22:49 -04:00
protected_branch_test.go
protected_tag.go
protected_tag_test.go