Fix Beanstalk post-recieve close hook.

Review Request #12124 — Created March 8, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

The close hook for Beanstalk was apparently never actually used, because
it wasn't calling close_all_review_requests with the required
arguments. This change plumbs through the necessary things.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Fix Beanstalk post-recieve close hook.
The close hook for Beanstalk was apparently never actually used, because it wasn't calling `close_all_review_requests` with the required arguments. This change plumbs through the necessary things. Testing Done: Ran unit tests.
3c7bfb40a39f155cff3030be959d80585bf1d650 David Trowbridge
Fix Beanstalk post-recieve close hook.
The close hook for Beanstalk was apparently never actually used, because it wasn't calling `close_all_review_requests` with the required arguments. This change plumbs through the necessary things. Testing Done: Ran unit tests.
5c065725ed665b763802a96b4aad523cc12929e7 David Trowbridge
reviewboard/hostingsvcs/beanstalk.py
Loading...