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
..
check.go Add force_merge to merge request and fix checking mergable (#23010) 1 year ago
check_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
comment.go Rename almost all Ctx functions (#22071) 2 years ago
commit_status.go Supports wildcard protected branch (#20825) 2 years ago
edits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Use context parameter in models/git (#22367) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
merge.go Use `--message=%s` for git commit message (#23028) 1 year ago
merge_test.go Support template for merge message description (#22248) 2 years ago
patch.go Refactor git command package to improve security and maintainability (#22678) 1 year ago
patch_unmerged.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Fix cannot reopen after pushing commits to a closed PR (#23189) 1 year ago
pull_test.go Support template for merge message description (#22248) 2 years ago
review.go Make Ctrl+Enter submit a pending comment (starting review) instead of submitting a single comment (#23245) 1 year ago
temp_repo.go Do not create commit graph for temporary repos (#23219) 1 year ago
update.go Fix update by rebase being wrongly disabled by protected base branch (#22825) 1 year ago