migrate repository from mercurial to git

2021-12-10 Thread Łukasz Michalski
Hi, I would like to migrate a repository myrepo from mercurial to git. I want to rename mercurial repository to myrepo_old and use orginal name for new git repository. Is it enough to rename mercurial repository on disk and copy new one under original name? Old one can have some closed pull

Re: problem with git push

2020-11-23 Thread Łukasz Michalski
On 20/11/2020 15.42, Mads Kiilerich wrote: > On 11/20/20 9:49 AM, Łukasz Michalski wrote: >> Rescan+Overwrite helped. Thanks! >> >> I also upgraded kallithea to 0.6.2 changing python version from 3.7 to 3.8 >> (by creating new venv). > > Great it works. > &g

Re: problem with git push

2020-11-23 Thread Łukasz Michalski
On 21/11/2020 20.11, Thomas De Schampheleire wrote: > Hello, > > El vie., 20 nov. 2020 a las 15:50, Łukasz Michalski () escribió: >> On 20/11/2020 15.42, Mads Kiilerich wrote: >>> On 11/20/20 9:49 AM, Łukasz Michalski wrote: >>>> On 19/11/2020 20.53, Mads Kiiler

Re: problem with git push

2020-11-20 Thread Łukasz Michalski
On 20/11/2020 15.42, Mads Kiilerich wrote: > On 11/20/20 9:49 AM, Łukasz Michalski wrote: >> On 19/11/2020 20.53, Mads Kiilerich wrote: >>> On 11/19/20 4:31 PM, Łukasz Michalski wrote: >>>> Hi, >>>> >>>> I have a problem with one of git

Re: problem with git push

2020-11-20 Thread Łukasz Michalski
I would automate the most common path - python upgrade. Store python version somewhere in db when hooks are installed. Check if hooks needs reinstall on startup. Regards, Łukasz On 20/11/2020 15.42, Mads Kiilerich wrote: > On 11/20/20 9:49 AM, Łukasz Michalski wrote: >> On 19/11/2

Re: problem with git push

2020-11-20 Thread Łukasz Michalski
On 19/11/2020 20.53, Mads Kiilerich wrote: > On 11/19/20 4:31 PM, Łukasz Michalski wrote: >> Hi, >> >> I have a problem with one of git repos. When I try to push changes I got >> "remote rejected": >> >> [zork@serenity filebench]$ git pus

Re: memory leak stikes back

2020-09-01 Thread Łukasz Michalski
On 01/09/2020 09.29, Thomas De Schampheleire wrote: > Hi Łukasz, > > Sorry to have given you confusing information. > > The code snippet I had looked at was: > (kallithea/lib/paster_commands/template.ini.mako) > > %if http_server == 'gearbox': > <%text>## Gearbox default web server ## > use =

Re: memory leak stikes back

2020-08-31 Thread Łukasz Michalski
On 29/08/2020 12.26, Thomas De Schampheleire wrote: > Hi Łukasz, > > Apart from some code changes we did to improve/eliminate some caching > mechanisms, we also added a note to our documentation to clarify the > expectations. See the bottom of the following page: >

memory leak stikes back

2020-08-29 Thread Łukasz Michalski
Hi, Unfortunately after upgrading 0.4.1 to 0.6.1 and python3 gearbox still slowly but surely eats memory. RSS was ~200MB after one day and after a week it grows to 2.1GB. I would like to help resolving this issue but I have no idea where to start. Regards, Łukasz

Re: BUG: Cannot browse files

2020-08-23 Thread Łukasz Michalski
On 2020-08-23 07:29, Thomas De Schampheleire wrote: Hi, On Sat, Aug 22, 2020, 22:49 Łukasz Michalski wrote: Hi, I have a problem with a single repository. When I try to use "Files" tab I got 500 Internal Server Error (traceback below). I have 20 repositories and the problem is onl