
We just added Matrix notifications to an old Icinga server we have, because why not? We love having everything in Matrix...
Dev Corner
Getting the group into the URL with Purl
The corners of Drupal 8 that aren't there are quickly dwindling, but there are still some that need to get worked out. While upgrading our internal issue tracker, we hit a new one -- getting a group context set via a URL alias, and generally keeping posts within a group.
Fixing Drupal 8.3 upgrade issues - TwigExtension, Layouts, and Tweaks
Lots of stuff has been changing in Drupal 8 recently. In 8.3.0, a new experimental "layout discovery" module was added to core, which conflicted with the contrib "layout plugin" module.
Added D8 Rules support to Matrix API
As of today, the Drupal Matrix API module now supports sending messages to a room via Rules. Now you can automatically configure notifications to Matrix rooms without touching any code!
Added reminders to our Matrix bot
!remind me to respond to Bill in 2 hours
Nginx: Fix for redirect loop on D8 sites
On one of our D8 sites, after upgrading to 8.3.0, we had a "too many redirects" loop going on on the dev server. For quite some time, we've had the site path repeated with "?q=".
Handle 40x as much traffic -- Switch to Drupal 8 [Update: ok, not so much]
[Update: It turns out the Drupal 7 site we tested had page caching disabled.
Drupal 8 Configuration Management in the real world - workflow and gotchas
Panacea, or disaster? Drupal 8 Configuration Management was supposed to solve all our woes when it came to dealing with deploying configuration. In many ways it's a vast improvement, but in some ways it has almost made matters worse.
D8 Development: Console, Menus, and Entity load/save basics
I learn best when I have a problem to solve, and with one of our D8 upgrade projects, we had a mess to clean up in the menu system.
Fixing broken URL Aliases on a Drupal 6 -> Drupal 8 migration
So there are definite "gotchas" to migrating content from Drupal 6 to Drupal 8, when you take away the assumption that the ids throughout the system will remain the same.
Git Branch Strategy meets Continuous Deployment
Our branch strategy based on Git Flow did not survive. It was getting a bit old in the tooth, but the final blow was automation.
Updating a D6 -> Drupal 8.0.x migration to Drupal 8.1.x
We have several Drupal 6 to Drupal 8 upgrade projects going on, which is particularly challenging given how quickly the Drupal Migration system is changing.