Skip to content

Releases: acquia/orca

v3.3.0

22 Jan 16:01
398c2c6
Compare
Choose a tag to compare

Implemented enhancements:

v3.2.0

14 Jan 20:45
371ced3
Compare
Choose a tag to compare

Breaking changes:

Implemented enhancements:

  • Update Drupal core version compatibility for drupal/mysql56 #125 (TravisCarden)

Fixed bugs:

  • Fix test runner trying to generate code coverage regardless of environment variable #122 (TravisCarden)

v3.1.2

14 Dec 22:02
52adb62
Compare
Choose a tag to compare

Fixed bugs:

  • Add workaround for "Call to undefined method ::getAnnotations()" error #120 (TravisCarden)

v3.1.1

04 Dec 15:46
50af84f
Compare
Choose a tag to compare

Fixed bugs:

  • Fix NEXT_MINOR_DEV jobs fail when there's no NEXT_MINOR Drupal core version yet #119 (TravisCarden)

v2.11.5

30 Nov 18:19
0334893
Compare
Choose a tag to compare

Hotfix release to fix CORE_NEXT job not using latest patch version of Drupal core.

v3.1.0

19 Nov 22:29
6f2dcea
Compare
Choose a tag to compare

Implemented enhancements:

v3.0.0

12 Nov 15:05
49b8844
Compare
Choose a tag to compare

This is a major feature release with a completely revamped Travis CI job spread. ORCA v2 implementations will not work without modification. Review the following release notes carefully.

Breaking changes:

  • Implement new CI job spread to cover more Drupal core versions and scenarios #115 (TravisCarden)
  • Make default project template selection automatic based on core version #105 (TravisCarden)

Implemented enhancements:

  • Add preflight test for a "version" value in the SUT's composer.json #108 (TravisCarden)
  • Enable using other test coverage services than Coveralls #106 (TravisCarden)
  • Create new 'debug:guess-version' command #103 (TravisCarden)
  • Add support for test coverage tracking with Coveralls #101 (japerry)

Fixed bugs:

Removed:

v2.11.4

11 Nov 14:47
b8d18d1
Compare
Choose a tag to compare

Modified the CORE_NEXT job to test on Drupal core 9.1.x.

v2.11.3

26 Oct 16:33
99fa6b4
Compare
Choose a tag to compare

Hotfix release to fix failures due to release of Composer 2. Make the following change to your .travis.yml to apply it:

 before_install:
   - nvm use 12.13.1
+  - composer self-update 1.10.16
   - composer create-project --no-dev acquia/orca ../orca "$ORCA_VERSION"
   - ../orca/bin/travis/before_install.sh

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)