Re: Get list of users who approved the review-request

2021-10-05 Thread Christian Hammond
Hi Ketan, I'm sorry for the late reply. The best approach is to do this via an extension, making use of ReviewRequestApprovalHook . This is used to define custom logic on what constitutes an

Re: extension development

2021-10-05 Thread David Trowbridge
Stuart, While it's theoretically possible to develop against an installed package, you'll generally have much better success if you set up a dev environment. See https://www.notion.so/reviewboard/Getting-Started-da208d46de1d47d8b38e8b5ddcb3dd44 for details. David On Tue, Oct 5, 2021 at 9:56 AM

extension development

2021-10-05 Thread Stuart
Hi, It was unclear to me from the documentation, but what is the appropriate setup for developing an extension? Is it enough to just pip install ReviewBoard? Do I need to set up a full mock site? Do I need to create a full development setup? Thanks, - Stuart -- Supercharge your Review