Re: Review Request Email Sender as Submitter Blocked by AWS SES.

2016-05-09 Thread Barret Rennie
mitted the review request because of the presence of the “Sender” SMTP header. Regards, Barret Rennie > On May 9, 2016, at 3:49 PM, tiger.p...@ahamobile.com wrote: > > Hello, > > I'd like to use AWS SES as SMTP server for my reviewboard (being > migrated/update from 1.7.7.1 to 2.5.

Re: rbt land with a custom remote

2016-02-13 Thread Barret Rennie
Hi Vinod, You want the LAND_DEST_BRANCH variable or --dest flag. Regards, Barret Rennie On Feb 12, 2016 2:04 PM, "Vinod Kone" <vinodk...@gmail.com> wrote: > Hi, > > I was playing around with the the new 'rbt land' command and looks like it > assumes tracking

Re: Install ReviewBoard manually from a package?

2016-02-04 Thread Barret Rennie
find links to the latest releases here: https://github.com/beanbaginc/django Regards, Barret Rennie > On Feb 4, 2016, at 2:34 PM, duylinhn.xil...@gmail.com wrote: > > Is there a way to install ReviewBoard manually from a package? I want to > install it on a linux redhat server but

Re: problems with rbi and new RB

2015-11-05 Thread Barret Rennie
Hi Chuck, Can you run rbt post --debug 329470 and give us the output? rbt subcommands enforce flags coming before arguments on the command line. Regards, Barret Rennie > On Nov 4, 2015, at 6:40 PM, Chuck O'Neill <cone...@reardencommerce.com> wrote: > > Hi - I'm bringing up a new

Re: What is the best way to get the status of the review request automatically

2015-11-03 Thread Barret Rennie
Hi Sam, The syntax is "only-fields", not “onlyfield" Regards, Barret > On Nov 3, 2015, at 7:37 PM, Sam wrote: > > Thanks for quick reply. > I tried the following and it still return all the field > > > rbt api-get

Re: expand and collapse at file level

2015-10-29 Thread Barret Rennie
://hellosplat.com/s/beanbag/reviewboard/ <https://hellosplat.com/s/beanbag/reviewboard/> ? Thanks! Barret Rennie > On Oct 29, 2015, at 12:53 PM, Sam <msamifa...@gmail.com> wrote: > > When looking at the diffs I would like to be able to expand or collapse all > changes for a single

Re: how is it done? "Your comment" ?

2015-10-05 Thread Barret Rennie
Hi Mark, This is a rather complicated answer as there are a lot of layers of complexity. At the top layer is the DiffReviewableView (reviewboard/static/rb/js/diffviewer/views/diffReviewableView.js). This view adds a TextCommentRowSelector (reviewboard/static/rb/js/textCommentRowSelector.js),

Re: Server 2.0.18: unable to reset password

2015-07-24 Thread Barret Rennie
Hey there, I’m unable to reproduce this on a fresh install of 2.0.18. Can you get the Review Board logs that correspond to the 500? Regards, Barret On Fri, Jul 24, 2015 at 7:04 AM, Renu kumar Setty renukumar.se...@gmail.com wrote: Review server: 2.0.18 I am unable to reset password from

Re: Asking about mapping of review board orig to git commit hash

2015-06-18 Thread Barret Rennie
, it will be in the `changenum` field of the `reviewboard.reviews.models.review_request:review_request` model. Regards, Barret Rennie On Jun 18, 2015, at 1:24 AM, bach...@gmail.com wrote: Hi, We are currently studying your tool for our research. We were wondering from review board code review, how do we know which

Re: Reviewing without a Source control Repo: Uploading changes?

2015-06-18 Thread Barret Rennie
Hi Luciano, The person who uploaded the review request can update the diff by going to the review request page and selecting Update Update Diff from the top menu (where Review, Ship It, etc. are). Regards, Barret Rennie On Jun 18, 2015, at 8:55 AM, Luciano Moretti luciano.more...@gmail.com

Re: ImportError: No module named urllib.parse

2015-06-18 Thread Barret Rennie
Hi John, That import doesn’t specifically import urllib.parse; it imports it from Six, a Python 2 — 3 compatibility layer. Can you verify that importing “six.moves.urllib.parse.urlparse” does not work in terminal? Regards, Barret Rennie On Jun 18, 2015, at 12:02 PM, John Schmitt marmalo

Re: RBTools: when and how is .rbtools-cookies written?

2015-06-02 Thread Barret Rennie
Hey Steve, The cookie file is written inside of the ReviewBoardServer class (in rbtools.api.request) when it is instantiated. Regards, Barret Rennie On Jun 2, 2015, at 11:29 AM, Steve seide.al...@gmail.com wrote: I have a wrapper to rbt that calls directly into Post.run_from_argv(). I'm

Re: File attachment peer review question

2015-05-14 Thread Barret Rennie
files section. I hope this answers your questions. Regards, Barret Rennie On May 14, 2015, at 10:19 AM, Dunnigan, Terrence J terrence.j.dunni...@boeing.com wrote: Hi all, Say I create a peer review of a file attachment – a JPG or PDF (we have the Power Pack). Say my reviews add

Re: Exclude in .reviewboardrc

2015-05-04 Thread Barret Rennie
if this solves your issue. Regards, Barret Rennie On May 4, 2015, at 2:13 PM, Jeff Buzzell jbuzz...@catalystsecure.com wrote: Could you please elaborate on the syntax for patterns when using .reviewboardrc EXCLUDE_PATTERNS ? I am able to use the rbt parameters to exclude a single pattern

Re: Not able to find a function

2015-04-22 Thread Barret Rennie
, but we have a special function _create (resource.py:31) that handles adding keyword args to the http request and sends it. I hope this answers your questions. Barret Rennie On Apr 21, 2015, at 10:19 PM, XYZ karthikut...@gmail.com wrote: Hi, I am trying to understand the integration of perforce

Re: how to change domain name

2015-04-15 Thread Barret Rennie
Hi Oleg, You can change the URL in the Admin control panel in http://YOUR_SERVER/admin/settings/general/ http://your_server/admin/settings/general/. Regards, Barret Rennie On Apr 15, 2015, at 1:25 PM, Oleg Tikhonov olegtikho...@gmail.com wrote: I created a site usind rb-site install

Re: CRITICAL: not well-formed (invalid token): line 3, column 28

2015-04-15 Thread Barret Rennie
history. I hope these improvements suit your needs. Thanks again for reporting this issue. Regards, Barret Rennie -- 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

Re: CRITICAL: not well-formed (invalid token): line 3, column 28

2015-04-10 Thread Barret Rennie
Hey Richard, Looking at your log, character 28 is a forward slash (the one in the http://... http://.../ bit). The password prompt is getting mixed in with the log entry and is trying to be parsed as XML, resulting in the exception you were running into. I’ll have a look to see if this stuff

Re: rbt diff object of type 'NoneType' has no len(). RBTools 0.7.2 with svn

2015-04-07 Thread Barret Rennie
Hey all, Griffin’s patch has landed on the release-0.7.x and master branches as commit 3afaf5dbf66c57e837a6521bb83ea712682817c5. This patch will be included in the next minor RBTools release (RBTools 0.7.3). Regards, Barret Rennie -- Supercharge your Review Board with Power Pack: https

Re: RBTools 0.7 is released!

2015-03-02 Thread Barret Rennie
Hi again, You can ignore my last email. As it turns out, the file exclusion was buggier than I thought. Patterns are interpreted as relative to the current working directory unless they begin with a path separator. Regards, Barret On Feb 27, 2015, at 5:25 PM, David Carson dccar...@gmail.com

Re: RBTools 0.7 is released!

2015-03-01 Thread Barret Rennie
Hi again David, I realized that I gave you some incorrect information about this the other day. Patterns should match against the root of the repository (e.g. -X ‘*.foo’ will match all files ending in .foo in the entire repository) unless they are explicitly local (i.e., they begin with ./).

Re: RBTools 0.7 is released!

2015-02-27 Thread Barret Rennie
Hi David, Sorry for the lack of clarity in the documentation. It will be rectified in the next minor release of RBTools. The pattern support for the -X flag varies by the SCM tool. Hg provides its own file exclusion support, so when RBTools is working with a Mercurial repository, it will use

<    1   2