Re: Review Board Ticket #4084: Users without editing rights on a review request do not see the onbeforeunload dialog

2017-01-14 Thread Kanghee Park
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4084/ -- New update by mconley For Beanbag, Inc. > Review Board > Ticket #4084

Customize Webhook's URL to POST comment use JIRA API2 based on ReviewBoard 2.5.7

2017-01-14 Thread Bill Hoo
Hi guys, Thanks for your great job on ReviewBoard! It's nice and easy to use! We use ReviewBoard 2.5.7 for our code review workflow, we need comment on JIRA issues with every review event, and JIRA REST API2 need a URL like this: http://MYJIRAHOST/rest/api/2/issue/{issuekey}/comment Which

Re: Not able to view diff on the UI

2017-01-14 Thread dressarosa94
Hi Any updates on this? -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because

Re: rbt land usage

2017-01-14 Thread dressarosa94
Hi I am using Github. So, I make a local branch ( using git chrckout -b ), make changes to it and then use "rbt post" to post a code review. And once it has been signed off by the reviewers, I want to push this local branch to my remote repository. Now this local branch doesn't exist on the

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-14 Thread Christian Hammond
I believe I have a fix we can put in for the upcoming Review Board 2.5.8 release for the warning. Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Sat, Jan 14, 2017 at 2:29 PM, Christian Hammond

Re: Default reviewer not assigned to the review (yet another weird utf8 problem)

2017-01-14 Thread Christian Hammond
I've seen this. This is a behavioral quirk in MySQL. Basically, this is likely a longblob, but some versions of MySQL assume the incoming content should be Unicode text and does validation on that. The validation fails, and you get the warning you have above:

Re: rbt land usage

2017-01-14 Thread Christian Hammond
Hi, Can you give me more details on your setup and what you're trying to do? Where does that branch live, and where are you trying to put it? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Sat, Jan

Re: Stamp won't work in post-commit review(Git/bitbucket) without post-rbt git pull/push.

2017-01-14 Thread Christian Hammond
I'll look into the feedback for stamping, but it really comes down to limitations with how Git handles history rewriting. If something is pushed, it should be considered locked, or you end up impacting other users who are working with the same branch as you. Pushed commits can't be amended without

rbt land usage

2017-01-14 Thread dressarosa94
Hi all, Can I use rbt land to push a branch which doesn't exist in my repote repository? It didn't work for me. Can someone tell me how. Thanks -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: