Releases: palantirnet/the-vagrant
warm-january.1
Fixes
- Adds a default value for the new variable in the role itself.
warm-january
Changes
Updated the installation with new options:
- Configurable web root
- Enable solr
- Default to not copying the provisioning
mlk-week
Changes
cd
to project root on login- Include the project's
vendor/bin
in thevagrant
user's$PATH
- Install script; try
vendor/bin/the-vagrant-installer
- New variable in the
Vagrantfile
for adding extra host names - Require the
vagrant-triggers
plugin and composer install when bringing up the vagrant box - Updated required
palantir/drupalbox
version
oh-the-drama
Just some handy little tweaks.
- Increases PHP's
upload_max_filesize
- Don't bother installing
php-gd
, because it's already installed on the base box
responding-to-the-world
Everything outside is changing. Ansible 2.2 finally deprecated the Ansible 1.x playbook syntax, and the PHP package that we use for devkit/drupalbox changed. This release:
- Requires devkit/drupalbox v0.2.3
- Updates the Ansible playbook syntax
- Updates the location of PHP config files to match the new PHP package
fall-of-the-apes
- Solr config
- Memory increases
- Box updates
supporting-the-build
New features
- Gulp is now installed globally
- The
PALANTIR_ENVIRONMENT
variable is provided for use as the default build environment - A global
.gitignore
is configured for thevagrant
user, so that artifacts built on the VM ignore things like.DS_Store
files
Bug fixes
- The
composer.json
json syntax is now correct
For existing projects
New features will not be available unless you reinstall the-vagrant
with vendor/bin/phing -f vendor/palantirnet/the-vagrant/tasks/vagrant.xml
; then each developer will need to re-provision their vagrant box with vagrant reload --provision
.
For new projects
Because the composer.json
is now correct, you may reference this repository directly in your own project's composer.json
repositories
key:
"repositories": [
{
"type": "vcs",
"url": "[email protected]:palantirnet/the-vagrant.git"
},
...
the-adding-of-the-drush
New features
- Installs a drush wrapper script for the
vagrant
user so that developers may rundrush
from anywhere within their project
For existing projects
This feature will not be available unless you reinstall the-vagrant
with vendor/bin/phing -f vendor/palantirnet/the-vagrant/tasks/vagrant.xml
; then each developer will need to re-provision their vagrant box with vagrant reload --provision
.
the-awakening
Release Notes - Drupal 8 Skeleton - Version 0.1.0
Story
- [D8SKLTN-1] - Manage dependencies
- [D8SKLTN-5] - Facilitate shared tooling across projects
- [D8SKLTN-7] - Provide a structure for managing environments
- [D8SKLTN-9] - Consistent D8 environment management
- [D8SKLTN-10] - Independence from the virtual environment
- [D8SKLTN-14] - Documentation
- [D8SKLTN-15] - Dupal dev build