Skip to content

Releases: palantirnet/the-build

1.5.1

04 Jan 19:46
Compare
Choose a tag to compare

Fixes composer.json file for Composer 1.6.

1.5.0 - Jittery Finch

01 Nov 15:49
682b2c6
Compare
Choose a tag to compare

Backwards compatibility breaker

This version removes the nilportugues/php_todo package, since it relies on old libraries that are incompatible with the drupal/core:8.4.0 release. If your build.xml contains this line:

<phing phingfile="${build.dir}/vendor/palantirnet/the-build/tasks/code_review/phptodo.xml" />

... you will need to remove it when you do this update.

Additional changes

  • Hides Drupal messages from the acquia_connector module
  • Updates Drush for compatibility with drupal/core:8.4.0

Inky Emu

18 Oct 23:33
Compare
Choose a tag to compare
  • Added squizlabs/php_codesniffer as an explicit dependency, since in some cases the drupal.org package source doesn't include it in the drupal/coder dependencies.

Itchy Emu

06 Jul 23:58
Compare
Choose a tag to compare
  • Fixed XML syntax error in install.xml

Irrational Emu

06 Jul 23:51
Compare
Choose a tag to compare

Fixes affecting existing installs

  • Replace hard-coded Drupal root in code review tasks with the drupal.root build property (allows running the code-review task on projects with docroots != web)

Fixes affecting new installs

  • Update circle.yml for new butler config
  • Update the PHP version, Apache config, and other dependency commands to work with the current CircleCI Ubuntu 14.04 image

Irked Emu

06 Apr 18:51
Compare
Choose a tag to compare
  • Allow configuring the destination for the templated settings.php and services.yml files.

Ironic Emu

29 Mar 20:28
Compare
Choose a tag to compare
  • Fix drupal/coder required version
  • Fix Acquia tmp directory
  • Update the README
  • Fix composer.json validation error

Idealistic Emu

23 Mar 16:10
Compare
Choose a tag to compare

New Features

  • settings.local.php included by default
  • Drupal temporary directory configured in settings.acquia.php template

Hipster Dromedary

09 Feb 20:08
Compare
Choose a tag to compare

Fixes

  • Disabled interactive composer install in the default circle.yml file
  • Fix out of memory errors when deploying artifacts with large changesets
  • Fix bug with <includeresource /> where the task would fail if the destination directory didn't exist

Hungry Dromedary

27 Jan 05:19
Compare
Choose a tag to compare

Fixes

  • Codesniffer sniffs now run against symlinked files
  • The db.load.file property now works as described