Vincent Bouchet
Vincent Bouchet
When using BLT to deploy artifact to Acquia Git repository, BLT is generating a commit to the target branch. However, we often don't really need to keep an history of...
I observed a weird behavior with the plugin on Youtube. For example, I am listening something and hit the pause key. The video stops properly. If I open the tab...
Would be great to have an option to hide the date.
Can you please add [blt-acquia-cloud-cron-tasks](https://github.com/vbouchet31/blt-acquia-cloud-cron-tasks) to the list of [community plugins](https://support-acquia.force.com/s/article/360046918614-Acquia-BLT-Plugins). It allows to manage Acquia Cloud cron tasks via a yml file in the repository. Thanks
It would be great to be able to configure a notification for each habit which ask if you avoided it. Ideally we can configure the time the notification is prompted.
As per my understanding, we are using stats cachedump here to retrieve items from the server. This method is known to be limited and I recently found that memcache offers...
It would be great to have some acsf-tools-files-dump and acsf-tools-files-restore commands with some options like --scheme=private,public and similar options than acsf-tools-dump / acsf-tools-restore. This would create some site1.tar.gz site2.tar.gz where...
As of now the --concurrency-limit option is splitting the commands by chunks. However, it waits for all the processes in the chunk to complete before starting the next chunk. In...
One of my customer is having a "fake" site installed in his D8 factory which they simply use as a database container for a D7 site to be migrated in...
Due some recent change, `acsf-tools-dump` is automatically creating a folder yyyymmdd (20200722 for example) inside the given --result-folder (`drush acsf-tools-dump --result-folder=/backup` will store the dumps in `backup/20200722`). As of now,...