- [TASK] Use deployer-loader to load recipes.
- [TASK] Add PhpIncludeInspection to prevent warnings in IDE.
- [TASK][!!!] Update packages sourcebroker/deployer-extended, sourcebroker/deployer-extended-media, sourcebroker/deployer-extended-database, sourcebroker/deployer-loader. Add package sourcebroker/deployer-loader.
- [TASK] Add .gitignore with vendors/ and composer.lock.
- [TASK] Update docs.
- [TASK] Move "magento:deploy:git_checkout" and "magento:setup:static-content:deploy:extended" to separate files/folders.
- [BUGFIX] Add "area" parameter to "magento:setup:static-content:deploy:extended".
- [TASK] Pass language as parameter of setup:static-content:deploy command.
- [FEATURE] Add "deployer-bulk-tasks". Remove standard magento tasks file.
- [TASK] Extend "shared_files" and "writable_dirs".
- [TASK][!!!] Change deploy tasks order / add new tasks for Magento 2.2.
- [TASK][!!!] Change name of "magento:deploy:git_checkout" to "magento:deploy:git-checkout" to follow magento convention.
- [TASK] Make "magento:deploy:git-checkout" to be run before "deploy:clear_paths".
- [TASK] Replace occurance 'pub' in deployer/set.php with {{web_path}}
- [TASK] Add default value for 'db_defaults'.
p) [TASK] Change naming from 'db_defaults' to 'db_default'. r) [TASK][BREAKING] Update stack of deplopyer-*, add deployer-instance and modify deploy flow.
- [DOCS] Update changelog
- [FEATURE] Add second default place to check config file which is out of git /app/etc/env/unversioned.php
[TASK][!!!BREAKING] Remove task "deploy:magento:bugfix_for_deployed_version_txt" as the problem was fixed in Magento2.
[TASK][!!!BREAKING] Remove task "deploy:maintenance". Protecting deployment instances should be done by special modules.
[TASK][!!!BREAKING] Rename task "magento:setup:static-content:deploy" to "magento:setup:static-content:deploy:extended"
[TASK][!!!BREAKING] Remove task "deploy:magento:remove_var_regenerate" as the problem was fixed in Magento2.
[TASK][!!!BREAKING] Rename task "deploy:magento:checkout_for_overwritten_htaccess" to "magento:deploy:git_checkout"
[TASK] Add default settings for task magento:setup:static-content:deploy:extended
set('static_content_deploy_frontend_themes', ['Magento/blank']); set('static_content_deploy_frontend_languages', ['en_US']); set('static_content_deploy_adminhtml_themes', ['Magento/backend']); set('static_content_deploy_adminhtml_languages', ['en_US']);
[TASK] Add deafult settings for task "magento:deploy:git_checkout":
set('magento_git_checkout_items', ['pub/.htaccess']);
- [TASK] Make dependency to deployer/deployer-dist
- Update sourcebroker/deployer-extended-database to version 4.0.0
- Set "default_stage" as callable. This way "default_stage" can be now overwritten in higher level packages.