Re: User Account Management through REST API

2010-06-30 Thread David Solbach
On Tue, Jun 29, 2010 at 10:35 AM, David Solbach d...@vidsolbach.de wrote: Hi there, is it possible to create / delete / modify users using the REST API in 1.5? I found a call to list all users, but nothing more in the documentation, yet. Is there a list of undocumented API calls somewhere?

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wed, Jun 30, 2010 at 1:45 AM, David Solbach d...@vidsolbach.de wrote: On Tue, Jun 29, 2010 at 10:35 AM, David Solbach d...@vidsolbach.de wrote: Hi there, is it possible to create / delete / modify users using the REST API in 1.5? I found a call to list all users, but nothing more in

Re: User Account Management through REST API

2010-06-30 Thread Thilo-Alexander Ginkel
On Wed, Jun 30, 2010 at 11:19, Christian Hammond chip...@chipx86.com wrote: I know what other people have done is written custom auth backends to talk to a central database for users, so instead of creating/updating users in Review Board based on redmine's data, you'd just have Review Board use

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wednesday, June 30, 2010, Thilo-Alexander Ginkel th...@ginkel.com wrote: Redmine does support LDAP as a backend and adding a custom authentication backend to Redmine is also trivial (just implement an AuthSource - takes less than 40 lines of code for simple DB-based authentication). What

Showing repositories paths to users

2010-06-30 Thread sergius
Hi. We are using your perfect tool for a year already, thank you for it. Can someone, please, help me with next question: we have several hundreds repositories on our organization so users tends to mix them so just naming doesn't work. Is there any way to expose exact repository paths to regular

Fwd: User Account Management through REST API

2010-06-30 Thread Ben Cooksley
Forwarding due to delivery failure... -- Forwarded message -- From: Eike Hein h...@kde.org Date: Wed, Jun 30, 2010 at 9:40 PM Subject: Re: User Account Management through REST API To: reviewboard@googlegroups.com Cc: sysad...@kde.org On 6/30/2010 11:19 AM, Christian Hammond

Re: Showing repositories paths to users

2010-06-30 Thread Christian Hammond
Hi, Glad you like it enough to think it's perfect :) What some places do is put the repository path (or part of it) in the repository name so it's easily visible in the selector. I assume you're wanting this for the New Review Request page? Or do you just need something on, say, the review

Re: User Account Management through REST API

2010-06-30 Thread Jeff Mitchell
On 6/30/2010 2:34 PM, Christian Hammond wrote: You actually can add a user in LDAP who is not in Review Board as a reviewer. They won't appear in the autocomplete, but if you type the name it will work. Review Board checks the auth backend for any unrecognized names that are entered and pulls

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wed, Jun 30, 2010 at 1:53 PM, Jeff Mitchell mitch...@kde.org wrote: On 6/30/2010 2:34 PM, Christian Hammond wrote: You actually can add a user in LDAP who is not in Review Board as a reviewer. They won't appear in the autocomplete, but if you type the name it will work. Review Board

Script to delete fake accounts

2010-06-30 Thread David Solbach
Hi, a while ago I asked in this mailing list how to delete the accounts of 'fake users' or spam accounts in a public reviewboard instance. Today I managed to do it via a little script that can be run from a python console. Maybe it can help some of you to do the same. The script walks over

Re: User Account Management through REST API

2010-06-30 Thread Thilo-Alexander Ginkel
On Wednesday 30 June 2010 20:34:31 Christian Hammond wrote: You actually can add a user in LDAP who is not in Review Board as a reviewer. They won't appear in the autocomplete, but if you type the name it will work. Review Board checks the auth backend for any unrecognized names that are

Re: User Account Management through REST API

2010-06-30 Thread Christian Hammond
On Wednesday, June 30, 2010, Thilo-Alexander Ginkel th...@ginkel.com wrote: On Wednesday 30 June 2010 20:34:31 Christian Hammond wrote: You actually can add a user in LDAP who is not in Review Board as a reviewer. They won't appear in the autocomplete, but if you type the name it will work.

Re: Issue 394 in reviewboard: if a diff includes a file that has been cvs remove'd, reviewboard won't accept it

2010-06-30 Thread reviewboard
Updates: Status: Fixed Comment #19 on issue 394 by chipx86: if a diff includes a file that has been cvs remove'd, reviewboard won't accept it http://code.google.com/p/reviewboard/issues/detail?id=394 This should work fine now. We now indicate deletes as actual deletes, instead of

Re: Issue 1066 in reviewboard: Show file status in diff (added, modified, deleted, renamed)

2010-06-30 Thread reviewboard
Comment #8 on issue 1066 by chipx86: Show file status in diff (added, modified, deleted, renamed) http://code.google.com/p/reviewboard/issues/detail?id=1066 We now have the deleted part for CVS. It'll be added for other types of repositories in 1.6. -- You received this message because

Re: Issue 292 in reviewboard: Email should be asynchronous.

2010-06-30 Thread reviewboard
Comment #10 on issue 292 by scott.quesnelle: Email should be asynchronous. http://code.google.com/p/reviewboard/issues/detail?id=292 One thing that helped my email performance for ReviewBoard greatly was to use Postfix on the local box as a mail relay. ReviewBoard has the local postfix

Issue 1703 in reviewboard: Users should be able to see who are the users in a given reviewgroup.

2010-06-30 Thread reviewboard
Status: New Owner: Labels: Type-Enhancement Priority-Medium New issue 1703 by scott.quesnelle: Users should be able to see who are the users in a given reviewgroup. http://code.google.com/p/reviewboard/issues/detail?id=1703 What version are you running? 1.0 What's the URL of the page

Re: Comment on IdeasFor2_0 in reviewboard

2010-06-30 Thread reviewboard
Comment by Robbins.Kevin.D: I, too, would like the ability to attach files other than screen shots to a review request. It is often useful to attach a requirements or design document to a review as a reference to reviewers who are not core team members. For more information:

Re: Comment on IdeasFor2_0 in reviewboard

2010-06-30 Thread reviewboard
Comment by Robbins.Kevin.D: I second the request for basic metrics collection such as lines of code reviewed per hour per reviewer, defects per line of code, and defect type/class. For more information: http://code.google.com/p/reviewboard/wiki/IdeasFor2_0 -- You received this message

Re: Comment on IdeasFor2_0 in reviewboard

2010-06-30 Thread reviewboard
Comment by Robbins.Kevin.D: In our reviews, we sometimes want to associate one comment with a bunch of lines throughout a diff. It would be really cool if we could Control-Click those lines and enter the comment just once. For more information:

Re: Issue 1637 in reviewboard: Review Board + perforce can not upload diff

2010-06-30 Thread reviewboard
Comment #6 on issue 1637 by paul.dubois: Review Board + perforce can not upload diff http://code.google.com/p/reviewboard/issues/detail?id=1637 Perforce, new reviewboard install, similar issue when using post-review. I won't post the error data; it looks identical. Strangely, the diff