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 ./contrib/inter

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 a

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 you

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 Wednesday,

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 i