forgejo/services/repository
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
..
archiver Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
files Support uploading file to empty repo by API (#24357) 2023-04-26 21:36:26 -04:00
adopt.go Fix unclear IsRepositoryExist logic (#24374) 2023-04-28 14:14:26 -04:00
adopt_test.go Use more specific test methods (#24265) 2023-04-22 17:56:27 -04:00
avatar.go Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2023-05-13 20:59:11 +02:00
avatar_test.go
branch.go Add status indicator on main home screen for each repo (#24638) 2023-05-13 21:59:01 +00:00
cache.go
check.go
fork.go
fork_test.go
hooks.go Add user webhooks (#21563) 2023-03-10 08:28:32 -06:00
lfs.go
main_test.go
push.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
repository.go Add status indicator on main home screen for each repo (#24638) 2023-05-13 21:59:01 +00:00
repository_test.go
review.go
review_test.go
template.go
transfer.go
transfer_test.go