Creating reviews with screenshots only

2009-09-04 Thread Robert Munteanu
Hi, Is there a way to create a screenshot-only review, e.g. without uploading a diff? The benefit is that we can discuss on some mockups without going through the process of changing and designing the UI. Thanks, Robert --~--~-~--~~~---~--~~ You received this

Migrating from Standard Auth to LDAP

2011-02-21 Thread Robert Munteanu
Hi, I have an existing RB 1.5.4 site which I want to migrate to use the LDAP backend for authentication. The current user names do not match the LDAP user names, but I can update them from the admin backend. What should be the steps to migrate the site from standard to LDAP authentication?

Re: Review Board accepted to Google Summer of Code 2011 - Looking for mentors/ideas

2011-03-21 Thread Robert Munteanu
Hi, As far as I know a past GSOC session was the one that gave the initial version of the ReviewBoard connector for Eclipse ( ereviewboard ). I have picked up that integration and improved it in terms of - stability - support for the 2.0 REST API - feature additions

Re: Review Board 1.6 RC1 released

2011-06-23 Thread Robert Munteanu
Hi, I see that http://code.google.com/p/reviewboard/issues/detail?id=2009 still happens. Just mentioned it in case it slipped under your radar and is an easy fix. Thanks, Robert -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us

API does not return email, first_name, last_name fields for some users

2011-09-02 Thread Robert Munteanu
Hi, I am not sure whether this is a bug or not, but here goes: The API does not return the {first_name, last_name, email} fields for some users ( 3 out of 8135 on reviews.review-board.org ) . I assume that this is some sort of privacy setting, but I think it would be best for the fields to be

Re: API does not return email, first_name, last_name fields for some users

2011-09-02 Thread Robert Munteanu
:41 AM, Robert Munteanu robert.munte...@gmail.com wrote: Hi, I am not sure whether this is a bug or not, but here goes: The API does not return the {first_name, last_name, email} fields for some users ( 3 out of 8135 on reviews.review-board.org ) . I assume that this is some sort of privacy

Re: API does not return email, first_name, last_name fields for some users

2011-09-03 Thread Robert Munteanu
Description. Hongbin On Sat, Sep 3, 2011 at 12:44 AM, Robert Munteanu robert.munte...@gmail.com wrote: Hi Christian, I understand the reason behind this and I don't have a strong preference either way. Perhaps the best solution would be to document this feature in the RB API guide? That was my

Re: Integrating Eclipse with Review Board

2011-10-06 Thread Robert Munteanu
Hi, A preview version of the Reviewboard Mylyn connector allows you to start review requests from a project in the workspace. For now this is available if you use Subversion and Subclipse. I have posted some basic instructions at

Re: Error when attempting to update review request

2011-10-06 Thread Robert Munteanu
Brian, Sorry to dig up an old thread, but it seems like you're using the original version of the connector. You can find a more up-to-date version at https://github.com/rombert/ereviewboard . Robert -- Want to help the Review Board project? Donate today at

Re: Error when attempting to update review request

2011-10-06 Thread Robert Munteanu
Bryan, Sorry to dig up an old thread, but it seems like you're using an old version of the connector. You can find a more up-to-date version at https://github.com/rombert/ereviewboard . Robert -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy

Re: Integrating Eclipse with Review Board

2011-10-11 Thread Robert Munteanu
On Oct 6, 6:15 am, Robert Munteanu robert.munte...@gmail.com wrote: Hi, A preview version of the Reviewboard Mylyn connector allows you to start review requests from a project in the workspace. For now this is available if you use Subversion and Subclipse. I have posted some basic

Re: Integrating Eclipse with Review Board

2011-10-11 Thread Robert Munteanu
On Tue, Oct 11, 2011 at 4:21 PM, Chris Tooley ch...@tooley.com wrote: On Tue, Oct 11, 2011 at 7:51 AM, Robert Munteanu robert.munte...@gmail.com wrote: On Tue, Oct 11, 2011 at 3:35 PM, ctooley ctoo...@gmail.com wrote: We've been evaluating tools and part of that evaluation is the Review

Web API: interpreting line positions of diff comments

2011-10-13 Thread Robert Munteanu
Hi, I'm trying to map diff comment line numbers from the Web API to the files which are submitted for review. I have access to both the 'new' and the 'old' version of the file, and to the line numbers as reported by the Web API. After reporting

Re: Web API: interpreting line positions of diff comments

2011-10-14 Thread Robert Munteanu
I've tried to understand how this mapping is perfomed and came up with the following description/example. Can anyone confirm that I got it right? Thanks. ReviewBoard diff comments are mapped to the virtual diff table which is shown in the web interface, not to a location in the old or new

Re: Web API: interpreting line positions of diff comments

2011-10-15 Thread Robert Munteanu
- chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Fri, Oct 14, 2011 at 2:59 AM, Robert Munteanu robert.munte...@gmail.com wrote: I've tried to understand how this mapping is perfomed and came up with the following description/example. Can

Re: Web API: interpreting line positions of diff comments

2011-10-15 Thread Robert Munteanu
On Sat, Oct 15, 2011 at 2:10 PM, Christian Hammond chip...@chipx86.com wrote: On Sat, Oct 15, 2011 at 4:03 AM, Robert Munteanu robert.munte...@gmail.com wrote: On Fri, Oct 14, 2011 at 10:35 PM, Christian Hammond chip...@chipx86.com wrote: Hi Robert, Sorry I didn't get to this sooner

Re: Web API: interpreting line positions of diff comments

2011-10-15 Thread Robert Munteanu
On Sat, Oct 15, 2011 at 2:20 PM, Robert Munteanu robert.munte...@gmail.com wrote: On Sat, Oct 15, 2011 at 2:10 PM, Christian Hammond chip...@chipx86.com wrote: On Sat, Oct 15, 2011 at 4:03 AM, Robert Munteanu robert.munte...@gmail.com wrote: On Fri, Oct 14, 2011 at 10:35 PM, Christian

Re: Can't create review request

2011-12-05 Thread Robert Munteanu
Hi Farhan, If you're using Eclipse and Subclipse, you might want to give the Eclipse plugin for Reviewboard a shot - it should automate some of the steps for you. https://github.com/rombert/ereviewboard Robert -- Want to help the Review Board project? Donate today at

WebAPI: how did what

2011-12-09 Thread Robert Munteanu
Hi, I'm looking to retrieve information about the user who: - uploaded a screenshot - posted a diff - uploaded a file But am unable to find this information either in a the base objects themselves [1,2,3] or in the change objects [4]. Is that information available in the API or should I open

Re: WebAPI: how did what

2011-12-12 Thread Robert Munteanu
Hi Christian, Thanks for the reply, I am looking forward to tracking that information through the API. The reason is that I am able ( perhaps since am part of the staff? ) to upload screenshots and diffs to review requests started by others. But I can't get that information now, not even

Re: Adding LDAP after the fact

2012-05-05 Thread Robert Munteanu
On Friday, May 4, 2012 7:24:18 PM UTC+3, Daniel wrote: I'm looking at adding LDAP authentication to ReviewBoard. However I want to know what it will do regarding the users that currently already exist and the reviews that are under them. Especially if their usernames don't currently match

Re: Eclipse SVN Workflow

2012-06-21 Thread Robert Munteanu
Hi Jenny, On Thursday, June 21, 2012 8:47:11 PM UTC+3, Jenny Hong wrote: How are people dealing with the workflow in the ReviewBoard plug-in for Eclipse? Some problems we are encountering are - doing separate posts for every review How would you propose streamlining the process of

Re: Eclipse SVN Workflow

2012-06-23 Thread Robert Munteanu
. Robert Thank you very much, Jenny On Thursday, June 21, 2012 12:56:48 PM UTC-7, Robert Munteanu wrote: Hi Jenny, On Thursday, June 21, 2012 8:47:11 PM UTC+3, Jenny Hong wrote: How are people dealing with the workflow in the ReviewBoard plug-in for Eclipse? Some problems we

Unable to use SuperDevMode with the 2.5.0-rc1 generated archetype

2012-08-23 Thread Robert Munteanu
Hi, I thought I'd take the new SuperDevMode for a spin, and quickly creating an archetype seemed to be the best solution. I've generated a new project using mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DarchetypeVersion=2.5.0-rc1 and the

Re: Unable to use SuperDevMode with the 2.5.0-rc1 generated archetype

2012-08-24 Thread Robert Munteanu
to send this question to, I think. -David On Thu, Aug 23, 2012 at 4:57 AM, Robert Munteanu robert@gmail.com javascript: wrote: Hi, I thought I'd take the new SuperDevMode for a spin, and quickly creating an archetype seemed to be the best solution. I've generated

Re: Tao-reviewbaord a reviewboard plugin for eclipse

2013-01-12 Thread Robert Munteanu
Hi Gene, You can use the ereviewboard plugin [0] with CVS. Please see the general features page [1] and the SCM integrations page [2] [0]: https://github.com/rombert/ereviewboard [1]: https://github.com/rombert/ereviewboard/wiki [2]: https://github.com/rombert/ereviewboard/wiki/SCM-Integrations

Web API : date format change since 1.7

2013-01-22 Thread Robert Munteanu
Hi, I am the current maintainer of the Reviewboard integration for Eclipse [1] . I was notified by several users that the plugin broke with 1.7, due to date formatting differences [2] . Apparently for 1.6 a formatted date is '2010-08-28 02:26:18.474' while for 1.7 it is

Re: Web API : date format change since 1.7

2013-01-22 Thread Robert Munteanu
Oops, the issue URL should be https://github.com/rombert/ereviewboard/issues/116 On Tuesday, January 22, 2013 11:15:14 PM UTC+2, Robert Munteanu wrote: Hi, I am the current maintainer of the Reviewboard integration for Eclipse [1] . I was notified by several users that the plugin broke

Re: Web API : date format change since 1.7

2013-01-23 Thread Robert Munteanu
PM, Robert Munteanu robert.munte...@gmail.com wrote: Hi, I am the current maintainer of the Reviewboard integration for Eclipse [1] . I was notified by several users that the plugin broke with 1.7, due to date formatting differences [2] . Apparently for 1.6 a formatted date is '2010-08-28

Re: Connecting review board from Eclipse Mylyn

2013-04-29 Thread Robert Munteanu
Hi Saurav, Not sure if you're using ereviewboardhttps://github.com/rombert/ereviewboardor not, but the label is used to add a friendly name, like 'Company Reviews'. More details can be found at http://wiki.eclipse.org/Mylyn_User_Guide#Task_Repositories . If you're using ereviewboard, feel

Depends on / blocks availability through the Web API

2013-06-03 Thread Robert Munteanu
Hi, Reading the 1.7.8 announcement [1] I see that there is support for depends on and blocks fields, which is great. However, I don't see if they are exposed through the web API from the docs [2] . Are they exposed already or should I file an enhancement request? Robert [1]:

Re: Plugin in Eclipse for RB?

2014-03-10 Thread Robert Munteanu
Hi Allen, There's always https://github.com/rombert/ereviewboard . Robert On Monday, March 10, 2014 3:56:56 PM UTC+2, Allen wrote: Hi All, I am wondering, does anybody know if there`s a Eclipse plugin for integration with RB? I saw one in the Eclipse market which name is Tao-reviewboard

Re: Plugin in Eclipse for RB?

2014-03-12 Thread Robert Munteanu
Yes, please use the Github issue tracker. On Monday, March 10, 2014 7:50:23 PM UTC+2, Allen wrote: Thanks for your response Robert, I already found your cool project and I am trying to play with it. So for now I have encountered some problems and I think it`s better for me to post them on

Reviewboard not reading file locations from patch index

2014-04-05 Thread Robert Munteanu
Hi, I'm using ReviewBoard 1.7.20 on Fedora 18 with a SVN repo. I'm trying to attach an SVN diff to a review using the RB API. I'm doing this from the eReviewboard Eclipse plugin, so I can't use post-review. The RB server runs at http://localhost:5040 . The SVN repository runs at

Re: Reviewboard not reading file locations from patch index

2014-04-14 Thread Robert Munteanu
Anyone? On Sunday, April 6, 2014 1:18:04 AM UTC+3, Robert Munteanu wrote: Hi, I'm using ReviewBoard 1.7.20 on Fedora 18 with a SVN repo. I'm trying to attach an SVN diff to a review using the RB API. I'm doing this from the eReviewboard Eclipse plugin, so I can't use post-review. The RB

Re: Plugins for visual studio and eclipse

2014-08-12 Thread Robert Munteanu
The Eclipse plugin is https://github.com/rombert/ereviewboard . I'm still maintaining it, but I don't have a lot of time for it. Right now I'm looking to add support for the latest Eclipse versions, so any help is welcome :-) Robert On Monday, August 11, 2014 10:12:03 PM UTC+3, David

Re: ReviewBoard n Eclipse Integration

2014-09-15 Thread Robert Munteanu
Hi, Let's please discuss on https://groups.google.com/forum/#!forum/ereviewboard Robert On Tuesday, September 2, 2014 1:25:24 PM UTC+3, nidhi singh wrote: Hi I had installed the Mylyn Reviews Connector: ReviewBoard and successfully added the repository. But when I right click on any

[api] Behaviour of /api/repositories/{repository_id}/info when repository is no longer reachable

2014-10-16 Thread Robert Munteanu
Hi, A couple of users have reported [1] that the eReviewboard Eclipse extension has problems coping with SVN repositories which are down. Investigating a bit more it seems that a REST call to /api/repositories/{repository_id}/info fails if the SVN repository is not reachable at that time from

Re: How to create post-commit Review request using ereviewboard plug-in in Eclipse

2015-03-09 Thread Robert Munteanu
Hi Tapas, This isn't available yet, feel free to file a new issue at [1] Cheers, Robert [1]: https://github.com/rombert/ereviewboard/issues On Monday, March 9, 2015 at 6:00:32 AM UTC+2, Tapas Chandra Baskey wrote: Dear, I am able to create pre-commit Review request from ereviewboard

Re: ereviewboard plugin for Eclipse

2015-03-05 Thread Robert Munteanu
Hi Joseph, I noticed you already posted a different question in the ereviewboard forum. Should I assume you managed to initiate a review? Robert On Thursday, March 5, 2015 at 12:47:13 PM UTC+2, Joseph Syjuco wrote: Hi, Just installed ereviewboard on eclipse kepler. Managed to setup