1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 18:23:06 +02:00
gitea/models/repo
Jason Song 5db21ce7e1
Fix counting and filtering on the dashboard page for issues (#26657)
This PR has multiple parts, and I didn't split them because
it's not easy to test them separately since they are all about the
dashboard page for issues.

1. Support counting issues via indexer to fix #26361
2. Fix repo selection so it also fixes #26653
3. Keep keywords in filter links.

The first two are regressions of #26012.

After:

https://github.com/go-gitea/gitea/assets/9418365/71dfea7e-d9e2-42b6-851a-cc081435c946

Thanks to @CaiCandong  for helping with some tests.
2023-08-23 02:29:17 +00:00
..
archiver.go
attachment_test.go
attachment.go For API attachments, use API URL (#25639) 2023-07-10 09:31:19 +00:00
avatar.go
collaboration_test.go
collaboration.go
fork_test.go
fork.go
git.go Avoid amending the Rebase and Fast-forward merge if there is no message template (#25779) 2023-07-10 10:12:50 +02:00
issue.go
language_stats.go
main_test.go
mirror.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
pushmirror_test.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
pushmirror.go Allow editing push mirrors after creation (#26151) 2023-08-01 16:00:59 +00:00
redirect_test.go
redirect.go
release.go Release attachments duplicated check (#26176) 2023-07-27 09:24:22 +00:00
repo_indexer.go
repo_list_test.go Count only visible repos on profile (#25928) 2023-08-11 13:08:05 -04:00
repo_list.go Fix counting and filtering on the dashboard page for issues (#26657) 2023-08-23 02:29:17 +00:00
repo_test.go
repo_unit_test.go add disable workflow feature (#26413) 2023-08-14 15:14:30 +00:00
repo_unit.go add disable workflow feature (#26413) 2023-08-14 15:14:30 +00:00
repo.go add disable workflow feature (#26413) 2023-08-14 15:14:30 +00:00
search.go
star_test.go
star.go
topic_test.go Fix the topic validation rule and suport dots (#26286) 2023-08-03 09:18:06 +00:00
topic.go Fix the topic validation rule and suport dots (#26286) 2023-08-03 09:18:06 +00:00
update.go
upload.go
user_repo_test.go
user_repo.go
watch_test.go
watch.go
wiki_test.go
wiki.go