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

I am back

2015-09-09 Thread Dominik Ruf
Hi, quite a while ago I created some pull request. But had no time to 'finish' them. Now I have some time again. But before I start to work on them again I wanted to ask some questions first. 1. One problem back then was that you didn't want to have any db schema changes. What is the status

Re: SV: SV: Bug in MySQL code?

2015-11-27 Thread Dominik Ruf
> > It works for me as well. > > > > > > [image: mail_logo] <http://www.dbc.dk/> > > > > Med venlig hilsen > > Lars Skjærlund > > DevOps > > Tlf.: 44 86 77 77 > > DBC as > > > > www.dbc.dk > > l...@dbc.dk > > > &g

Re: SV: Bug in MySQL code?

2015-11-19 Thread Dominik Ruf
Hi, we use MySql as well so took a quick look at this. As a test I added German Umlaut äöü to a repo description. Although it is displayed correctly in on the web, in the DB it is not. I haven't verified it but I bet this is because of sqlalchemy.db1.convert_unicode = true in the production.ini.

SV: SV: Bug in MySQL code?

2015-11-19 Thread Dominik Ruf
Ok I found http://docs.sqlalchemy.org/en/latest/dialects/mysql.html which suggest to also add ?charset=utf8 to the URL ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Issue #184: is the private repository flag really necessary? (conservancy/kallithea)

2016-01-08 Thread Dominik Ruf
New issue 184: is the private repository flag really necessary? https://bitbucket.org/conservancy/kallithea/issues/184/is-the-private-repository-flag-really Dominik Ruf: Is there a difference between a private repository and a repository where the default permission is None

Re: Proposal for TurboGears2 port

2016-01-29 Thread Dominik Ruf
FYI a weird thing happend. I pull your latest changes but still got the exception. But after enabling debug in my development.ini the pages render correctly. ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: Proposal for TurboGears2 port

2016-01-26 Thread Dominik Ruf
Hi, since pyramid is the successor of pylons can you say something about the differences between the two? ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: Proposal for TurboGears2 port

2016-01-28 Thread Dominik Ruf
I gave it shot but failed :-( The first thing were the requirements. Like you said I had to add some requirements to the setup.py. "zope.interface" and "repoze.who" But I don't understand why these are not installed as dependencies of turbogeards? After adding these two dependencies kallithea

Re: Kallithea CI

2016-02-23 Thread Dominik Ruf
I also found https://codeship.com/pricing ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: Kallithea CI

2016-02-24 Thread Dominik Ruf
I mean when using KALLITHEA_NO_TMP_PATH=1. None of your successful runs used KALLITHEA_NO_TMP_PATH=1, did they? When I use KALLITHEA_NO_TMP_PATH=1 I need the changes from https://bitbucket.org/domruf/kallithea/commits/7f963eb6354952dad842ba6ea16 Then the tests pass on my personal linux machine

Re: Kallithea CI

2016-02-24 Thread Dominik Ruf
It is definitely broken. But with this fix https://bitbucket.org/domruf/kallithea/commits/7f963eb6354952dad842ba6ea16 67dc5b77b6dd3 the tests pass on my personal linux machine. I think the problem on drone.io is the that drone.io prevents the tcp connection somehow.

Re: Kallithea CI

2016-02-23 Thread Dominik Ruf
BTW and a lot of tests fail if you use export KALLITHEA_NO_TMP_PATH=1 as described here http://docs.kallithea- scm.org/en/latest/contributing.html#running-tests even on linux ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: Kallithea CI

2016-02-23 Thread Dominik Ruf
I just set up a project at codeship.com. You can see the test results with the language settings set to German at https://codeship.com/projects/136295/builds/12357626 ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: Using css Mako templates to make the styles configurable

2016-02-29 Thread Dominik Ruf
FYI I started working on using less https://bitbucket.org/domruf/kallithea- bootstrap/commits/56ae43fbb2391595e621255b33affdf769bfdf03 ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: Markdown support

2016-02-29 Thread Dominik Ruf
+1 for using markdown ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: [PATCH] summary, changelog: make the number of comments indicator more accurate

2016-02-25 Thread Dominik Ruf
+1 for moving logic into model or controler ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Issue #198: documentation for windows should mention to add c:\path\to\git\bin to PATH (conservancy/kallithea)

2016-02-29 Thread Dominik Ruf
New issue 198: documentation for windows should mention to add c:\path\to\git\bin to PATH https://bitbucket.org/conservancy/kallithea/issues/198/documentation-for-windows-should-mention Dominik Ruf: I added c:\path\to\git\cmd instead of c:\path\to\git\bin to PATH which caused test_archives.py

Re: Kallithea CI

2016-02-24 Thread Dominik Ruf
Because the codeship project is not available to the public I set up the project at drone.io You can see the output here https://drone.io/bitbucket.org/domruf/kallithea/1 Weirdly enough permissions tests like test_permissions.py also fail with German language settings

Re: Kallithea CI

2016-02-24 Thread Dominik Ruf
I saw that but I wanted to play with drone.io a bit myself :-) And I use a different setup https://drone.io/bitbucket.org/domruf/kallithea/admin I call py.test twice. First time without setting environment variables which succeeds and a second time with env variables for German language

Re: A little trick using the Analytics HTML feature

2016-02-15 Thread Dominik Ruf
BTW using javascript you can even add and manipulate the html anywhere you want. ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: A little trick using the Analytics HTML feature

2016-02-15 Thread Dominik Ruf
+1 for disabling it on admin pages ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Issue #194: use more dulwich instead of calling git command line (conservancy/kallithea)

2016-02-15 Thread Dominik Ruf
New issue 194: use more dulwich instead of calling git command line https://bitbucket.org/conservancy/kallithea/issues/194/use-more-dulwich-instead-of-calling-git Dominik Ruf: looking at #190 made me realize there are quite a few git command line calls I don't understand why we do this. Isn't

Issue #195: refactor backend specific code out of controllers (conservancy/kallithea)

2016-02-17 Thread Dominik Ruf
New issue 195: refactor backend specific code out of controllers https://bitbucket.org/conservancy/kallithea/issues/195/refactor-backend-specific-code-out-of Dominik Ruf: There is quite some backend specific code in the controllers (e.g. controllers/pullrequests.py) Where possible this should

Re: Status of tests on Windows

2016-03-15 Thread Dominik Ruf
Yes it will be public. But I have some private things to handle at the moment so it may take a few days until it is ready. ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: Some experiences of installing Kallithea on Windows

2016-03-30 Thread Dominik Ruf
I don't think there are any dependencies anymore. pywin32 or at least the necessary sspi module is included in the tortoisehg windows version. For my own purposes I build my own tortoisehg installer which includes my own and some other extension. ___

Re: Some experiences of installing Kallithea on Windows

2016-03-30 Thread Dominik Ruf
11:34 PM, Konstantin Veretennicov wrote: > > > On Mar 30, 2016 21:34, "Dominik Ruf" <dominik...@gmail.com> wrote: > > > > I while back I wrote a mercurial extension for doing active > > directory/kerberos authentication > > https://bitbucket.or

kallithea-scm.org is down

2016-04-08 Thread Dominik Ruf
kallithea-scm.org is down for a while now. Can somebody look at this? ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: Status of tests on Windows

2016-03-19 Thread Dominik Ruf
You can see the my jenkins at http://jenkins.dominikruf.com/ There are 4 build jobs so far. 1. main line 2. main line with German system settings 3. a proxy for your windows build 4. my development clone I plan to add more for example with a mysql DB and celery setup. If you have some ideas what

Re: Status of tests on Windows

2016-03-19 Thread Dominik Ruf
Ok, I will check it out. Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Do., 17. März 2016 20:26: > > On Mar 17, 2016 8:07 PM, "Dominik Ruf" <dominik...@gmail.com> wrote: > > > > You can see the my jenkins at http://jenkins.dominikru

Re: Status of tests on Windows

2016-03-22 Thread Dominik Ruf
I created a repository. You can find the jenkins job-dsl-plugin configuration at https://bitbucket.org/domruf/jenkins-kallithea- docker/src. The repository also includes the docker configuration I use. ___ kallithea-general mailing list

Re: Status of tests on Windows

2016-03-27 Thread Dominik Ruf
I looked into the 'flaky' tests. The problem here is that sometimes (actually quite often) file handles are not released. I'm not sure yet if this doesn't happen on Linux or if it simply doesn't cause a problem because Linux allows renaming of open files. I'm pretty sure it is dulwich that

Re: Automatic code quality checker

2016-03-23 Thread Dominik Ruf
I think it is worth a shot. But I'd suggest to use a fork. In case the they are flooding us with pull requests. BTW the default settings of pylint report 23956 violations :-) http://jenkins.dominikruf.com/job/Kallithea/job/kallithea- scm.org/violations/

Re: Status of tests on Windows

2016-03-24 Thread Dominik Ruf
> Yes, it relies on stdlib's mimetypes.guess_type(). On Windows it gives > "text/plain" for .py. > > My understanding is that this "text/plain" comes from Windows > registry. This can be overridden > by early call to mimetypes.init([]). Then we have "text/x-python" on > Windows as well. > It's

Re: Status of tests on Windows

2016-03-24 Thread Dominik Ruf
> Could you push a quick README on how to run this locally? I have > trouble with "docker-compose up": > Unsupported config option for services service: 'jenkins_master' > I'm pretty new to docker myself so I'm not sure I can help that much. But a README is always a good idea. :-) But basicly

Re: Debugging Kallithea with pdb / remote-pdb / PyCharm

2016-03-01 Thread Dominik Ruf
I use pycharm all the time and had no problems so far. I use [server:main] use = egg:waitress#main threads = 5 ... ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: Running the Kallithea tests on windows

2016-03-02 Thread Dominik Ruf
Hi, I'm afraid there are multiple problems here. 1. These instructions are obsolete. We use py.test instead of nosetest now. 2. --deamon does not work on Windows You figured this one out on your own :-) You can run the next command (the real test run) in a new command window but better yet for

Re: Future plans for DB schema changes

2016-05-18 Thread Dominik Ruf
Hi, I have not login for https://kallithea-scm.org/repos/ (yet) so I could not comment on the PR. But it looks good to me. +1 for pulling it ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Re: Future plans for DB schema changes

2016-05-19 Thread Dominik Ruf
@Mads can you create a account for me so I can comment on the PR? ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: How to setup a custom hook ?

2016-05-17 Thread Dominik Ruf
FYI The missing script output is a mercurial problem. I created a bug entry here https://bz.mercurial-scm.org/show_bug.cgi? id=5232 ___ kallithea-general mailing list kallithea-general@sfconservancy.org

Future plans for DB schema changes

2016-05-16 Thread Dominik Ruf
Hello all, I wanted to ask what to future plan for DB schema changes are. I have a pull request that changes the schema to support repository settings https://bitbucket.org/conservancy/kallithea/pull- requests/203/repository-settings-phases-and-hooks/diff and it is waiting for ages to get

Issue #236: make repo group and user group owners editable (or get rid of them) (conservancy/kallithea)

2016-08-03 Thread Dominik Ruf
New issue 236: make repo group and user group owners editable (or get rid of them) https://bitbucket.org/conservancy/kallithea/issues/236/make-repo-group-and-user-group-owners Dominik Ruf: Currently the owners of repo groups and user groups are not changeable (even though the repo owners

Issue #237: indicate ownership of repo groups and user groups (conservancy/kallithea)

2016-08-03 Thread Dominik Ruf
New issue 237: indicate ownership of repo groups and user groups https://bitbucket.org/conservancy/kallithea/issues/237/indicate-ownership-of-repo-groups-and-user Dominik Ruf: Let's say you want to delete an old user but you can't because he is owner of a repo group. Currently

Certificate expired today

2016-07-04 Thread Dominik Ruf
The certificate for https://kallithea-scm.org expired today. ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: Request for comments: Adding a GraphQL API

2016-09-19 Thread Dominik Ruf
This sounds awesome. ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Improved issue/task management

2016-10-23 Thread Dominik Ruf
and it is open source. It also has a simple wiki which would allow as to completely get rid of bitbucket. So we would be 100% open source. cheers Dominik Ruf ___ kallithea-general mailing list kallithea-general@sfconservancy.org http://lists.sfconservancy.org/mailman

Re: Improved issue/task management

2016-10-24 Thread Dominik Ruf
. > Since we are all volunteers I don't think that would work. > > On Mon, Oct 24, 2016 at 7:26 PM, Andrew Shadura <and...@shadura.me> wrote: > > Hi, > > On 24 October 2016 at 15:47, Mads Kiilerich <m...@kiilerich.com> wrote: > > On 10/23/2016 01:38 PM, Domini

Re: Improved issue/task management

2016-10-24 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Mo., 24. Okt. 2016 um 20:34 Uhr: > Hi Dominik, all, > > On Sun, Oct 23, 2016 at 1:38 PM, Dominik Ruf <dominik...@gmail.com> wrote: > > Hi all, > > > > I strongly believe we need to improve

Re: Improved issue/task management

2016-10-24 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Mo., 24. Okt. 2016 um 21:24 Uhr: > On Mon, Oct 24, 2016 at 9:11 PM, Dominik Ruf <dominik...@gmail.com> wrote: > > > > > > Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb

Re: Request for comments: Adding a GraphQL API

2017-01-12 Thread Dominik Ruf
any updates on this? Dominik Ruf <dominik...@gmail.com> schrieb am Mo., 19. Sep. 2016 um 20:44 Uhr: > This sounds awesome. > ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mail

Official Kallithea docker image

2017-03-23 Thread Dominik Ruf
Hi all, I've been using docker for a while now for my kallithea server and others have also mentioned that they are using docker. So what are the thoughts about creating an official docker image for kallithea? cheers Dominik ___ kallithea-general

Re: How to set phases.publish = false on a repo or globally on Kallithea?

2017-03-23 Thread Dominik Ruf
Long Vu schrieb am Mi., 22. März 2017 um 16:31 Uhr: > On Tue, Mar 21, 2017 at 6:34 PM, Sean Farley wrote: > > Long Vu writes: > > > >> Hi, > >> > >> I have 0.3.2. > >> > >> I've been doing this for each new repo creation, when

Re: How to set phases.publish = false on a repo or globally on Kallithea?

2017-03-23 Thread Dominik Ruf
I already implemented this. https://bitbucket.org/conservancy/kallithea/pull-requests/252 I'll rebase it and create a new pull request. Hopefully I'll get more feed back this time. :-D Long Vu schrieb am Di., 21. März 2017, 21:39: > Hi, > > I have 0.3.2. > > I've been

Jenkins plugin

2017-03-14 Thread Dominik Ruf
Hi, I just wanted to let you know, that I have a first prototype of a jenkins SCMSource plugin, similar to https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Branch+Source+Plugin . You can see it in action here https://jenkins.dominikruf.com/view/All/job/kallithea-mb-pipeline/ . What it does

Fwd: Release plans for Kallithea

2017-07-17 Thread Dominik Ruf
-- Forwarded message - From: Dominik Ruf <dominik...@gmail.com> Date: Mi., 12. Juli 2017 um 17:32 Uhr Subject: Re: Release plans for Kallithea To: Kallithea <kallithea-general@sfconservancy.org> Konstantin Veretennicov <kveretenni...@gmail.com> schrieb am Mi., 2

Re: Eating our own dog food

2017-07-17 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Do., 13. Juli 2017 um 11:30 Uhr: > Hi Dominik, > > 2017-07-12 22:11 GMT+02:00 Dominik Ruf <dominik...@gmail.com>: > > Hi, > > > > I think we should start to eat our own dog food. > > Mean

Re: Release plans for Kallithea

2017-07-12 Thread Dominik Ruf
Konstantin Veretennicov schrieb am Mi., 28. Juni 2017 um 21:59 Uhr: > On Wed, Jun 28, 2017 at 9:21 PM, Thomas De Schampheleire > wrote: > > All, > > > > The last release of Kallithea dates back to more than a year ago, so we > really > > need

Eating our own dog food

2017-07-12 Thread Dominik Ruf
Hi, I think we should start to eat our own dog food. Meaning, we should use our own kallithea for pull requests instead of bitbucket. For this to work, users need to be able to create forks on https://kallithea-scm.org/repos/. So I suggest creating a 'users' repo group, where each user gets his

Re: Eating our own dog food

2017-07-14 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Fr., 14. Juli 2017 um 20:22 Uhr: > 2017-07-13 20:15 GMT+02:00 Dominik Ruf <dominik...@gmail.com>: > > > > > > Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Do., 13. > >

Re: Eating our own dog food

2017-07-18 Thread Dominik Ruf
Mads Kiilerich schrieb am Di., 18. Juli 2017 um 01:10 Uhr: > On 07/14/2017 08:22 PM, Thomas De Schampheleire wrote: > > However, we need to be careful about disk space too. I guess the > > multitude of Kallithea repositories is not such a big problem, but if > > users can

OOK is down

2017-07-18 Thread Dominik Ruf
Internal Server Error The server encountered an unexpected internal error. (generated by waitress) ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: PR webhooks to trigger automation?

2017-07-19 Thread Dominik Ruf
Long Vu schrieb am Di., 18. Juli 2017 um 22:41 Uhr: > Hi, > > If we want to fire some automated tests upon PR creation/update is > there some webhook for that? > > I did not find any documentation about webhooks for Kallithea. Just > wonder if there are really none or the

Re: WebApp Error: ValueError: '12d262c861ecacc5cf381198e923ab71b70046eb' is not in list

2017-07-19 Thread Dominik Ruf
Andrew Shadura <and...@shadura.me> schrieb am Mi., 19. Juli 2017 um 18:59 Uhr: > On 19 July 2017 at 18:48, Dominik Ruf <dominik...@gmail.com> wrote: > > Okay thanks. I'll look into it. > > Can you tell me a bit more about this? > > Is evolve enabled? > > Ho

PyCharm Open Source License

2017-04-28 Thread Dominik Ruf
Hi, I use PyCharm Community Edition for developing Kallithea. I was wondering I somebody already applied for an Open Source license. If so, could you give me the License ID to apply myself? If not, I'd like to try to apply. cheers Dominik ___

Re: Future JavaScript charts library

2017-08-04 Thread Dominik Ruf
Andrew Shadura <and...@shadura.me> schrieb am Fr., 4. Aug. 2017 um 21:11 Uhr: > On 4 August 2017 at 14:14, Dominik Ruf <dominik...@gmail.com> wrote: > > Hi all, > > > > the top entry on our 'roadmap' is killing the last remaining parts of > YUI. > > I'm

Re: Repos down

2017-05-15 Thread Dominik Ruf
Now even https://kallithea-scm.org is down Andrew Shadura <and...@shadura.me> schrieb am Mo., 15. Mai 2017, 16:27: > On 15 May 2017 at 14:49, Dominik Ruf <dominik...@gmail.com> wrote: > > https://kallithea-scm.org/repos/ is currently down. Internal Server > Error >

The future of this project

2017-06-12 Thread Dominik Ruf
Hello everyone, this mail is overdue, but I always hoped it would get better. :-/ I know this is a community project and we all have other responsibilities. So I understand that a request does not get answered instantly. But for example my pull requests about 'repository settings' is now

Re: kallithea-docker questions/problems

2017-06-21 Thread Dominik Ruf
cloning of Kallithea which may change more often. Below my current > diff, comments welcome. > I'm afraid that will not help. You see, if you use a different REV argument, docker will rebuild the whole thing anyway. So AFAIK at the moment there is no way to use layer caching. > > d

Re: kallithea-docker questions/problems

2017-06-21 Thread Dominik Ruf
te invariant, and could be added higher than the > cloning of Kallithea which may change more often. Below my current > diff, comments welcome. > > diff --git a/Dockerfile b/Dockerfile > --- a/Dockerfile > +++ b/Dockerfile > @@ -2,38 +2,49 @@ FROM python:2.7 > > MAINTA

Re: The future of this project

2017-06-14 Thread Dominik Ruf
Andrew Shadura schrieb am Di., 13. Juni 2017 um 12:30 Uhr: > On 13/06/17 10:04, Marcin Kuźmiński wrote: > > Hi All, > > > > Given the opportunity of this email thread, i'd like to pitch in the > > open-source version of RhodeCode CE again. > > > > - A fully functional, free

Re: The future of this project

2017-06-19 Thread Dominik Ruf
Mads Kiilerich <m...@kiilerich.com> schrieb am Do., 15. Juni 2017 um 03:32 Uhr: > On 06/12/2017 05:41 PM, Dominik Ruf wrote: > > Hello everyone, > > > > this mail is overdue, but I always hoped it would get better. :-/ > > I know this is a commun

Re: Jenkins plugin

2017-05-01 Thread Dominik Ruf
Konstantin Veretennicov <kveretenni...@gmail.com> schrieb am Sa., 29. Apr. 2017 um 21:05 Uhr: > On Tue, Mar 14, 2017 at 10:58 PM, Dominik Ruf <dominik...@gmail.com> > wrote: > > Hi, > > > > I just wanted to let you know, that I have a first prototype of a j

Recommended deployment setup

2017-09-13 Thread Dominik Ruf
Hi all, I played around with the different server setups we generate with 'gearbox make-config'. While doing so I was wondering what you guys are using. What setup would you recommend? The default (waitress) maybe okay for development, but since it uses only one worker, it doesn't really scale. I

Docker update (looking for testers)

2017-09-20 Thread Dominik Ruf
Hi all, like I mentioned before, I'd like to add a Dockerfile and docker-compose.yml to make it really easy to get started with kallithea. I did some more work on my docker setup and it now also includes ssh support. And like before it generates the css file from less. So since these 2 things are

Re: Kallithea with non-publishing repos and evolve

2017-09-19 Thread Dominik Ruf
Arun Chandrasekaran schrieb am Di., 19. Sep. 2017 um 03:01 Uhr: > Hi all, > > Is there a way to use non-publishing repos on Kallithea? I tried > enabling the below for a repo individually, but no luck. > > ``` > [phases] > publish = False > ``` > I have a PR that allows to do

Re: Register/Login at kallithea-scm.org

2017-08-30 Thread Dominik Ruf
uy ;-) > > We also need to apply some change to send new PR notifications to the > mailing list, as I just found there are some open PRs from Dominik Ruf > that I wasn't aware of: > > https://kallithea-scm.org/repos/kallithea-incoming/pull-request?from_=1=

Re: Docker update (looking for testers)

2017-11-14 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Di., 14. Nov. 2017 um 21:32 Uhr: > Hi Dominik, > > 2017-09-20 20:52 GMT+02:00 Dominik Ruf <dominik...@gmail.com>: > > Hi all, > > > > like I mentioned before, I'd like to add a Dockerfi

Re: Docker update (looking for testers)

2017-11-13 Thread Dominik Ruf
On Mon, Nov 13, 2017, 23:28 Long Vu <long...@intelerad.com> wrote: > On Wed, Sep 20, 2017 at 2:52 PM, Dominik Ruf <dominik...@gmail.com> wrote: > >> Hi all, >> >> like I mentioned before, I'd like to add a Dockerfile and >> docker-compose.ym

Re: Integrating npm front-end with Kallithea

2017-11-13 Thread Dominik Ruf
Andrew Shadura schrieb am Mi., 8. Nov. 2017 um 08:54 Uhr: > On 8 November 2017 at 03:46, Mads Kiilerich wrote: > > Hello, Community > > > > Big parts of Dominik's front-end work around introducing Bootstrap has > > landed. Thanks! > > > > The next step

Re: Integrating npm front-end with Kallithea

2017-11-13 Thread Dominik Ruf
Mads Kiilerich schrieb am So., 12. Nov. 2017 um 21:39 Uhr: > On 11/08/2017 03:05 PM, Andrew Shadura wrote: > > On 8 November 2017 at 14:42, Mads Kiilerich wrote: > >> On 11/08/2017 01:44 PM, Andrew Shadura wrote: > >>> Well, I did submit a proof of

Re: Docker update (looking for testers)

2017-11-20 Thread Dominik Ruf
Long Vu <long...@intelerad.com> schrieb am Do., 16. Nov. 2017 um 17:15 Uhr: > On Wed, Nov 15, 2017 at 12:04 PM, Dominik Ruf <dominik...@gmail.com> > wrote: > > > > > > Long Vu <long...@intelerad.com> schrieb am Di., 14. Nov. 2017 um 23:33 > Uhr: >

Re: Docker update (looking for testers)

2017-11-14 Thread Dominik Ruf
Long Vu <long...@intelerad.com> schrieb am Di., 14. Nov. 2017 um 18:10 Uhr: > > > On Mon, Nov 13, 2017 at 6:30 PM, Dominik Ruf <dominik...@gmail.com> wrote: > >> >> >> On Mon, Nov 13, 2017, 23:28 Long Vu <long...@intelerad.com> wrote: >> >

Re: Docker update (looking for testers)

2017-11-15 Thread Dominik Ruf
Long Vu <long...@intelerad.com> schrieb am Di., 14. Nov. 2017 um 23:33 Uhr: > On Tue, Nov 14, 2017 at 4:55 PM, Dominik Ruf <dominik...@gmail.com> wrote: > > > > > > > > Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Di., >

Re: Docker update (looking for testers)

2017-11-15 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Mi., 15. Nov. 2017 um 08:50 Uhr: > 2017-11-14 22:55 GMT+01:00 Dominik Ruf <dominik...@gmail.com>: > > > > > > Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Di., 14. > >

https://kallithea-scm.org/repos/ down

2018-01-15 Thread Dominik Ruf
Internal Server Error ___ kallithea-general mailing list kallithea-general@sfconservancy.org https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Re: State of Bootstrap port?

2018-01-30 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Di., 30. Jan. 2018 um 15:21 Uhr: > Hi Dominik, > > 2018-01-29 20:42 GMT+01:00 Dominik Ruf <dominik...@gmail.com>: > > There are a few things left. > > > https://kallithea-scm.

Re: Side-by-side diff broken in some browsers

2018-01-29 Thread Dominik Ruf
Hi Thomas, thanks for the hint. There are 2 problems. 1. there should of course be only one style entry for this 2. the 2 way diff should not be put in another panel I'll push 2 more changesets to fix this. cheers Dominik Thomas De Schampheleire schrieb am Mo., 29.

Re: State of Bootstrap port?

2018-01-29 Thread Dominik Ruf
There are a few things left. https://kallithea-scm.org/repos/kallithea/pull-request/126/_/remaining_bootstrap_related_stuff_v2_v4 Namely: - fix for 2way diff you mentioned - grid system for changeset graph - override some bootstrap variables - watch:less for developers - theme.less - some cleanup

Re: Current caching

2018-02-01 Thread Dominik Ruf
, > > -- > Marcin Kuzminski > RhodeCode, Inc. > > Enterprise Source Code Management. Unified. > Contact us: Web <https://rhodecode.com/> • Twitter > <https://twitter.com/rhodecode> • Community > <http://community.rhodecode.com/> • Slack <https://rhodec

Re: Performance problem

2018-01-31 Thread Dominik Ruf
Can you try to use 'hg serve' on the same machine, with the same mercurial version, on the same repository and see if checking for incoming is as slow as with kallithea? On Wed, Jan 31, 2018, 13:26 Nicolas Pinault wrote: > Le 31/01/2018 à 12:18, Thomas De Schampheleire a

Re: Current caching

2018-02-04 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am So., 4. Feb. 2018 um 13:04 Uhr: > > > On Feb 4, 2018 12:32, "Dominik Ruf" <dominik...@gmail.com> wrote: > > > > On Sun, Feb 4, 2018, 12:03 Mads Kiilerich <m...@kiilerich.com> wrot

Re: Current caching

2018-02-04 Thread Dominik Ruf
On Sun, Feb 4, 2018, 12:03 Mads Kiilerich <m...@kiilerich.com> wrote: > On 02/03/2018 10:12 PM, Dominik Ruf wrote: > > > Mads Kiilerich <m...@kiilerich.com> schrieb am Sa., 3. Feb. 2018 um > 19:32 Uhr: > >> On 02/01/2018 12:50 AM, Dominik Ruf wrote: >>

Re: Performance problem

2018-02-05 Thread Dominik Ruf
On Mon, Feb 5, 2018, 12:06 Nicolas Pinault <nicol...@aaton.com> wrote: > Le 31/01/2018 à 18:08, Dominik Ruf a écrit : > > Can you try to use 'hg serve' on the same machine, with the same mercurial > version, on the same repository and see if checking for incoming is as slow &

Current caching

2018-01-31 Thread Dominik Ruf
Hi all, I'm currently looking at the caching Kallithea does. And I'm a bit...baffled. The way I understand it is that first an entry is made to CacheInvalidation to mark a cache invalid, and later that entry is checked to decide if that cache should be invalidated. But why this detour? Why not

Re: Current caching

2018-02-03 Thread Dominik Ruf
Mads Kiilerich <m...@kiilerich.com> schrieb am Sa., 3. Feb. 2018 um 19:32 Uhr: > On 02/01/2018 12:50 AM, Dominik Ruf wrote: > > Hi all, > > > > I'm currently looking at the caching Kallithea does. And I'm a > > bit...baffled. > > Yes, it is quite baffl

Re: PR firstline overflow

2018-02-22 Thread Dominik Ruf
Mads Kiilerich schrieb am Mi., 21. Feb. 2018 um 17:42 Uhr: > On 02/21/2018 01:45 PM, Thomas De Schampheleire wrote: > >> (Now, I think it would be good to also have the "expand" button move > from a > >> separate column to be shown as the first label ...) > > but that would

New side menu idea

2018-02-22 Thread Dominik Ruf
Hi all, I started working on making the context menu a side menu. You can see it here https://kallithea-exp.dominikruf.com/kallithea/kallithea-domruf https://kallithea-exp.dominikruf.com/kallithea/kallithea-domruf/changelog

What should be included in 1.0

2018-03-12 Thread Dominik Ruf
Hi all, we discussed in the past that we are long over due to release a new version. We also agreed that we should strongly push towards a 1.0 release. Since this may attract new users, I think we should carefully think about what should be included in this release. There is only one chance for a

Re: What should be included in 1.0

2018-03-13 Thread Dominik Ruf
Thomas De Schampheleire <patrickdeping...@gmail.com> schrieb am Mo., 12. März 2018 um 20:37 Uhr: > 2018-03-12 18:54 GMT+01:00 Dominik Ruf <dominik...@gmail.com>: > > Hi all, > > > > we discussed in the past that we are long over due to release a new > versio

Re: New side menu idea

2018-04-05 Thread Dominik Ruf
Dominik Ruf <dominik...@gmail.com> schrieb am Di., 27. März 2018 um 23:17 Uhr: > > > On Tue, Mar 27, 2018, 21:07 Thomas De Schampheleire < > patrickdeping...@gmail.com> wrote: > >> 2018-03-26 19:07 GMT+02:00 Dominik Ruf <dominik...@gmail.com>: &g

  1   2   >