Releases: acquia/orca
Releases · acquia/orca
v1.0.0
v1.0.0-alpha12
Important: Be sure to review the updated example/.travis.yml
for changes that may need to be applied to your package! (Details below)
- Added full, out-of-the-box support for Drupal installation profiles to Travis CI scripts. (Now in use by Lightning.)
- Added support for custom Travis CI jobs.
- Made fixture creator install themes and sub-themes.
- Added debugging details to Travis CI scripts:
- ORCA configuration values in
before_install
. - ORCA version and outdated Composer packages to
before_script
- ORCA configuration values in
- Added
drupal/mautic
topackages.yml
. Welcome to Acquia, Mautic! 😃 - Made the Travis CI jobs for the current version of Drupal core ensures installation of the current version of Drupal core so that Composer constraints can't force a different version.
- Made Travis CI scripts usable locally.
- Changes to example Travis CI configuration:
- Removed
DEPRECATED_CODE_SCAN_CONTRIB
. - Allowed
ORCA_JOB=CORE_NEXT
to fail.
- Removed
- Made
composer normalize
always use four spaces.
v1.0.0-alpha11
- Expanded and improved Drupal Core multi-version testing. (Fixed Lightning component conflicts blocker for previous Drupal core release job!)
- Made
fixture:init --dev
install the dev version of Drush. - Fixed submodules immediately in root directory (i.e., not in a
modules
subdirectory) not being found. - Added convenience
drush
bash alias for Travis CI scripts. - Added
bin/travis/before_script.sh
to display details about the fixture on Travis CI.
v1.0.0-alpha10
- Added Drupal Console to fixtures.
- Fixed Composer validation for non-module packages.
- Fixed Composer normalizer inverted output.
- Removed confusing "duplicate" error message from static code analysis runner.
v1.0.0-alpha9
This release only applies security updates to required Composer packages. There are no feature or interface changes.
v1.0.0-alpha8
Important: Be sure to review the updated example/.travis.yml
for changes that may need to be applied to your package!
- Removed (deprecated)
acquia/acsf-tools
- Changes to
example/.travis.yml
:- Variously fixed and expanded build matrix and its documentation
- Removed
DEPRECATED_CODE_SCAN_SUT
andCORE_NEXT
from jobs allowed to fail - Expanded inline documentation
- Added binary directories to
PATH
for Travis CI scripts - Added
fixture:init --core
option validation - Added status to end of
fixture:init
command output
v1.0.0-alpha7
Important: Be sure to review the updated example/.travis.yml
for changes that may need to be applied to your package!
- Improved porcelain (Travis CI) interface:
- Added support for automatically testing against a rolling spread of Drupal core versions (#23)
- Redesigned porcelain interface (#18)
- Added after_failure Travis CI script (#22)
- Added
ORCA_SUT_DIR
environment variable to Travis CI scripts - Moved
fixture:status
output from Travis CI install hook to script
- Improved/enhanced command-line interface:
- Improved/expanded Example package:
- Modified example
.travis.yml
to clone ORCA's master branch - Added Composer branch alias to example package
- Removed
DEPRECATED_CODE_SCAN_SUT
from Travis CI allowed failures
- Modified example
- Fixed defects:
- Refactored web server to fix problem of request log output during test runs
- Fixed a relative path issue in PHP lint task
- Added Acquia Pipelines configuration to deploy artifact to Acquia Cloud environment
- Updated Composer packages
v1.0.0-alpha6
- Added the ability to alter the active packages specification (#17)