Christian Münch

Results 290 comments of Christian Münch

@codexp Is this a n98-magerun alias (defined in a yaml config)? Or is it a bash alias?

@codexp Strange. I was able to run my defined aliases within the shell. Can you provide some details of your config?

@codexp Thanks. I can reproduce the problem now. It's only if the alias calls a command with arguments.

@f1-outsourcing There is not really a roadmap for n98-magerun. :-)

@f1-outsourcing Feel free to create a Pull Request.

I need further investigation to solve the issue. It seems that mysqldump which is used cannot distinguish between views and tables. So we need to detect it with PHP. See:...

@frozenminds It's not possible to replace the current configured sample data according to config merge process (see issue #431). If you specify own sample data you need also to specify...

@frozenminds It should be possible to download the sample data by using a git repository because we use the same logic to download Magento sources. I must investigate this in...

@pointia Thanks for reporting. That's a known issue here. I think to fix this, we need to refactor some commands. So it needs some time to find the best solution.

Did some tests. Seems that the execution of Symfony Console Command inside a Command increases the amount of memory.