Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Releases: lmakarov/dde

v1.6.0

24 Oct 21:35
Compare
Choose a tag to compare
  • Drude is now DDE (Drupal Development Environment)
  • DDE is retired in favor of Docksal

v1.5.1

18 Oct 03:26
Compare
Choose a tag to compare
  • Fix dsh mysql commands

v1.5.0

10 Oct 22:30
Compare
Choose a tag to compare

IMPORTANT: Please run dsh update images after updating to this release.

  • Refactored ssh-add and fixed issues on Windows
  • Bats tests for Drude
  • Fixes for installation on Ubuntu
  • Use standard docker.sock location with vhost-proxy service
  • Removed references to console.exe (old winpty version) on Windows - this fixes dsh bash on older installations
  • Docs
    • Added Sass docs
    • Added blackfire.io docs
    • Updated mailhog docs (now with a permanent approach)
    • Updated xdebug docs (using xdebug with console scripts, e.g. drush)
    • Updated Behat docs (additional info about Behat configuration)
    • Moved license to a separate file
    • Retirement announcement

v1.4.1

01 Jul 18:33
Compare
Choose a tag to compare
  • Hotfixes
    • Addressed an issue with php5 vs php7 supervisord service name
    • Account that winpty executable was renamed in 0.3.0 to "winpty.exe"
    • Added ability to stop Drude system containers with dsh
    • Stop docker daemon before running prerequsite updates on Ubuntu to prevent client-server difference error
  • Documentation updates
    • Massive updates to Behat docs
      • PHPStorm integration
      • Use hosts's Selenium server and browsers
    • phpcs docs updates

v1.4.0

10 Jun 22:52
Compare
Choose a tag to compare
  • dsh v1.20.0
  • Added update checker (once a week, currently dsh only)
  • Allow install prerequisites on other Linux versions if user takes the risk
  • dsh -v will now show short version
  • New command dsh system-info for debugging purposes
  • System-wide services
    • New service: ssh-agent. See ssh-agent docs for more details.
    • Bind system-wide services to 0.0.0.0 for simplicity
    • dsh reset can now install/reset system-wide services (dns, vhost-proxy, ssh-agent)
  • Support for custom commands in dsh
  • Support for overlay networks for vhost-proxy (v2 compose file format)
  • Other improvements
    • dsh remove -f to quietly remove containers
    • Support dsh reset -f to quietly reset containers
  • Documentation updates
    • Docs for Apache Solr
    • Docs on switching PHP and MySQL versions
  • Many other small updates and fixes

v1.3.4

04 May 21:34
Compare
Choose a tag to compare
  • dsh v1.13.3
    • Fix regression with is_docker_running check in boot2docker

A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates

v1.3.3

29 Apr 16:44
Compare
Choose a tag to compare
  • dsh v1.13.2
    • Fix regression with dsh behat

A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates

v1.3.2

26 Apr 16:04
Compare
Choose a tag to compare
  • dsh v1.13.1
    • Fix regression with docker-compose related function calls introduced in dsh v1.13.0
  • Documentation fixes

A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates

v1.3.1

21 Apr 19:06
Compare
Choose a tag to compare
  • A lot of refactoring to bring interactive shell experience to Windows (via winpty, which is a requirement now on Windows)
    • dsh update boot2docker will now ask for a confirmation
    • dsh exec (dsh run) can now run interactive commands (try dsh exec top)
    • dsh bash now longer relies on vagrant ssh -c and thus launches much faster
    • dsh mysql-import now disaplays a progress via pv (same as on Mac/Linux)
  • Fixed dsh bashregression from v1.3.0 on Mac/Linux
  • Documentation fixes and updates

A full update is recommended. Please follow the updates instructions:
https://github.com/blinkreaction/drude#updates

v1.3.0

15 Apr 21:51
Compare
Choose a tag to compare
  • Implement dsh drupal shortcut for Drupal Console commands
  • dsh bash improved on Windows
    • Use winpty on Windows (if installed), fall back to "vagrant ssh" otherwise
  • Make sure Docker TLS is disabled
  • Refactored of install/update commands
  • Refactored of docker daemon status check on different platforms
  • Automatic detection of host user id
    • Docker user id in cli is matched to the host user id
    • Add messaging that running as root is not recommended
  • Fixed the issue with line breaks when running dsh stop
  • Fixed dsh drush (with no arguments) throws an error message
  • Documentation updates
    • Added MailHog service usage instructions
    • Added Varnish service usage instructions
    • Misc update and typo fixes