Re: gitolite and ReviewBoard

2011-11-14 Thread humble
Thanks Christian. Adrian and I found out that the SSH key works fine. The problem was that when RB checks the validity of the repo (GitClient.is_valid_repository) it actually does Popen in core.py to run a command 'git ls-remote u...@mydomain.com:/repo.git HEAD', however, the child process doesn't

How to setup GitHub repo with Review Board?

2012-07-04 Thread humble
Hi, This may seem to be an easy question, but it doesn't work for me. I registered a test repo on github: g...@github.com:MY_GITHUB_ID/MY_TEST_REPO.git The Review Board version I'm using is 1.6.1. I went to the admin page to register that new repository. I entered the following info: Hostin

Re: How to setup GitHub repo with Review Board?

2012-07-13 Thread humble
me/password is required. Does the account appear in that >>>>>>>> dropdown? >>>>>>>> >>>>>>>> Christian >>>>>>>> >>>>>>>> -- >>>>>>>> Christian

Getting warnings about cache miss for large diffs

2012-11-20 Thread humble
Hi, I thought this issue has been fixed long ago, but I seemed to see its recurrence every once in awhile: Cache miss for key reviewboard...:diff-sidebyside-hl-989989 Cache miss for key reviewboardcom:perforcecom://path/to/file WARNING - Failed to fetch large data from cache for key rev

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-08 Thread humble
For the record, I'm having exactly the same problem and seeing exactly the same error. On Thursday, December 27, 2012 5:24:21 PM UTC-8, Christian Hammond wrote: > > Can you also let me know if you've upgraded Python on this machine for > 1.7, or if you're still using the same version you were us

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-08 Thread humble
3 5:04:30 PM UTC-8, Christian Hammond wrote: > > Can you let me know what version of django-evolution you have installed? > > Also, run these commands and show the output: > > rb-site manage /path/to/site evolve -- --hint > rb-site manage /path/to/site list-evolution

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-08 Thread humble
e unapplied evolutions for diffviewer. There are unapplied evolutions for reviews. Project signature has changed - an evolution is required Installing custom SQL ... Installing indexes ... Installed 0 object(s) from 0 fixture(s) Finally, I ran rbsite.sh again. It worked. On Friday, November 8, 201

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-08 Thread humble
Forgot to mention, I repaired the DB on command line like : $ myisamchk -r diffviewer_diffsethistory - recovering (with sort) MyISAM-table 'diffviewer_diffsethistory' Data records: 514068 - Fixing index 1 Data records: 514067 On Friday, November 8, 2013 11:45:59 PM UTC-8, humble wro

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-09 Thread humble
> Beanbag, Inc. - http://www.beanbaginc.com > > > On Fri, Nov 8, 2013 at 11:49 PM, humble >wrote: > >> Forgot to mention, I repaired the DB on command line like : >> >> $ myisamchk -r diffviewer_diffsethistory >> - recovering (with sort) MyISAM-table '

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-09 Thread humble
(changedesc, changenum) The base class says this function takes 3 arguments now I know you guys left the company so do you still want to put this code in source if not going to support it? On Saturday, November 9, 2013 12:36:48 AM UTC-8, humble wrote: > > I did call evolve --execute

Re: Reviewboard 1.6.13 -> 1.7.1 upgrade fails

2013-11-09 Thread humble
> You'll still want the module. I think the best plan of action is to create a simple Python package that ships that with an entrypoint, and just update the Tool entry in > the database to point to that one. That'll help keep that under your control in a more maintainable way. I can point you to

Bug in LDAP authentication in 1.7.6

2013-11-22 Thread humble
Hi, After we upgraded to 1.7.6, we started seeing authentication issues for some users who have never signed in review board before. The issue tracked down was in 1.7.6 after the authentication was done in LDAPBackend.authenticate(), it calls self.get_or_create_user(username, ldapo) with ldapo

Re: Bug in LDAP authentication in 1.7.6

2013-11-22 Thread humble
http://www.beanbaginc.com<http://www.google.com/url?q=http%3A%2F%2Fwww.beanbaginc.com&sa=D&sntz=1&usg=AFQjCNHeSvZsbNu-Ri1PuVkAAv_K-3EMUA> > > > On Fri, Nov 22, 2013 at 2:48 PM, humble >wrote: > >> Hi, >> >> After we upgraded to 1.7.6, we starte