##// END OF EJS Templates
authentication: introduce a group sync flag for plugins....
authentication: introduce a group sync flag for plugins. - we'll skip any syncing on plugins which simply don't get any group information - we let plugins define if they wish to sync groups - prevent from odd cases in which someone sets user groups as syncing, and using regular plugin. In this case memebership of that group would be wiped, and it's generaly bad behaviour.

File last commit:

r1:854a839a default
r2495:4f076134 default
Show More
review-pull-request.rst
27 lines | 850 B | text/x-rst | RstLexer

Review a |pr|

To review a pull request, use the following steps:

  1. Open the review request from :menuselection:`Admin --> Repositories --> repo name --> Pull Requests --> Awaiting my review`
  2. Leave your review comments inline, or in the commit message.
  3. Set the review status from one of the following options:
    • :guilabel:`Not Reviewed`
    • :guilabel:`Approved`
    • :guilabel:`Approved & Closed`
    • :guilabel:`Rejected`
    • :guilabel:`Rejected & Closed`
    • :guilabel:`Under Review`
  4. Select Comment

When the |pr| is approved by all reviewers you will be able to merge automatically if |RCM| detects that it can do so safely. You will see this message: This pull request can be automatically merged.

If rejected, you can fix the issues raised during review and then update the |pr|.