Re: RB, SVN, and AD

2016-07-07 Thread Cathy Mullican
I'll note that it would be helpful if there were any documentation about setting RB up with sqlite, beyond "Typically on development setups, SQLite is used for the database, as this allows for quick and easy database creation, backups, multiple versions, and deletions." Running

Re: RB, SVN, and AD

2016-07-07 Thread Cathy Mullican
I'll try it, but there's only one site and one database, on one server, so I don't really see how consistency is an issue here. This was supposed to be a nice simple tool to introduce code reviews for the team, and instead, it's become something of a nightmare. The only thing is, I don't see

Re: API to integrate with other source code repositories?

2016-07-07 Thread lams lam
Hi Chris, Thanks for the detailed information, we will give it a try. Our system is solely for in-house usage and won't be available for use externally. Thanks. On Thursday, June 30, 2016 at 1:37:45 PM UTC-7, Christian Hammond wrote: > > Hi, > > We don't have a full guide up anywhere, but

Re: Using gitlab integration with self-signed SSL certificate

2016-07-07 Thread udam . dewaraja
This is a temporary hack but I'm disabling all SSL cert validation by doing: ssl._create_default_https_context = ssl._create_unverified_context inside the gitlab.py (doesn't really matter where we do this i guess). I'm on the latest RB 2.5.6.1 version using Python 2.7.10. Thanks! On

ReviewBot: Multiple Tools Enabled Issue and ReviewBot 0.3alpha?

2016-07-07 Thread Jerry Kotas
I am running ReviewBoard 2.5.6.1 from the BitNami Package 2.0.15. I installed ReviewBot 0.2alpha. The bot runs perfectly fine when I only have one tool enabled. When I run 2 tools, however, the second tools just keeps posting on the request. I found the issue to be with the celery queue. Here

Review Board Ticket #4440: Interdiff is incorrect for an updated unpublished draft

2016-07-07 Thread Sergey Barinov
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4440/ -- New ticket #4440 by sbarinov For Beanbag, Inc. > Review Board Status: New

Re: Using gitlab integration with self-signed SSL certificate

2016-07-07 Thread Christian Hammond
Hi, Can you show me the code you've used to skip over it, and let me know the version of Python you're using? Also, what version of Review Board? Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On

Re: diff content information in ReviewBoard Database

2016-07-07 Thread Christian Hammond
We don't support database access outside of using the API or through our Python modules in Review Board (as part of our extensions). It's doable, but it's not something we want to encourage. If you absolutely need to, it's stored as serialized JSON data in the diffviewer_filediff table. You'll

Error displaying diff

2016-07-07 Thread Supraja Kumaravel
"There was an error displaying this diff. The patch to 'pom.xml' didn't apply cleanly. The temporary files have been left in '/tmp/reviewboard.5kc5pw' for debugging purposes. `patch` returned: This may be a bug in the software, a temporary outage, or an issue with the form" I will give