Fabrizio Branca

Results 11 issues of Fabrizio Branca

When dropping the database using db:drop n98-magerun asks for confirmation (unless the `--force` option is set) ``` Really drop database project_latest ? [n]: ``` But if `-q` is set this...

Currently applyTestScope is only called once for the top level suite (and discardTestScope is only called at the end of the top level suite). It would be much better if...

Currently app/code/community/EcomDev/PHPUnit/Test/Listener.php stores the fixture objects in the Magento registry. The fixture object is needed after the test run to clean up records that were created. But using the Magento...

In EcomDev_PHPUnit_Model_App::applyTestScope() self if used which prevents from extending this class.

https://github.com/hjacobs/kube-downscaler/blob/1d5da010f3165c8781b25a77bc96f0360dbc29bf/kube_downscaler/scaler.py#L53 In case uptime and downtime overlap this line will evaluate to `is_uptime = false` resulting in the replica sets to be scaled down. I wonder if this is excepted/wanted...

- Button to clear classpathcache - Show if filesystem or apc is used - Show how many entries are in classpathcache - Show classpathcache content

enhancement

If for whatever reason a lock directory doesn't get removed scheduler will stop working since every `scheduler_cron.sh` run will exit since there's a lock. So we need to find a...

After updating Homematic (via [RaspberryMatic](https://github.com/jens-maus/RaspberryMatic)) to version 3.41.11.20181126, the homematic binding stopped working. ## Expected Behavior All my Homematic things continue to work with the latest Homematic firmware ## Current...

enhancement

Both modules need to rewrite class Mage_Core_Model_Design_Package as this class does not only implement the fallback mechnism, but also takes care of merging js and css files. Add correct dependencies...