mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-14 21:15:18 +08:00
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. |
||
|---|---|---|
| .. | ||
| archiver.go | ||
| attachment_test.go | ||
| attachment.go | ||
| avatar.go | ||
| collaboration_test.go | ||
| collaboration.go | ||
| fork_test.go | ||
| fork.go | ||
| git.go | ||
| issue.go | ||
| language_stats.go | ||
| main_test.go | ||
| mirror.go | ||
| pushmirror_test.go | ||
| pushmirror.go | ||
| redirect_test.go | ||
| redirect.go | ||
| release.go | ||
| repo_indexer.go | ||
| repo_list_test.go | ||
| repo_list.go | ||
| repo_test.go | ||
| repo_unit_test.go | ||
| repo_unit.go | ||
| repo.go | ||
| search.go | ||
| star_test.go | ||
| star.go | ||
| topic_test.go | ||
| topic.go | ||
| update.go | ||
| upload.go | ||
| user_repo_test.go | ||
| user_repo.go | ||
| watch_test.go | ||
| watch.go | ||
| wiki_test.go | ||
| wiki.go | ||