Skip to content

Releases: acquia/orca

v2.11.0

19 Oct 15:14
059f906
Compare
Choose a tag to compare
  • Updated acquia/coding-standards from 0.4.3 to 0.5.0. (#111)
  • Documented another solution to adding dev-only dependencies. (0b03a02)
  • Excluded boolean argument phpmd rule. (7123c82)
  • Removed unstable Composer optimizations from bin/travis/before_install.sh. (e9c80c8)
  • Added preflight test for a "version" value in SUT's composer.json. (#108)

v2.10.0

11 Sep 15:14
823f169
Compare
Choose a tag to compare
  • Add support for test coverage tracking with Coveralls (#101)
  • Enable using other test coverage services than Coveralls (#106)
  • Made default project template selection automatic based on core version. (#105)
  • Extracted version guessing logic and created new 'debug:guess-version' command. (#103)
  • Fixed broken 'fixture:init --symlink-all' option. (#102)
  • Make Composer use the local repository of a project template SUT (#91)
  • Excluded static access PHPMD rule.
  • Update docs references to Running automated tests. (#100)

v2.9.1

03 Aug 12:44
326f03b
Compare
Choose a tag to compare
  • Fixed and moved code coverage report. (#99)

v2.9.0

28 Jul 17:02
f43a16c
Compare
Choose a tag to compare
  • Add report:code-coverage command (#97)
  • Set Node.js to a version compatible with Drupal 9 + Nightwatch.js. (#94)
  • Fixed broken support for absolute package paths (#93)

v2.8.0

24 Jun 20:06
ae9a9c4
Compare
Choose a tag to compare
  • Added Drupal Spec Tool to D9 jobs.
  • Added phpinfo output to before_install build phase.
  • Add support for Drupal Test Traits' Selenium2 driver (#92)

v2.7.0

03 Jun 18:36
ea3303c
Compare
Choose a tag to compare

Temporarily hardcoded Drupal core version spread to accommodate quirks of major version rollover handling:

PREVIOUS_RELEASE 8.8.7
PREVIOUS_DEV 8.8.x-dev
CURRENT_RECOMMENDED 8.9.0
CURRENT_DEV 8.9.x-dev
NEXT_RELEASE 8.9.0
NEXT_DEV 8.9.x-dev
D9_READINESS 9.0.x-dev

v2.6.0

02 Jun 20:21
b5b122d
Compare
Choose a tag to compare
  • Added drupal/cog back, which was mistakenly removed from D8 builds.
  • Added the ability to specify an arbitrary Composer project template (#89)

v2.5.0

29 May 21:13
26be25f
Compare
Choose a tag to compare

This is a hotfix release to fix CORE_PREVIOUS jobs failing due to a module version constraint conflict.

v2.4.0

22 May 18:19
9b8abc9
Compare
Choose a tag to compare
  • Enabled drupal/acquia_purge in D9.
  • Assert environment variables in all scripts instead of selectively. [fixes #86]
  • Removed unnecessary PHPStan ignore rule. (#84)

v2.3.0

18 May 14:32
b68608f
Compare
Choose a tag to compare
  • Enabled Lightning Media, Lightning Workflow, and Cog in D9.
  • Fixed regression in Nightwatch.js testing.