Releases: axelerant/axl-template
Releases · axelerant/axl-template
v0.4.3
- Move docker-build workflow to proper location
v0.4.2
- 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
v0.4.0
- 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
- 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
v0.2.0
- 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