Re: Review Board Ticket #4430: Add an Archive on Publish option for reviews

2018-01-15 Thread David Trowbridge
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4430/ -- New update by chipx86 For Beanbag, Inc. > Review Board > Ticket #4430

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Christian Hammond
Hi Vince, The debug log shows an immediate failure after providing a login/password, and it's not the one I'd expect if there was an issue with the credentials (you'd see "The username or password was not correct."), which makes me wonder if there's an issue with the credentials even reaching the

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Vince Thyng
Confirmed, the domain matches exactly. We have restarted apache many times while troubleshooting this, but tried a restart again just now. We wanted to try `sudo python -m ipdb $(which rb-site) manage /var/www/reviewboard runserver 0.0.0.0:80`, but ran in to trouble with https not being

Re: How to mark single reviewed file as approved

2018-01-15 Thread Christian Hammond
Hi Michał, Sorry, that's not currently a feature we offer. Perhaps down the road, but per-file approval is not on the road map at this time. It could be built as an extension to Review Board, if you wanted it bad enough. Christian On Fri, Jan 12, 2018 at 10:17 AM, Michał Grochowina

Re: Full database schema or conceptual design available for the Review Board database?

2018-01-15 Thread Christian Hammond
Hi Christian, There's not, I'm afraid. It's not something we've ever needed, and directly working with the database is not a common thing (and not something we generally recommend). I'm curious what you're looking to do with the database? For most situations, our recommendation is to either work

Re: Having issue with setting LDAP authentication.

2018-01-15 Thread Christian Hammond
Hi Sami, (Moving this to community support.) I'd need to know more about your setup. Would you be able to share the exact LDAP configuration you have configured, and tell me more about the LDAP server you're running? Are there any errors in reviewboard.log? Do you have other software

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Christian Hammond
Hi Vince, Is Review Board configured to use the same domain in General Settings as you have specified in .reviewboardrc? Can you confirm that for me, and also confirm that restarting Apache doesn't fix anything? I'm wondering because it sounds like the cookie is being generated for the wrong

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Vince Thyng
Adding to my previous post, we are seeing django_session table records getting created when the webui is used, and I wasn able to use a sessionid created there with rbt by putting it in the .rbtools-cookies file, however no session is getting created when we get these failures over rbt. We

Re: "You are not logged in (HTTP 401, API Error 103)"

2018-01-15 Thread Vince Thyng
We are having this same issue on a new server I bought up to migrate data to. Here is a log of me removing the .rbtools-cookies file, showing the failure upon entering credentials, no .rbtools-cookies file is created, putting the file back, and it works. I had this problem until today when I

Re: RBTools Ticket #4628: rbt patch --print cannot be run outside of a source tree

2018-01-15 Thread James Shephard
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4628/ -- New update by alexander For Beanbag, Inc. > RBTools > Ticket #4628 Reply:

Re: Can't add perforce repository

2018-01-15 Thread David Trowbridge
Giuseppe, Can you confirm exactly where in the code it was failing? There shouldn't be any dependency on the environment. -David On Mon, Jan 15, 2018 at 9:07 AM Giuseppe Salvatore < giuseppe.salvat...@gmail.com> wrote: > Hi David, > > I fixed it now!! The problem was the following but I need

Full database schema or conceptual design available for the Review Board database?

2018-01-15 Thread Christian Kolb
Hello! I finally managed to query from the MySQL database of my reviewboard installation (yeah! :-D ). However for an easier orientation through this table jungle, is there any database schema or a conceptual ddatabase design available online for the MySQL database of a Review Boar

Re: Can't add perforce repository

2018-01-15 Thread Giuseppe Salvatore
Hi David, I fixed it now!! The problem was the following but I need you to confirm it. In the python scripts at some point I think there is a check done (think was check_repository) that was basically running p4 info ignoring the values in the filled fields of the web UI but reading for the

Re: Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-15 Thread kasper . bjerke91
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New update by kbjerke For Beanbag, Inc. > Review Board > Ticket #4631

Re: Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-15 Thread kasper . bjerke91
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New update by kbjerke For Beanbag, Inc. > Review Board > Ticket #4631

Review Board Ticket #4631: Dashboard isn't properly redirecting behind a proxy

2018-01-15 Thread kasper . bjerke91
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4631/ -- New ticket #4631 by kbjerke For Beanbag, Inc. > Review Board Status: New

Re: Can't add perforce repository

2018-01-15 Thread Giuseppe Salvatore
Hi David, sure thank you! By looking into the log file I think a different errors is showing up. Not sure if it is related in any way with the Perforce repo interaction, seems to be related to rbintegrations missing hook library. Here is what it says ImportError: cannot import name