Releases: acquia/orca
Releases · acquia/orca
v3.14.0
Implemented enhancements:
- Update composer/composer to 2.2.x and allow Composer plugins #198 (secretsayan)
- Improve Drupal core Latest LTS version resolution #197 (secretsayan)
Fixed bugs:
- Make Nightwatch.js test detection more robust #194 (secretsayan)
Merged pull requests:
- Add acquia/memcache-settings #195 (danepowell)
- Improve Comments on Version Selector for better understanding #193 (secretsayan)
- Add comment explaining Symfony kernel configuration #191 (secretsayan)
- Apply Composer library security update #192 (secretsayan)
v3.13.0
Fixed bugs:
- Support case where Drupal core does not have an LTS release #190 (danepowell)
Merged pull requests:
- Allow INTEGRATED_TEST_ON_LATEST_LTS CI job to fail on GitHub Actions #188 (TravisCarden)
- Modifying comments for better understanding #187 (secretsayan)
- Audit packages.yml and D8 EOL #175 (danepowell)
v3.12.2
Fixed bugs:
- ORCA jobs not using latest Acquia CMS #186 (danepowell)
- Code coverage support for non-module packages #179 (danepowell)
- Fix phploc scanning of projects with no code #176 (danepowell)
v3.12.1
Implemented enhancements:
- Improve error message on failure to find available package version #184 (secretsayan)
Fixed bugs:
- Jobs incorrectly allowed to fail #183 (danepowell)
Merged pull requests:
- Protect against missing includes in example code #182 (danepowell)
v3.12.0
Implemented enhancements:
- Bump PHP versions from 7.3 to 7.4 #181 (TravisCarden)
- ORCA-228: Enable Coveralls for GitHub Actions #178 (danepowell)
Merged pull requests:
- Document migration process from Travis CI to GitHub Actions #180 (danepowell)
- Restrict media_acquiadam versions #177 (danepowell)
v3.11.0
Implemented enhancements:
- Migrate "allowed failure" functionality to ORCA core #174 (danepowell)
- Remove cog theme from core packages #168 (TravisCarden)
- Fix #164: Remove composer.lock from fixtures #166 (danepowell)
- ORCA-197: PHP 8 compatibility #163 (danepowell)
Fixed bugs:
- Boolean environment variables broken in GitHub Actions #169 (danepowell)
Merged pull requests:
- Boolean environment variables broken in GitHub Actions #169 (danepowell)
- Add GitHub Actions custom script docs #167 (danepowell)
- Make sed command in example .travis.yml more cross-platform portable #131 (danepowell)
v3.10.1
Fixed bugs:
- Xdebug never disabled on Travis CI #159 (danepowell)
v3.10.0
Implemented enhancements:
- Add project templates #156 (danepowell)
- Remove dependency on BLT #155 (danepowell)
- Stop on errors in _includes.sh #153 (danepowell)
- Support Github Actions #152 (danepowell)
Fixed bugs:
- Don't run tests for project templates #158 (danepowell)
- Use drupal-minimal-project for isolated tests #157 (danepowell)
- Only run after_failure.sh if $ORCA_JOB is set #154 (danepowell)
Merged pull requests:
- Document fix for Composer constraint conflicts with Acquia CMS #150 (TravisCarden)
v3.9.0
Implemented enhancements:
- Add a PHP 8 Travis CI job #149 (TravisCarden)
Note: Action is required to get the new PHP 8 job. See the issue description for details.
v3.8.0
Implemented enhancements:
- Add "qa:automated-tests --all" command option #147 (TravisCarden)
Merged pull requests:
- Update acquia/coding-standards #148 (TravisCarden)