##// END OF EJS Templates
fix(permissions): added a common way to update private flag via repo model...
fix(permissions): added a common way to update private flag via repo model - this allows to have a one and only one way to control the flag with the business logic shared - added test for that - changed view to use this method instead of DB update and custom permissions flush - fixed a case when update of repo settings didn't flush permissions actually while it should when private flag changed

File last commit:

r4523:53d2eca7 stable
r5551:5b9b5ed2 default
Show More
pull-request-methods.rst
465 lines | 17.4 KiB | text/x-rst | RstLexer
/ docs / api / methods / pull-request-methods.rst

pull_request methods

close_pull_request

comment_pull_request

create_pull_request

get_pull_request

get_pull_request_comments

get_pull_requests

merge_pull_request

update_pull_request