##// END OF EJS Templates
auth-token: expose fetched token in unified way into request attribute....
auth-token: expose fetched token in unified way into request attribute. - This will allow re-using exposed access token for HTTP views in single place - We will support also exposing tokens from url if special _auth_token will be used as url param - We'll no longer require double logic for extraction of URL/HEADER auth-tokens and have a single place to extract it.

File last commit:

r3290:ac4e4e5a default
r4002:5f150e86 default
Show More
review-pull-request.rst
27 lines | 850 B | text/x-rst | RstLexer
/ docs / collaboration / review-pull-request.rst
project: added all source files and assets
r1 .. _review-requests-ref:
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
docs: added SAML documentation....
r3290 automatically if |RCE| detects that it can do so safely. You will see this
project: added all source files and assets
r1 message: `This pull request can be automatically merged.`
If rejected, you can fix the issues raised during review and then update the
|pr|.