Re: Unable to use rbt tools with svn-git

2017-04-06 Thread Christian Hammond
I'm sorry, this fell off my radar and into my e-mail backlog. Everything looks correct, and it seems that a diff is making its way to Review Board. During parsing, Review Board seems to have decided that the diff is empty. What version of Review Board are you using? Christian -- Christian

Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-06 Thread Christian Hammond
Glad the dependency issues are over! Any time you upgrade Review Board, you have to run `rb-site upgrade`. Review Board enforces this. Part of what this does is perform a database upgrade, bringing the old database schema in line with the new release. It is *absolutely critical* that you do not

Re: reviewboard 2.5.4 installation fails due to django version mismatch

2017-04-06 Thread Kartthik Raghunathan
I was able to manage with these tips and get the installation done. Thank you so much Christian When we upgrade the RB from 1.7.9 to 2.5.x version does the RB mysql tables get upgraded as well ? Because my initial RB was running on 1.7.9 and upgraded it to 2.5.4 using easy_install. Now I

Re: Form Data Custom Payload

2017-04-06 Thread Chris Eagan
That worked, thanks! On Wednesday, April 5, 2017 at 4:37:44 PM UTC-4, Chris Eagan wrote: > > I am trying to trigger a Jenkins Job using WebHooks in Review Board and I > need to submit a custom payload as form data. After installing the > https://plugins.jenkins.io/build-token-root plugin, I

How to set up all e-mail notifications from one review request into single thread?

2017-04-06 Thread Lukasz
Hello, is it possible to merge all kind of Review Board email notifications into one thread (viewable in client, ex. Outlook as conversation)? We have a couple of email types: review, update, discard, submit etc. and only one type - [UPDATED] works always correctly as a thread/conversation.