- [BUGFIX] Set default values for arguments in mergeRecursiveWithOverrule.
- [FEATURE] Add new merging strategy for media config. It now merges
media_default
,media
andmedia_custom
. Indeploy.php
user should usemedia_custom
to overridemedia_default
andmedia
.
- [BUGFIX] Fix rsync ssh non standard options.
- [TASK][BREAKING] Bump dependency to
sourcebroker/deployer-instance
. - [BUGFIX] Fix wrong method call for ssh options on
media-pull
namedia-push
.
- [TASK][BREAKING] Refactor for Deployer 7.
- [TASK] Extend dependency to internal packages to dev-master.
- [TASK][BREAKING] Update dependency to
sourcebroker/deployer-loader
which introduce load folder/files alphabetically. - [TASK] Remove dropped styleci support.
- [BUGFIX] Fix wrong namespace.
- [TASK] Use more strict comparison.
- [TASK] Add ddev.
- [TASK][BREAKING] Increase dependency to sourcebroker/deployer-instance.
- [FEATURE] Use "release" folder for push/pull if available when calling those task.
- [TASK] Apply Style CI fixes.
- [BUGFIX] Fix for normalize file regexp.
- [TASK][BREAKING] Add protections switches (media_allow_pull_live, media_allow_push_live, media_allow_link_live, media_allow_copy_live) to allow push, copy to live instance.
- [TASK] Protect copying/pushing/pulling media to top level instance.
- [BUGFIX] Fix normalizeFilename regexp.
- [BUGFIX] Fix media:push task.
- [BUGFIX] Fix dependencies to "sourcebroker/deployer-loader" and "sourcebroker/deployer-instance".
- [BUGFIX] Docs fix.
- [TASK][BREAKING] Compatibility to Deployer 6.
- [TASK][BREAKING] Remove media:move as its replaced by better media:copy.
- [TASK][BREAKING] Use sourcebroker/deployer-instance for instance data management.
- [BUGFIX] Change colon to underscore for Windows compatibility
- [TASK] Replace RuntimeException with GracefulShutdownException.
- [TASK] Increase version of sourcebroker/deployer-instance.
- [TASK] Introduce var for hardcoded instances names.
- [TASK] Use Configuration object from sourcebroker/instance.
- [TASK] Improve task descriptions.
- [BUGFIX] media:copy should push when doing synchro on different instances.
- [TASK][BREAKING] Possible breaking change for those using global "dep" instead of that one in './vendor/bin/dep' as 'local/bin/deployer' is set now to './vendor/bin/dep'.
- [TASK] Add dependency to sourcebroker/deployer-loader
- [TASK][!!!BREAKING] Remove SourceBrokerDeployerExtendedDatabaseLoader.php in favour of using sourcebroker/deployer-loader
- [TASK][!!!BREAKING] Remove SourceBrokerDeployerExtendedDatabaseUtilityFileUtility because not used now.
- [TASK] Add changelog