You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 188c8c12c2
Make Ctrl+Enter submit a pending comment (starting review) instead of submitting a single comment (#23245)
Close #23241

Before: press Ctrl+Enter in the Code Review Form, a single comment will
be added.

After: press Ctrl+Enter in the Code Review Form, start the review with
pending comments.


The old name `is_review` is not clear, so the new code use
`pending_review` as the new name.

Co-authored-by: delvh <leon@kske.dev>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 year ago
..
actions Avoid panic caused by broken payload when creating commit status (#23216) 1 year ago
activity.go
attachment.go
blame.go Add context cache as a request level cache (#22294) 1 year ago
branch.go Use context parameter in services/repository (#23186) 1 year ago
cherry_pick.go
commit.go Add context cache as a request level cache (#22294) 1 year ago
compare.go Use beforeCommit instead of baseCommit (#22949) 1 year ago
download.go
editor.go
editor_test.go
find.go
http.go Use context parameter in services/repository (#23186) 1 year ago
http_test.go
issue.go Fix cannot reopen after pushing commits to a closed PR (#23189) 1 year ago
issue_content_history.go Move helpers to be prefixed with `gt-` (#22879) 1 year ago
issue_dependency.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
issue_label.go Add loading yaml label template files (#22976) 1 year ago
issue_label_test.go
issue_lock.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
issue_stopwatch.go Speed up HasUserStopwatch & GetActiveStopwatch (#23051) 1 year ago
issue_test.go
issue_timetrack.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
issue_watch.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
lfs.go Refactor git command package to improve security and maintainability (#22678) 2 years ago
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go Redirect to the commit page after applying patch (#23056) 1 year ago
projects.go Preview images for Issue cards in Project Board view (#22112) 1 year ago
projects_test.go
pull.go Fix cannot reopen after pushing commits to a closed PR (#23189) 1 year ago
pull_review.go Make Ctrl+Enter submit a pending comment (starting review) instead of submitting a single comment (#23245) 1 year ago
release.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
release_test.go
render.go
repo.go Use context parameter in services/repository (#23186) 1 year ago
runners.go
search.go Fix improper HTMLURL usages in Go code (#22839) 1 year ago
setting.go Use context parameter in services/repository (#23186) 1 year ago
setting_protected_branch.go Use context parameter in services/repository (#23186) 1 year ago
setting_secrets.go
settings_test.go
tag.go
topic.go
treelist.go
view.go Use correct README link to render the README (#23152) 1 year ago
view_test.go
webhook.go Add context cache as a request level cache (#22294) 1 year ago
wiki.go
wiki_test.go