Re: Importing users from LDAP

2014-03-12 Thread Renjith V
Hey Jan, How can we use this code? Can you tell me where to put this and how to run this? I am guessing this has to be somehow invoked form within RB, am I right? -Renjith On Tuesday, 24 May 2011 01:04:53 UTC+5:30, Jan Koprowski wrote: > > Yes, > > ReviewBoard use for such account passwordha

Re: Can reviewboard integrate with multiple domains or LDAP URLs?

2014-03-12 Thread David Trowbridge
If you're running 1.7.15 or newer with active directory, you can authenticate against subdomains. You'd enter your top-level domain name in the authentication config, and then users would use "subdomain\username" when logging in. There's no support for running with multiple top-level domains or do

Re: ReviewBoard Hook

2014-03-12 Thread Allen
And also, is that extension ready to use or still under developing? I can do some test work for you if you like to. On Wednesday, March 12, 2014 3:12:34 PM UTC-4, A.M. wrote: > > On Wed, 12 Mar 2014 08:15:36 -0700 (PDT), Allen > > > > wrote: > > Hi guys, > > > > Does anybody familiar with th

Re: ReviewBoard Hook

2014-03-12 Thread Allen
Sounds cool! And is there a way to automatically create a Jira ticket along with a new code reivew? You know, people just want to do things at one place and they hate to create something twice even they should... Anyway thanks for letting me know! On Wednesday, March 12, 2014 3:12:34 PM UTC-4, A

Re: Error: Error applying evolution: (1051, "Unknown table 'auth_message'")

2014-03-12 Thread Christian Hammond
Hi, First, did you back up your database? Second, can you verify the version of Review Board you've upgraded to, and also verify the version of django-evolution installed? (These should be in your Python's site-packages directory). You shouldn't do *any* hand-modifying of the database of any sor

Re: How to get review id before publishing a review request

2014-03-12 Thread Howard Lin
Hi Matthew, Is below command available in 0.5.8 alpha 0 (dev) ? = "When RBTools 0.5 lands it will be much easier, as there should be an rbt command to take a review request ID and publish it. = I'd like to get review request ID before publishing, later it will be updated and pub

Error: Error applying evolution: (1051, "Unknown table 'auth_message'")

2014-03-12 Thread Bhaskar Roy
Hi Christian, I am getting following error while doing site upgrade from 1.5 to Latest 1.7. Even created auth_message tablein MySqL DB. /usr/bin/python /usr/local/bin/rb-site upgrade "/var/www/reviewboard" Rebuilding directory structure Updating database. This may take a while. The log output

Re: ReviewBoard Hook

2014-03-12 Thread Christian Hammond
On Wed, Mar 12, 2014 at 12:12 PM, A.M. wrote: > On Wed, 12 Mar 2014 08:15:36 -0700 (PDT), Allen > wrote: > > Hi guys, > > > > Does anybody familiar with the Hook system of ReviewBoard? > > The thing is my team really needs a feature that requires ReviewBoard to > > create a Jira ticket along wit

Re: ReviewBoard Hook

2014-03-12 Thread Christian Hammond
Hi Allen, The extension stuff in current releases may have some issues. We'll have them fixed up for the RC. I'd recommend checking out one of our released extensions ( https://github.com/reviewboard/rb-extension-pack/) and using those as a base. We can answer any development questions on the re

Re: ReviewBoard Hook

2014-03-12 Thread A.M.
On Wed, 12 Mar 2014 08:15:36 -0700 (PDT), Allen wrote: > Hi guys, > > Does anybody familiar with the Hook system of ReviewBoard? > The thing is my team really needs a feature that requires ReviewBoard to > create a Jira ticket along with a new code review request. > Write an extension is too m

Re: ReviewBoard Hook

2014-03-12 Thread Allen
Official Jira support, I am so glad to hear that... Pretty cool and may I ask when this feature will be released? If I need to wait about half a year, then my boss may push me to develop one... And BTW, I tried the extension system of RB today, and with no luck I failed on the first step. When I

Re: ReviewBoard Hook

2014-03-12 Thread Christian Hammond
Hi Allen, We don't have hook support in the way you're describing. What you likely saw was our extension support, which I assure you is not that hard to use if you have any Python experience. Work is being done on official Jira support, though won't land until after 2.0. Christian On Wednesday

ReviewBoard Hook

2014-03-12 Thread Allen
Hi guys, Does anybody familiar with the Hook system of ReviewBoard? The thing is my team really needs a feature that requires ReviewBoard to create a Jira ticket along with a new code review request. Write an extension is too much work for me and I also dont think it`s a good idea to directly

Re: 2.0 RC1 - Unclear how to disable broken extension

2014-03-12 Thread Allen
What I figured out is you can 1. remove dependences of that extension(use the easy_install -m) 2. delete the .egg file On Tuesday, March 11, 2014 9:43:12 PM UTC-4, Javins, Walt wrote: > > I was successfully able to get rid of this log spam by going to: > > > > /admin/db/extensions/registerede

Re: 32-bit Installation of review board

2014-03-12 Thread Christian Hammond
Hi, Review Board is not architecture-dependent. If you are hitting exceptions that are definitely architecture-related, you'll need to look into the libraries you have on your system and figure out what's going on. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.r

32-bit Installation of review board

2014-03-12 Thread Suneel
Is there a 32-bit installation of review board?, generates exception when installed on 32-bit. Please advice -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http:/

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 o