socketwench

Results 24 issues of socketwench

Since Composer is now the preferred way to download modules, we should consider adding a top-level script to support it.

Since switching to TEN7/Dockstack, we inherited a bug were the DB container won't stay up. https://github.com/ten7/dockstack/issues/1

And don't just copy the one that is _almost_ perfect from Splatoon, either.

This is an idea I've been toying with for a while. Instead of having a bunch of scripts under .dropwhale, we could instead merge them together in a single executable...

There's a possible race condition in mkdir() in Drupal core given how Dropwhale is configured. It's possible that if we use the null cache backends, we'll avoid the issue.

Right now Dropwhale does not preserve the state of the key directories as a volumes. This means that both the locally cloned repository git_dir (/tmp/drupal) and the web_dir (/var/www/html) are...

Docker on non-Linux platforms can be a bit slow due to a known bind-mount problem. One thing that can help is to use Memcache. The upstream containers we use, ten7/dockstack,...

Since Dropwhale is primarily designed to work against Drupal core HEAD, we've run into a symphony compatibility problem: https://github.com/hechoendrupal/drupal-console/issues/3293 We don't really use Console for anything right now, so it...

The headers for the Changelog section aren't quite right. ``` ## Changelog ## Version 2.1 ## Version 2.0 ### Version 0.5 ``` Notice how Version 0.5 uses an H3, but...

Our only documentation right now is a README file. If Dropwhale is to attract more users, we need a more, and better documentation. A possible solution is to create a...