Skip to content

Releases: acquia/orca

v1.0.0

03 Oct 19:25
Compare
Choose a tag to compare
  • Enabled the drupal/acsf package
  • Added fixture:init --symlink-all option to symlink all possible Acquia packages via local path repository (#43)

v1.0.0-alpha12

17 May 15:19
Compare
Choose a tag to compare
v1.0.0-alpha12 Pre-release
Pre-release

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
  • Added drupal/mautic to packages.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.
  • Made composer normalize always use four spaces.

v1.0.0-alpha11

03 May 16:12
Compare
Choose a tag to compare
v1.0.0-alpha11 Pre-release
Pre-release
  • 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

26 Apr 20:17
Compare
Choose a tag to compare
v1.0.0-alpha10 Pre-release
Pre-release
  • 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

24 Apr 15:56
Compare
Choose a tag to compare
v1.0.0-alpha9 Pre-release
Pre-release

This release only applies security updates to required Composer packages. There are no feature or interface changes.

v1.0.0-alpha8

17 Apr 18:01
Compare
Choose a tag to compare
v1.0.0-alpha8 Pre-release
Pre-release

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 and CORE_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

12 Apr 18:43
Compare
Choose a tag to compare
v1.0.0-alpha7 Pre-release
Pre-release

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:
    • Added Cloud Hooks installation to fixture creator
    • Added fixture:init --no-site-install option (#24)
    • Replaced ORCA_DRUPAL_CORE_VERSION environment variable with fixture:init --core option (#19)
  • 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
  • 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

21 Mar 17:05
Compare
Choose a tag to compare
v1.0.0-alpha6 Pre-release
Pre-release
  • Added the ability to alter the active packages specification (#17)