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.
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>
1 year ago
..
branches.go Supports wildcard protected branch (#20825) 2 years ago
branches_test.go Use more specific test methods (#24265) 1 year ago
commit_status.go Add status indicator on main home screen for each repo (#24638) 1 year ago
commit_status_test.go Use context parameter in models/git (#22367) 2 years ago
lfs.go Add cron method to gc LFS MetaObjects (#22385) 2 years ago
lfs_lock.go Introduce path Clean/Join helper functions (#23495) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
protected_banch_list_test.go Fix branch protection priority (#24045) 1 year ago
protected_branch.go Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 1 year ago
protected_branch_list.go Fix branch protection priority (#24045) 1 year ago
protected_branch_test.go Supports wildcard protected branch (#20825) 2 years ago
protected_tag.go Use context parameter in models/git (#22367) 2 years ago
protected_tag_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago