Skip to content

Releases: axelerant/axl-template

v0.4.3

22 Jul 22:58
f69d0de
Compare
Choose a tag to compare
  • Move docker-build workflow to proper location

v0.4.2

22 Jul 22:56
17216c2
Compare
Choose a tag to compare
  • Add check for a valid name
  • Disable aggregation when running via Lando (#15)
  • Add Dockerfile to produce a Docker image on release
  • Ignore platform reqs when running composer install
  • Add Docker build to workflow
  • Add modules & themes custom directory (#18)
  • fix: phpcs errors on initial commits (#17)
  • Fix configuration to load custom php.ini in lando

v0.4.1

08 Jul 21:11
2bdbd3a
Compare
Choose a tag to compare
  • Change branch name in our GitHub actions
  • Change Renovate rules to split Drupal and npm dev dependencies
  • Add phplint to GitLab CI template
  • Add composer validate to GitLab CI template
  • Update to phpdotenv 5.0
  • Add purpose in README (#12)

v0.4.0

15 Jun 22:15
2790f88
Compare
Choose a tag to compare
  • Exit instead of just warning if PHP or composer are not present
  • Check and report if memory limit is not -1 (unlimited)
  • Make sure we send a return code when the command fails
  • Better handle errors when deleting an existing directory
  • Generate renovate.json along with Drupal files
  • Write config_sync_directory settings
  • Minor changes in README for completeness
  • Add README for init-gitlab
  • Add VSCode workspace settings
  • Add phpunit tooling for lando

v0.3.0

13 Jun 01:23
15e368d
Compare
Choose a tag to compare
  • Add GitLab CI support
  • Add more helpful messages to lando.py
  • Add a new helper method to write bold messages
  • Disable mounts for services that don't need it
  • Add support to write settings.env.php
  • Set default core version to 8.9.0

v0.2.1

04 Jun 23:10
b6a6588
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fixes #9: Remove drupal/console from composer.json

v0.2.0

26 May 23:04
41dc21b
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Fixed "init-lando" FileNotFoundError (#6)
  • Add requirements.txt
  • Add default pylintrc generated using 'pylint --generate-rcfile'
  • Better handle webroot detection for drupal/drupal
  • Allow specifying Drupal core version
  • Remind to run composer install if installation is skipped.
  • Refactor composer install method
  • Added check to exit if composer fails to install vendors. (#5)
  • Convert print calls to click's utilities
  • Update README with new options documentation
  • Refactor argument parsing using click
  • fix markdown lint issues