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

2015-10-09 Thread Dominik Ruf
It seems to me that celery is not using the same db as kallithea. How do you start celery? Are you using the same .ini file for celery and kallithea? cheers Dominik ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Status update: CPython, Kallithea, & GitLab

2015-10-09 Thread Nick Coghlan
Hi folks, Some time back I posted here regarding CPython's evaluation of our options for repository hosting: http://lists.sfconservancy.org/pipermail/kallithea-general/2014q4/60.html Originally, this was a comparison between my proposal for a Kallithea based solution, and an alternative

Issue #165: Interval sync/update for "remote repositories" (conservancy/kallithea)

2015-10-09 Thread André Klitzing
New issue 165: Interval sync/update for "remote repositories" https://bitbucket.org/conservancy/kallithea/issues/165/interval-sync-update-for-remote André Klitzing: Hi! I like to request a feature to set an interval to automatically sync a remote repository. We have some repositories that were

Issue #166: Support "hgweb" (and maybe gitweb) (conservancy/kallithea)

2015-10-09 Thread André Klitzing
New issue 166: Support "hgweb" (and maybe gitweb) https://bitbucket.org/conservancy/kallithea/issues/166/support-hgweb-and-maybe-gitweb André Klitzing: Hi! I like to request that kallithea could support "hgweb" interface for a separate path like

Issue #164: Support for http/https proxy (with proxy exception) (conservancy/kallithea)

2015-10-09 Thread André Klitzing
New issue 164: Support for http/https proxy (with proxy exception) https://bitbucket.org/conservancy/kallithea/issues/164/support-for-http-https-proxy-with-proxy André Klitzing: Hi there! We want to use kallithea behind a company proxy. As we use "remote repository clone" we need to add a

[PATCH 1 of 3] files: support annotation on files larger than cut_off_limit

2015-10-09 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1444319150 -7200 # Thu Oct 08 17:45:50 2015 +0200 # Node ID edc4bb70910a7ae489c600dc151553c44259ba0d # Parent 23a86f1c33a1e64b4ae150b16749f6c629bee149 files: support annotation on files larger than

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

[PATCH 2 of 3] files: line up styling of 'File too big' message

2015-10-09 Thread Thomas De Schampheleire
# HG changeset patch # User Thomas De Schampheleire # Date 1444326710 -7200 # Thu Oct 08 19:51:50 2015 +0200 # Node ID 0252389702c09e1b8bddcc742199da1de212f5ec # Parent edc4bb70910a7ae489c600dc151553c44259ba0d files: line up styling of 'File too big'