Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Denys Pashutynskyi
Hi Christian, Yes, I have Power Pack and I even activated the trial license. The version of Review Board Power Pack is 1.4.2 GitHub Enterprise support enabled. The screenshot is below.

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Denys Pashutynskyi
Sure. Here we go, see the screenshot. Seems like I have multiple options there. On Thursday, January 5, 2017 at 1:50:20 PM UTC-8, Christian Hammond wrote: > >

Reviewboard bug link extra character

2017-01-05 Thread jerome
Hi, we are having some trouble with the bug id link into the description with the #. It seem to grab more then wanted. When looking at a bug page, into the description is as follow: (4217af6d21d0) (Issue #2100) fix after some

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Christian Hammond
Hi Denys, Yep, something is definitely wrong. The registered entries are all missing, and this is the cause of the GitHub Enterprise issue (Git should be appearing in both lists). Is this a new install, and if so, was it installed into a virtual environment, standard system Python directory, or

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Denys Pashutynskyi
Now it works! Awesome, thank you so much for your help! ~# rb-site manage /var/www/reviewboard registerscmtools Registering new SCM Tool Subversion (reviewboard.scmtools.svn.SVNTool) in database Registering new SCM Tool Git (reviewboard.scmtools.git.GitTool) in database Registering new SCM

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Denys Pashutynskyi
I restarted Apache. Nothing happened. I checked errors in browser - nothing critical, just few statical files not found: I am also seeing that I can't specify

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Christian Hammond
Hi Denys, Can you try restarting Apache and trying again? Are there any errors in the browser's JavaScriot console log? Christian On Thu, Jan 5, 2017 at 09:22 Denys Pashutynskyi wrote: > Hi Christian, > > Yes, I have Power Pack and I even activated the trial license.

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Christian Hammond
Glad it works! Can you sanity-check one more thing for me? Go into the Admin UI -> Authentication settings and see if you have Active Directory, LDAP, etc. in there as options. If not, then things are going to break in future releases for you until we figure out what's wrong with the environment

Re: Can't add GitHub Enterprise repo

2017-01-05 Thread Christian Hammond
Great! So Entry Points worked, but the repository types just never got registered... Very strange, but glad it works now! It shouldn't happen again, fortunately. The registerscmtools command registered persistent data in the database that was just missing from the site installation. Let me know

Re: How can a script determine if 'rbt post' needs a '-u' in a git post-commit workflow?

2017-01-05 Thread Christian Hammond
Hi Terry, You can try using rbt api-get on /review-requests/ with the commit-id= query parameter, if you know the previous commit. However, it's likely this will have changed, since commit IDs aren't stable when updating code on a branch. The in-development version of RBTools (currently 0.8,

Re: Unable to import settings_local.py: No module named settings_local

2017-01-05 Thread Christian Hammond
Hi Pradeep, This looks more like an issue with your Apache configuration. It looks like the server is using a SSL certificate intended for a different name than the virtualhost is configured for. It doesn't seem related to the extension work. You'll need to be sure the virtualhost and certificate

Re: Problem with 'python setup.py develop' - [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE]

2017-01-05 Thread bgrabows1
It works now! Thanks! Regards, Bartlomiej Grabowski On Wednesday, January 4, 2017 at 11:54:12 PM UTC+1, Christian Hammond wrote: > > This *should* be working again. Can you give it a try? > > The problem was that, in the process of renewing a certificate, I also > enabled HTTP -> HTTPS

Re: Unable to import settings_local.py: No module named settings_local

2017-01-05 Thread pradeep kumar
Thank you Christian for immediate response. Will check and let you know. On Thursday, January 5, 2017 at 2:36:25 PM UTC+5:30, Christian Hammond wrote: > > Hi Pradeep, > > This looks more like an issue with your Apache configuration. It looks > like the server is using a SSL certificate

Re: How can a script determine if 'rbt post' needs a '-u' in a git post-commit workflow?

2017-01-05 Thread Terry Bringazi
Hi Christian, Thank you very much for your quick detailed advice. After numerous attempts on rbt version 0.7.7, I was unable to successfully post and then retrieve any extra variables with --field local_branch=. Fortunately, from your example arguments '--status=pending