##// 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
pull-req-mgmt.rst
47 lines | 1.4 KiB | text/x-rst | RstLexer

Pull request management

Pull requests for your review

To view pull requests for your review, use the following steps:

  1. From the |RCM| interface, Select :menuselection:`username --> Notifications`
  2. Select :guilabel:`Pull Requests`
pull requests for my review

Pull requests per |repo|

To view pull requests going to and from a |repo|, use the following steps:

  1. Select the |repo| you wish to view
  2. Select :guilabel:`Pull Requests` from the top menu
  3. On the left-hand pane you will see the following options for |pr| management on that |repo|:
    • :guilabel:`Opened`: Pull requests opened on this |repo|.
    • :guilabel:`Opened by me`: Pull requests you opened on this |repo|.
    • :guilabel:`Awaiting my review`: Pull requests awaiting your review.
    • :guilabel:`Closed`: Closed |prs| on this |repo|.
    • :guilabel:`Awaiting review`: Pull requests still awaiting review on this |repo|.
    • :guilabel:`From this repo`: Pull requests opened on another |repo| with the changes coming from this |repo|.
pull request dashboard