4.8.0
Includes
- Support to new NEXTCLOUD Asda
- New modes for toolkit:test-phpcs
- Hotfixs
Improvement to the target toolkit:download-dump
Include now support to new Nextcloud ASDA by setting the prop toolkit.clone.asda_type to 'nextcloud', by default still the legacy ASDA. The downloaded file is now stored in compressed mode to preserve space in the local filesystem. The output of the command now prints the Data of the file to support developers to see the date of the ASDA dump they are using.
Is it possible to instruct the toolkit to download together with MySQL dump, the dumps for Solr and Virtuoso by setting the prop toolkit.clone.asda_services to 'mysql,solr,virtuoso'. In this version we are only importing MySql, in the future, we will handle the import of the remaining dumps.
Improvement to the target toolkit:test-phpcs
The target includes now a new prop toolkit.phpcs.mode that can have 2 values: 'grumphp' (default) or 'phpcs', when set to phpcs toolkit will not make use of Grumphp but using bin/phpcs directly opening the possibility to customized rulesets by project and better integration with developer IDE's.