Re: Not able to find a function

2015-04-22 Thread Barret Rennie
Hi there, Hello; Definitions for these functions don’t actually exist. The Resource class (defined in rbtools.api.resource) generates these functions at run time from the JSON returned by the Review Board web API. Each returned JSON response has a “links” field, which contains a a JSON object

[question] python-dateutil version

2015-04-22 Thread Michael Zhilin
Hi, I'm working on porting ReviewBoard 2.x on FreeBSD system. Today I've faced problem with versioning of python-dateutil. According to setup.py, RB requires dateutil ver.1.5 (exact), but actual version (with Py2 support) is 2.4.2. My question is: is there any (hidden) reason to have exact v

Re: Problems upgrading to 2.0.13 and 2.0.15

2015-04-22 Thread Daniel Dominguez
That fixed it. Many Thanks! On Friday, April 17, 2015 at 2:05:03 PM UTC-7, Christian Hammond wrote: > > Hi Daniel, > > Sorry, I've been pretty swamped. > > First, make a backup of your database. Then, try: > > DELETE FROM django_project_version WHERE id=4; > > Then perform the upgrade again.

Re: New comment moderation in effect

2015-04-22 Thread GC
Hi, Today i tried posting a query for the first time. This was done around three hours back but i'm yet to see it on the board. Subject line was "Command Line tool for Review Board administration". Can anyone please let me know as to how long it generally takes for a post to get approved? Re

Re: New comment moderation in effect

2015-04-22 Thread David Trowbridge
How long depends on whether the moderators are asleep. -David On Wed, Apr 22, 2015 at 8:11 AM GC wrote: > Hi, > > > Today i tried posting a query for the first time. This was done around > three hours back but i'm yet to see it on the board. Subject line was "Command > Line tool for Review Board

Re: New comment moderation in effect

2015-04-22 Thread Gaurav Chhabra
Thanks for your reply. :) On Wed, Apr 22, 2015 at 8:42 PM, David Trowbridge wrote: > How long depends on whether the moderators are asleep. > > -David > On Wed, Apr 22, 2015 at 8:11 AM GC wrote: > >> Hi, >> >> >> Today i tried posting a query for the first time. This was done around >> three ho

Command Line tool for Review Board administration

2015-04-22 Thread GC
Hi, Does Review Board provides a CLI for administrators? We use Git as our version control system and we receive following requests from time-to-time: Add repository Add user Add reviewers (Not very frequent) Although these operations don’t consume much time, I would like to automate them, if

Re: [question] python-dateutil version

2015-04-22 Thread Stephen Gallagher
dateutil broke compatibility after 1.5, so Review Board had to lock it to a known-good version. On Wed, Apr 22, 2015 at 6:30 AM Michael Zhilin wrote: > Hi, > > I'm working on porting ReviewBoard 2.x on FreeBSD system. Today I've faced > problem with versioning of python-dateutil. According to set

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-22 Thread James Knight
So I wasn't using RBTools but I figured I'd try it first to see a working solution with rbt rather than using the web interface. After installing and invoking `rbt`, the first commit of ten (10) created my first review for me. As soon as I try performing an `rbt posh ` on the second or greater

Re: Command Line tool for Review Board administration

2015-04-22 Thread Christian Hammond
Hi, We don't provide a tool for adding those (though that'd be a handy project for someone to work on). We do have an API, though, for adding/manipulating repositories, default reviewers, review requests, and just about anything else. It does not support adding users, though. Most people use an L

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-22 Thread Steve
Will do. Thanks! On Tuesday, April 21, 2015 at 3:22:32 PM UTC-7, David Trowbridge wrote: > > Would you mind filing a bug on our issue tracker? > > Thanks, > -David > > On Tue, Apr 21, 2015 at 2:35 PM Steve > > wrote: > >> Oops, sorry for forgetting that. >> >> Review Board 2.0.15 >> RBTools 0.7

Re: What is the correct approach when attempting to add multiple pre-commit diff files? (Multiple Parent Diffs)

2015-04-22 Thread David Trowbridge
How have you configured the repository on Review Board? -David On Wed, Apr 22, 2015 at 1:50 PM James Knight wrote: > So I wasn't using RBTools but I figured I'd try it first to see a working > solution with rbt rather than using the web interface. > > After installing and invoking `rbt`, the fi

Re: RBTools: rbt post -r ID changenum does not update the change list number in the review request

2015-04-22 Thread Steve
Actually, maybe I should be testing out 2.5 anyway. I think I'll give that a try first. --steve On Wednesday, April 22, 2015 at 2:53:10 PM UTC-7, Steve wrote: > > Will do. Thanks! > > > On Tuesday, April 21, 2015 at 3:22:32 PM UTC-7, David Trowbridge wrote: >> >> Would you mind filing a bug on