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.
赵智超 ef89e75d0e
add request review from specific reviewers feature in pull request (#10756)
* add request review feature in pull request

add a way to notify specific reviewers to review like github , by add  or delet a  special type
review . The acton is  is similar to Assign ,  so many code reuse the function and items of
Assignee, but the meaning and result is different.

The Permission style is is similar to github, that only writer can add a review request from Reviewers,
but the poster can recall and remove a review request after a reviwer has revied even if he don't have
Write Premission. only manager , the poster and reviewer of a request review can remove it.

The reviewers can be requested to review contain all readers for private repo , for public, contain
all writers and watchers.

The offical Review Request will block merge if Reject can block it.

an other change: add ui otify for Assignees.

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: Lauris BH <lauris@nix.lv>

Signed-off-by: a1012112796 <1012112796@qq.com>

* new change

* add placeholder string

* do some changes follow #10238 to add review requests num on lists also
change icon for review requests to eye

Co-authored-by: Lauris BH <lauris@nix.lv>
4 years ago
..
activity.go Add top author stats to activity page (#9615) 5 years ago
attachment.go Move dropzone.js to npm/webpack (#10645) 4 years ago
blame.go make avatar lookup occur at image request (#10540) 4 years ago
branch.go Handle push rejection in branch and upload (#10854) 4 years ago
commit.go Fix potential bugs (#10513) 4 years ago
compare.go Add titles and improve messages on sidebar menus (#10872) 4 years ago
download.go Fix download file wrong content-type (#9825) 5 years ago
editor.go Handle push rejection in branch and upload (#10854) 4 years ago
editor_test.go Add Close() method to gogitRepository (#8901) 5 years ago
http.go add remote ip to the invalid credentials error message (#9918) 5 years ago
issue.go add request review from specific reviewers feature in pull request (#10756) 4 years ago
issue_dependency.go Fix wrong permissions check when issues/prs shared operations (#9885) 5 years ago
issue_label.go Add Organization Wide Labels (#10814) 4 years ago
issue_label_test.go fix go vet error (#3740) 6 years ago
issue_lock.go Implement "conversation lock" for issue comments (#5073) 5 years ago
issue_stopwatch.go Automatically clear stopwatch on merging a PR (#4327) 5 years ago
issue_timetrack.go [API] Extend times API (#9200) 5 years ago
issue_watch.go Fix PR/issue redirects when having external tracker (#9339) 5 years ago
lfs.go Migrate to go-git/go-git v5.0.0 (#10735) 4 years ago
main_test.go Unit tests for wiki routers (#3022) 7 years ago
middlewares.go Add gitea-vet (#10948) 4 years ago
milestone.go move jquery-datetimepicker to npm/webpack (#10713) 4 years ago
pull.go Add titles and improve messages on sidebar menus (#10872) 4 years ago
pull_review.go Upgrade golangci-lint to 1.24.0 (#10894) 4 years ago
release.go API add/generalize pagination (#9452) 4 years ago
release_test.go Add Close() method to gogitRepository (#8901) 5 years ago
repo.go Option to set default branch at repository creation (#10803) 4 years ago
search.go Add detected file language to code search (#10256) 4 years ago
setting.go API endpoint for repo transfer (#9947) 4 years ago
setting_protected_branch.go Allow to set protected file patterns that can not be changed under no conditions (#10806) 4 years ago
settings_test.go Stop various tests from adding to the source tree (#9515) 5 years ago
topic.go Add API endpoint for accessing repo topics (#7963) 5 years ago
view.go Show Signer in commit lists and add basic trust (#10425) 4 years ago
webhook.go Add Matrix webhook (#10831) 4 years ago
wiki.go Show Signer in commit lists and add basic trust (#10425) 4 years ago
wiki_test.go Fix wiki raw view on sub path (#10002) 4 years ago