Re: forcing post-review to disregard current working directory

2013-03-20 Thread Kudrettin Güleryüz
I may be wrong but I feel like both suggestions are kind of inconvenient in my case. I was hoping to debug the script in eclipse where I make changes in pydev. I am open to suggestions as to how to debug the changed code. I'd like to be able to use all major debug features such as stepping, watchi

Uninstall Extension

2013-03-20 Thread nehab111
How to uninstall extension from Reviewboard? -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To unsubscribe from this group, send emai

Re: forcing post-review to disregard current working directory

2013-03-20 Thread Matthew Woehlke
On 2013-03-20 10:13, Kudrettin Güleryüz wrote: I may be wrong but I feel like both suggestions are kind of inconvenient in my case. I was hoping to debug the script in eclipse where I make changes in pydev. I am open to suggestions as to how to debug the changed code. I'd like to be able to use

Re: RBTools 0.5 released!

2013-03-20 Thread Steve
I just installed RBTools 0.5 in a virtuaenv, and it installed rbt, but not post-review. I know post-review is being deprecated, but this looks more like it's been removed completely. Is that intentional? --Steve On Tuesday, March 19, 2013 1:43:44 AM UTC-7, Christian Hammond wrote: > > Hi eve

Timestamps are off after 1.6.3 to 1.7.6 upgrade

2013-03-20 Thread David Lee
This morning, I upgraded our ReviewBoard installation from 1.6.3 to 1.7.6, and almost everything went smoothly. The only problem we've had with the upgrade is that the timestamps for pre-upgrade reviews, comments, etc. are wrong. Timestamps for new content are correct. I've set the Time Zone s

Re: RBTools 0.5 released!

2013-03-20 Thread Steve
Sorry, my mistake. post-review was installed, I was in the wrong virtualenv. --Steve On Wednesday, March 20, 2013 10:13:42 AM UTC-7, Steve wrote: > > I just installed RBTools 0.5 in a virtuaenv, and it installed rbt, but not > post-review. I know post-review is being deprecated, but this loo

Re: Uninstall Extension

2013-03-20 Thread David Trowbridge
You can deactivate it from the Extensions page in the reviewboard admin section. If you want it to disappear entirely from there, after deactivating it, remove the .egg from your python site-packages directory. -David On Wed, Mar 20, 2013 at 8:17 AM, wrote: > > How to uninstall extension fro

Use new python API to get latest changes

2013-03-20 Thread A.M.
Hello, Is it possible to use the rb API in 1.7.5 to get the changes to reviewboard in the past X minutes (any review request changes)? I am creating a review board poller which will then update a ticket system with links to reviewboard. I had previously made a reviewboard plugin for this task, b

Re: Use new python API to get latest changes

2013-03-20 Thread Raja
Hi You could use the /api/review-requests/?last-updated-from= to poll review requests that got updated after the "last update time". You could also use last-update-to, if you want to limit requests that happened to a particular time or use them both together to find requests updated in a particular