Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Releases: palantirnet/the-vagrant

warm-january.1

27 Jan 03:30
Compare
Choose a tag to compare

Fixes

  • Adds a default value for the new variable in the role itself.

warm-january

25 Jan 21:50
Compare
Choose a tag to compare

Changes

Updated the installation with new options:

  • Configurable web root
  • Enable solr
  • Default to not copying the provisioning

mlk-week

17 Jan 17:27
Compare
Choose a tag to compare

Changes

  • cd to project root on login
  • Include the project's vendor/bin in the vagrant 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

01 Dec 19:36
Compare
Choose a tag to compare

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

18 Nov 18:12
Compare
Choose a tag to compare

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

07 Oct 17:17
Compare
Choose a tag to compare
  • Solr config
  • Memory increases
  • Box updates

supporting-the-build

15 Apr 00:32
Compare
Choose a tag to compare

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 the vagrant 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

23 Mar 01:18
Compare
Choose a tag to compare

New features

  • Installs a drush wrapper script for the vagrant user so that developers may run drush 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

15 Mar 23:28
Compare
Choose a tag to compare
    Release Notes - Drupal 8 Skeleton - Version 0.1.0

Story