gitea/routers/web/repo
Lunny Xiao 688da55f54
Split GetLatestCommitStatus as two functions (#34535)
Extract from #34531. This will reduce unnecessary count operation in
databases.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-05-26 19:00:22 +07:00
..
actions Fix Workflow run Not Found page (#34459) 2025-05-14 14:40:10 +07:00
setting Refactor Git Attribute & performance optimization (#34154) 2025-04-11 21:41:29 +07:00
activity.go Do not show 500 error when default branch doesn't exist (#34096) 2025-04-01 21:39:00 +07:00
attachment.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
blame.go Fix incorrect file links (#34189) 2025-04-13 12:27:31 +07:00
branch.go Add endpoint deleting workflow run (#34337) 2025-05-13 19:18:13 +07:00
cherry_pick.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +07:00
code_frequency.go Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) 2025-03-28 21:04:40 +07:00
commit.go Split GetLatestCommitStatus as two functions (#34535) 2025-05-26 19:00:22 +07:00
compare.go Fix bug when visiting comparation page (#34334) 2025-05-04 18:52:00 +07:00
contributors.go
download.go Refactor cache-control (#33861) 2025-03-13 07:04:50 +07:00
editor.go Only git operations should update `last changed` of a repository (#34388) 2025-05-11 19:18:46 +07:00
editor_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
find.go
fork.go Check user/org repo limit instead of doer (#34147) 2025-04-07 23:45:31 +07:00
githttp.go Uniform all temporary directories and allow customizing temp path (#32352) 2025-04-08 16:15:28 +07:00
githttp_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
helper.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
issue.go Fix bug webhook milestone is not right. (#34419) 2025-05-11 23:56:24 +07:00
issue_comment.go When updating comment, if the content is the same, just return and not update the databse (#34422) 2025-05-11 18:53:23 +07:00
issue_content_history.go enable staticcheck QFxxxx rules (#34064) 2025-03-29 17:32:28 +07:00
issue_dependency.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
issue_label.go feat: Add sorting by exclusive labels (issue priority) (#33206) 2025-04-10 17:18:07 +07:00
issue_label_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
issue_list.go feat: Add sorting by exclusive labels (issue priority) (#33206) 2025-04-10 17:18:07 +07:00
issue_lock.go Add API routes to lock and unlock issues (#34165) 2025-04-21 00:43:43 +07:00
issue_new.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +07:00
issue_page_meta.go Fix PR's target branch dropdown (#33589) 2025-02-14 05:21:31 +07:00
issue_pin.go Move issue pin to an standalone table for querying performance (#33452) 2025-02-17 11:28:37 +07:00
issue_poster.go
issue_stopwatch.go Prepare common tmpl functions in a middleware (#33957) 2025-03-25 06:17:58 +07:00
issue_suggestions.go Rework suggestion backend (#33538) 2025-02-10 16:24:05 +07:00
issue_test.go
issue_timetrack.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
issue_view.go Option to delay conflict checking of old pull requests until page view (#27779) 2025-04-24 19:26:57 +07:00
issue_watch.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
main_test.go
middlewares.go
migrate.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
milestone.go feat: Add sorting by exclusive labels (issue priority) (#33206) 2025-04-10 17:18:07 +07:00
packages.go
patch.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +07:00
projects.go feat: Add sorting by exclusive labels (issue priority) (#33206) 2025-04-10 17:18:07 +07:00
projects_test.go
pull.go Split GetLatestCommitStatus as two functions (#34535) 2025-05-26 19:00:22 +07:00
pull_review.go enable staticcheck QFxxxx rules (#34064) 2025-03-29 17:32:28 +07:00
pull_review_test.go
recent_commits.go Hide activity contributors, recent commits and code frequrency left tabs if there is no code permission (#34053) 2025-03-28 21:04:40 +07:00
release.go Split GetLatestCommitStatus as two functions (#34535) 2025-05-26 19:00:22 +07:00
release_test.go
render.go Refactor error system (#33610) 2025-02-16 22:13:17 +07:00
repo.go Check user/org repo limit instead of doer (#34147) 2025-04-07 23:45:31 +07:00
search.go Improve issue & code search (#33860) 2025-03-13 11:07:48 +07:00
star.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +07:00
topic.go
transfer.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +07:00
treelist.go support the open-icon of folder (#34168) 2025-04-28 19:51:32 +07:00
treelist_test.go support the open-icon of folder (#34168) 2025-04-28 19:51:32 +07:00
view.go Split GetLatestCommitStatus as two functions (#34535) 2025-05-26 19:00:22 +07:00
view_file.go Fix incorrect file links (#34189) 2025-04-13 12:27:31 +07:00
view_home.go Fix repo broken check (#34444) 2025-05-13 08:18:45 +07:00
view_home_test.go Correctly handle submodule view and avoid throwing 500 error (#34121) 2025-04-06 09:38:08 +07:00
view_readme.go Fix incorrect file links (#34189) 2025-04-13 12:27:31 +07:00
view_test.go
watch.go Refactor web route handler (#33488) 2025-02-05 02:14:03 +07:00
webgit.go
wiki.go Only git operations should update `last changed` of a repository (#34388) 2025-05-11 19:18:46 +07:00
wiki_test.go Only git operations should update `last changed` of a repository (#34388) 2025-05-11 19:18:46 +07:00