Re: discourse instead of mailinglist?

2016-08-14 Thread Michael V. DePalatis
Hi, Just a humble user here, but here are my thoughts: a forum (such as Discourse) can be a nice way of asking questions and getting quick answers (as well as being useful for searching for answers to frequently asked questions), but it is best as a supplement to, rather than a replacement for, a

Re: Issue #161: No such table error with celery (conservancy/kallithea)

2015-10-09 Thread Michael V. DePalatis
Hi Dominik, On 10/09/2015 11:20 AM, Dominik Ruf wrote: > It seems to me that celery is not using the same db as kallithea. That seems quite likely based on the traceback. I am temporarily putting this on hold though as I work on trying to get things converted to use Celery >= 3.1 (which is

Re: upgrade kallithea

2015-03-22 Thread Michael V. DePalatis
Hi Aurélien, On the contributing page, it says: 'For now we just have one official branch (“default”) and will keep it so stable that it can be (and is) used in production.' In practice, this means pulling in the latest default branch and restarting the server should be enough. I have been

ssh support

2015-03-07 Thread Michael V. DePalatis
I have been wondering about ssh support in Kallithea. From what I can tell, at this point, there is no option either in the web admin interface or in the ini file to configure ssh clone URLs. I'm willing to work on this since I prefer to use ssh over https given that ssh keys are easier for me to

Re: ssh support

2015-03-07 Thread Michael V. DePalatis
Hi Thomas, Have a look at following pull request adding SSH support: https://bitbucket.org/conservancy/kallithea/pull-request/98/unified-ssh-based-authentication-with It would be great if you could test it and report your feedback! Thanks for pointing me to this. It looks like it probably