bench-forgejo/routers/web/repo
6543 bc0d2c8ada
RSS/Atom support for Repos ()
* support for repos
* refactor
* advertise the feeds via meta tags
* allow feed suffix and feed header
* optimize performance
2022-03-13 17:40:47 +01:00
..
activity.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
attachment.go format with gofumpt () 2022-01-20 18:46:10 +01:00
blame.go Refactor i18n, use Locale to provide i18n/translation related functions () 2022-02-08 11:02:30 +08:00
branch.go Lock gofumpt to v0.3.0 and run it () 2022-02-23 20:16:07 +00:00
cherry_pick.go Fix broken cancel button link on patch page () 2022-02-14 09:18:55 +00:00
commit.go Collaborator trust model should trust collaborators () 2022-02-02 11:10:06 +01:00
compare.go BeforeSourcePath should point to base commit () 2022-02-25 14:46:15 +08:00
download.go format with gofumpt () 2022-01-20 18:46:10 +01:00
editor.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
editor_test.go format with gofumpt () 2022-01-20 18:46:10 +01:00
http.go Don't report signal: killed errors in serviceRPC () 2022-02-22 16:32:25 +08:00
http_test.go Fix http path bug () 2021-06-09 14:53:12 +02:00
issue.go Add button for issue deletion () 2022-03-09 01:38:11 +01:00
issue_content_history.go Show fullname on issue edits and gpg/ssh signing info () 2022-02-20 19:50:11 +00:00
issue_dependency.go Rename context.Query to context.Form () 2021-07-29 03:42:15 +02:00
issue_label.go Use a standalone struct name for Organization () 2021-11-19 19:41:40 +08:00
issue_label_test.go Decouple unit test, remove intermediate unittestbridge package () 2021-11-16 16:53:21 +08:00
issue_lock.go format with gofumpt () 2022-01-20 18:46:10 +01:00
issue_stopwatch.go Multiple Escaping Improvements () 2021-11-16 18:18:25 +00:00
issue_test.go format with gofumpt () 2022-01-20 18:46:10 +01:00
issue_timetrack.go Fix display time of milestones () 2022-02-16 00:50:10 +08:00
issue_watch.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
lfs.go Uncapitalize errors () 2022-02-26 20:15:32 +08:00
main_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
middlewares.go Added auto-save whitespace behavior if it changed manually () 2022-02-08 14:15:04 +08:00
migrate.go format with gofumpt () 2022-01-20 18:46:10 +01:00
milestone.go Only view milestones from current repo () 2022-01-26 20:01:35 +00:00
patch.go Fix broken cancel button link on patch page () 2022-02-14 09:18:55 +00:00
projects.go format with gofumpt () 2022-01-20 18:46:10 +01:00
projects_test.go Decouple unit test code from business code () 2021-11-12 22:36:47 +08:00
pull.go Always set PullRequestWorkInProgressPrefixes in PrepareViewPullInfo () 2022-02-11 08:02:53 +00:00
pull_review.go Propagate context and ensure git commands run in request context () 2022-01-19 23:26:57 +00:00
release.go format with gofumpt () 2022-01-20 18:46:10 +01:00
release_test.go Decouple unit test, remove intermediate unittestbridge package () 2021-11-16 16:53:21 +08:00
repo.go format with gofumpt () 2022-01-20 18:46:10 +01:00
search.go Automatically pause queue if index service is unavailable () 2022-01-27 10:30:51 +02:00
setting.go Add config option to disable "Update branch by rebase" () 2022-03-04 03:30:49 -05:00
setting_protected_branch.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
settings_test.go format with gofumpt () 2022-01-20 18:46:10 +01:00
tag.go Move repository model into models/repo () 2021-12-10 09:27:50 +08:00
topic.go format with gofumpt () 2022-01-20 18:46:10 +01:00
view.go RSS/Atom support for Repos () 2022-03-13 17:40:47 +01:00
webhook.go Uncapitalize errors () 2022-02-26 20:15:32 +08:00
wiki.go format with gofumpt () 2022-01-20 18:46:10 +01:00
wiki_test.go format with gofumpt () 2022-01-20 18:46:10 +01:00