Modules Unraveled Podcast
Conversations with people who are making your experience with Drupal better.
Podcaster
Episoden
12.10.2016
1 Minute
## Kalabox * What is Kalabox? * Brief story on history Kalabox * Is there a plan to use the “official” Docker for mac backend instead of VirtualBox? * Current update on state of Kalabox * How does Kalabox compare with other local dev tools like Mamp, DrupalVM etc.? * Specifically: Speed, flexibility * Is Kalabox, or will it be usable with server environments other than Pantheon? Ie: Acquia, VPS, PlatformSH ## Use Cases * Team standardization * Fast local dev * Automated repeatable tasks * Github workflow? * Composer based workflow? * Our three month roadmap ## Tandem * You mentioned Tandem in the into, and you gave me a brief description before the show, but can you expand a little bit on what that is? ## Links from the show: * Mike P. on drupal.org - https://www.drupal.org/u/pirog * Mike P. on Twitter - https://twitter.com/pirogcommamike * Kalabox Website - http://www.kalabox.io * Main Documentation - http://docs.kalabox.io* Pantheon Specific Documentation - http://pantheon.kalabox.io * PHP Specific Documentation - http://php.kalabox.io * Kalabox on Github - https://github.com/kalabox * Intro to Kalabox video - https://www.youtube.com/watch?v=A_5Z7uk7Yp4 * ThinkTandem - http://thinktandem.io
Mehr
13.07.2016
1 Minute
Migration In D7, we used the Migrate Drupal to Drupal module, what’s the case for D8? Speak on pattern of using Migrate Drupal as a basis for a migration. Migration plugins and yml configuration declarations are an improvement on an already excellent module - if you are going to handle migrations like you did in 7 - which might be appropriate depending on your use case Appropriate where you are significantly revising the content model, configuration or site composition. What are some of the pros and cons of the way Migrate Drupal works in D8? Pros Migration of most Drupal settings: registration emails, site name, debug settings, etc. Migration of most fields (work is ongoing to include contrib into upgrade migrations) Migration of all content types with nodes and revisions Cons By default, fixed ids (not ideal for staged work) Miss an opportunity to take out the trash Configuration management Let’s talk about configuration management. I know from working with you guys that you started out using Features... Tried out a features based approach at first - because it was similar to well established patterns in 7 - but abandoned it for the project Feature branch activity then confex seems to be working out well Configuration import and export has inspired a lot of confidence in getting to known states. The challenge is probably in managing environmental config settings - that’s where Master still might have a place. Using configuration export and import committed to git repo. Challenges of local configuration vs production configuration. Managing code review Automated removal of local configuration Would like to know some other people’s workflows Episode Links Allan on Drupal.org - https://www.drupal.org/u/generalredneck Allan on Twitter - https://twitter.com/general_redneck Allan’s Website - http://generalredneck.com David on Twitter - http://twitter.com/beautyhammer David on Drupal.org - https://www.drupal.org/u/thebruce David’s Website - http://daviddiers.com David on GitHub - https://github.com/thebruce David on SoundCloud - https://soundcloud.com/beautyhammer Migrate documentation (plugins) - https://www.drupal.org/node/2129651 Drupal.org issue on how to export migration configuration - https://www.drupal.org/node/2704721
Mehr
30.06.2016
1 Minute
Website Audits What is a site audit? Why would you do one? Intended audience New clients? Existing clients? What are the goals of a site-audit? How do you approach a site audit? What are some other approaches you’re aware of? What tools and techniques do you use? How do you present the results? How often should you do them? What are some things to avoid? Links: Jon on drupal.org - https://www.drupal.org/u/fluxsauce Jon on Twitter - https://twitter.com/fluxsauce Jon on GitHub - https://github.com/fluxsauce Jon’s about.me page - https://about.me/jonpeck Site Audit Module - https://www.drupal.org/project/site_audit Unused Modules Module - https://www.drupal.org/project/unused_modules Security Review Module - https://www.drupal.org/project/security_review Hacked Module - https://www.drupal.org/project/hacked Cache Audit Module - https://www.drupal.org/project/cacheaudit Coder Module - https://www.drupal.org/project/coder PHP CodeSniffer - https://github.com/squizlabs/PHP_CodeSniffer Drupal Coding Standards - https://www.drupal.org/coding-standards PHP Copy Paste Detector - https://github.com/sebastianbergmann/phpcpd PHP Mess Detector - https://phpmd.org/ PHP LOC - https://github.com/sebastianbergmann/phploc Git Stats - https://github.com/hoxu/gitstats Git Inspector - https://github.com/ejwa/gitinspector ESLint - http://eslint.org and https://github.com/drupal/drupal/blob/8.2.x/core/.eslintrc webpagetest.org - http://www.webpagetest.org/ Google PageSpeed Insights - https://developers.google.com/speed/pagespeed/insights/ wave.webaim.org - http://wave.webaim.org/ Views Cache Bully Module - https://www.drupal.org/project/views_cache_bully How to audit Drupal Sites - DCNOLA - http://fluxsauce.github.io/how-to-audit-drupal/
Mehr
01.06.2016
1 Minute
## Workflow Initiative * What is the Workflow Initiative and what are the goals you’re trying to achieve? * What lead you into proposing this initiative for core and what’s the background story? * Dries mentioned in the keynote that official initiatives preferably should have a dedicated team, and have funding. How is that going to work for the Workflow Initiative? * How is it funded? * Who is on the team? * What will the process be like for getting this into core? [talk about the new governance structure for core initiatives] * Roadmap for Drupal ## How will it work? * How will the content moderation workflow work when it’s in core? * How will the full-site content preview work when it’s in core? ## Questions from Twitter * Jibran Ijaz [@JibranIjaz](https://twitter.com/JibranIjaz) What will happen to the workflow initiative if Drupal shop(s) will stop supporting it? #MUP160 * Jibran Ijaz [@JibranIjaz](https://twitter.com/JibranIjaz) How can we make sure that this'll be a community driven initiative not specific to someones requirements. #MUP160 * Steve Persch [@stevector](https://twitter.com/stevector) Do you anticipate support for making/deploying configuration changes through workspaces? #MUP160 * Steve Persch [@stevector](https://twitter.com/stevector) @JibranIjaz @dickolsson I'd like part of the answer to be consensus formed around Behat-executable stories/scenarios. #MUP160 * Justin Ludwig [@jludwig89](https://twitter.com/jludwig89) Can the Workflow Initiative fit into a multi-site install, where content is to be deployed to more than one site? #MUP160
Mehr
01.04.2016
1 Minute
I’m really excited about today’s show because this is one of those topics that I know that I need to know, but don’t know where to start. So, I’m super excited that you agreed to come on and teach me what you know about regression testing!
## Regression Testing
* What do you mean when you say “Regression Testing”?
* Why is regression testing important?
* Is there anything to install on your computer? (Testing server)
* What types of regression testing are there?
* Unit/Functional (Mocha/Chai)
* Behavioral (WebdriverIO, Behat)
* Authenticated/Anonymous
* Qualitative (Sasslint, JS lint, JSON lint)
* Performance (Pagespeed, Perfbudget)
* Visual Regression (wraith, phantomcss, webdrivercss)
* How does this work on pages that have dynamic content. Homepage photos, comments etc.
* Where would you start?
* Front-end
* Back-end
* Site-builder
## Where to learn
* https://visualregressiontesting.com/
* https://learn.visualregressiontesting.com/
* Free 6 day email course
## Show Links:
* Micah on drupal.org - https://www.drupal.org/u/micahgodbolt
* Micah on Twitter - https://twitter.com/micahgodbolt
* Micah’s website - https://micah.codes/
* Micah’s Book - http://www.amazon.com/Frontend-Architecture-Design-Systems-Sustainable/dp/1491926783
* https://visualregressiontesting.com/
* https://learn.visualregressiontesting.com/
* Automate Your Testing and Performance Budget - http://environmentsforhumans.com/2016/responsive-web-design-summit/
* http://styleguides.io/
Mehr
Über diesen Podcast
Conversations with people who are making your experience with
Drupal better.
Kommentare (0)