Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add request review from specific reviewers feature in pull request #10756

Merged
merged 10 commits into from
Apr 6, 2020

Commits on Apr 2, 2020

  1. 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>
    a1012112796 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ff59626 View commit details
    Browse the repository at this point in the history
  2. new change

    a1012112796 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    29a6d24 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    eec5b83 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Configuration menu
    Copy the full SHA
    15ead8a View commit details
    Browse the repository at this point in the history
  2. add placeholder string

    a1012112796 committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    3397d56 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. do some changes follow go-gitea#10238 to add review requests num on l…

    …ists also
    
    change icon for review requests to eye
    a1012112796 committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    0813a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d619417 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    543425f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57470f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08b81ec View commit details
    Browse the repository at this point in the history