Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream, inherit community improvements #23

Merged
merged 196 commits into from
Sep 4, 2019
Merged

Merge upstream, inherit community improvements #23

merged 196 commits into from
Sep 4, 2019

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    ac336ee View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. Configuration menu
    Copy the full SHA
    9d5b3c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update WP-CLI to 1.5.1.

    Ned Zimmerman committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    6f2fff5 View commit details
    Browse the repository at this point in the history
  2. Update changelog. [ci skip]

    Ned Zimmerman committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    e3dff5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request roots#982 from greatislander/wp-cli-1.5.1

    Update WP-CLI to 1.5.1
    retlehs authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    db1bb74 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Update geerlingguy.composer 1.6.1->1.7.0 (roots#983)

    Update from `1.6.1` -> `1.7.0` which addresses roots#943 ([DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated.)
    runofthemill authored and fullyint committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    221ef60 View commit details
    Browse the repository at this point in the history
  2. Update geerlingguy.ntp 1.5.2->1.6.0 (roots#984)

    Avoids deprecation warnings introduced in Ansible 2.4:
    "The use of 'include' for tasks has been deprecated."
    fullyint authored Apr 27, 2018
    Configuration menu
    Copy the full SHA
    51bf998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8c437 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. update changelog

    nathanielks committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    67e2bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc35af View commit details
    Browse the repository at this point in the history
  3. Merge pull request roots#985 from roots/xdebug-autostart

    Add xdebug.remote_autostart to simplify xdebug sessions
    nathanielks authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    6ac097c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    38e3b7a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Configuration menu
    Copy the full SHA
    c6b258e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d6a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b556ccd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    60b38c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#989 from TangRufus/patch-2

    Common: Install `git` instead of `git-core`
    swalkinshaw authored May 18, 2018
    Configuration menu
    Copy the full SHA
    12dde2f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Add CSP frame-ancestors, make X-Frame-Options conditional (roots#977)

    The X-Frame-Options header has been obsoleted by the frame-ancestors
    directive. Retain the X-Frame-Options header for older browsers.
    
    Return empty X-Frame-Options header for WordPress Customizer content
    to prevent the conflict that SAMEORIGIN would have with the ALLOW-FROM
    option that WordPress adds on its own (Safari browser).
    Discussion in https://core.trac.wordpress.org/ticket/40020
    fullyint authored May 19, 2018
    Configuration menu
    Copy the full SHA
    e3315fe View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Improve failed_when rule for Wordpress Installed check (roots#991)

    In rare cases the wp_installed registered var may be missing the
    stderr attribute, so add a default to avoid related error.
    
    The `wp core  is-installed` command return code is 1 if WP is simply
    not installed. However, in rare cases the command may return some
    other return code indicative of true failure, so fail if rc > 1.
    fullyint authored May 20, 2018
    Configuration menu
    Copy the full SHA
    8aa18e9 View commit details
    Browse the repository at this point in the history
  2. deploy.sh: Return non-zero exit code when misuse (roots#990)

    - Exit with `127` when not enough arguments
    - Exit with `1` when hosts file not exist
    
    See: http://www.tldp.org/LDP/abs/html/exitcodes.html
    tangrufus authored and swalkinshaw committed May 20, 2018
    Configuration menu
    Copy the full SHA
    c3e59f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c068940 View commit details
    Browse the repository at this point in the history
  4. Bump Ansible version_tested_max to 2.5.3 (roots#981)

    * Bump Ansible version_tested_max to 2.5.3
    
    Convert Jinja2 tests from filter format to `var is testname` format.
    Encourage users on Ansible 2.5.0 to upgrade to avoid erroneous warnings
    fixed in ansible/ansible 37538
    fullyint authored May 20, 2018
    Configuration menu
    Copy the full SHA
    30ae7fe View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Add option to enable FastCGI background updates (roots#962)

    Enabled by default
    Bradley authored and swalkinshaw committed May 21, 2018
    Configuration menu
    Copy the full SHA
    eb20979 View commit details
    Browse the repository at this point in the history
  2. Add quotes to nginx_cache_background_update value "on"

    Quotes prevent Ansible from interpolating the variable value as True.
    True is an invalid value for fastcgi_cache_background_update and would
    would make Nginx unable to reload.
    fullyint committed May 21, 2018
    Configuration menu
    Copy the full SHA
    54a108e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Configuration menu
    Copy the full SHA
    d52893c View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#996 from TangRufus/wp-cli-checksum

    Verify `wp-cli.phar` checksum
    swalkinshaw authored Jun 3, 2018
    Configuration menu
    Copy the full SHA
    e140c05 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    571fa23 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Change swap role

    jasonheecs committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    f578bc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1001 from jasonheecs/update-swap-role

    Update swapfile role
    swalkinshaw authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    97e2671 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Allow local configuration of vagrant_mount_type

    In some circumstances it is not possible to use an NFS (e.g. in combination
    with ecryptfs). Allow user to configure vagrant mount type in vagrant.local.yml
    biinari committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    63cf66f View commit details
    Browse the repository at this point in the history
  2. Rubocop fixes for Vagrantfile

    biinari committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    04041e9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request roots#997 from TangRufus/checkout-to-temp

    build-before: Checkout project source code to local temporary directory
    swalkinshaw authored Jun 14, 2018
    Configuration menu
    Copy the full SHA
    6c0b8cb View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2018

  1. Merge pull request roots#1003 from Fatsoma/feature/vagrant_mount_type

    Configurable Vagrant mount type
    swalkinshaw authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    861995a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    b2415fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1006 from roots/revert-997-checkout-to-temp

    Revert "build-before: Checkout project source code to local temporary directory"
    swalkinshaw authored Jun 19, 2018
    Configuration menu
    Copy the full SHA
    f03fa95 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. update xdebug tunnel configuration: update ssh connections to allow t…

    …cp forwarding, updating ip address used to form the tunnel
    nathanielks committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    1925b1c View commit details
    Browse the repository at this point in the history
  2. update the changelog

    nathanielks committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    c304a5f View commit details
    Browse the repository at this point in the history
  3. Merge pull request roots#1007 from roots/update-xdebug-tunnel

    Update xdebug tunnel configuration
    swalkinshaw authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    83401bd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Disabling Xdebug requests in development

    Unless you're actively debugging, the remote feature of Xdebug isn't necessary. We'll disable by default.
    nathanielks authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    1c871b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1008 from roots/disable-xdebug-remote

    Disabling Xdebug requests in development
    swalkinshaw authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    4574763 View commit details
    Browse the repository at this point in the history
  3. Re-enable xdebug remote

    Got a little red happy in the previous commit. It was unnecessary to remove the xdebug remote defaults in development. This keeps it on for development with the ability to trigger debug requests with an HTTP param or Cookie without performance degradation.
    nathanielks authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    ad47593 View commit details
    Browse the repository at this point in the history
  4. Merge pull request roots#1009 from roots/re-enable-xdebug-remote

    Re-enable xdebug remote
    swalkinshaw authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    760278c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Deploy: Remove obsoleted git remote checking

    Remove obsoleted `git` remote checking tasks introduced in roots#299
    because recent Ansible versions are able to detect/handle `git` remote
    changes.
    
    See: https://discourse.roots.io/t/do-we-still-need-git-remote-checking-during-deploy/12639
    tangrufus committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    9cebffe View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. roots#1011 change name of swapfile ansible requirement to match updat…

    …ed name on github
    Gargano, Matthew committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d4c4bad View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1012 from statenweb/tersmitten-oefenweb-ansi…

    …ble-galaxy
    
    roots#1011 change name of swapfile ansible requirement to match updated na…
    swalkinshaw authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    411981f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Merge pull request roots#999 from TangRufus/deploy-git

    Deploy: Remove obsoleted `git` remote checking
    swalkinshaw authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    bf22d2d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Configuration menu
    Copy the full SHA
    8bebf37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85e67e View commit details
    Browse the repository at this point in the history
  3. Use copy instead of synchronize

    Because `synchronize` uses `sudo rsync` under the hood while `copy` doesn't
    require `sudo`.
    tangrufus committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    fc39721 View commit details
    Browse the repository at this point in the history
  4. Merge pull request roots#1014 from TangRufus/wp-cli-gpg

    [BREAKING] Update wp-cli to 2.0.0 and verify its PGP signature
    swalkinshaw authored Aug 12, 2018
    Configuration menu
    Copy the full SHA
    17c26fc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Patreon

    retlehs authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    978e97f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Update wp-cli to 2.0.1

    tangrufus committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    e661df1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2018

  1. Merge pull request roots#1019 from TangRufus/patch-2

    Update wp-cli to 2.0.1
    retlehs authored Sep 1, 2018
    Configuration menu
    Copy the full SHA
    b740f0e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Update README.md

    retlehs authored Sep 3, 2018
    Configuration menu
    Copy the full SHA
    d49acb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Configuration menu
    Copy the full SHA
    30bc359 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1021 from TangRufus/nginx-worker-connections

    Allow customizing Nginx `worker_connections`
    swalkinshaw authored Sep 30, 2018
    Configuration menu
    Copy the full SHA
    537edff View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. roots#1027 make output_buffering optional (roots#1028)

    Add output_buffering variable for PHP config
    matgargano authored and swalkinshaw committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    7c393a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Update README.md

    For first time users it might be useful to be explicit about which directory they should be in before running `vagrant up`, else Vagrant will display an error (`A Vagrant environment or target machine is required to run this command.`) when the `Vagrantfile` is not found.
    barryels authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    61b1ed9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1029 from barryels/patch-1

    Update README.md
    swalkinshaw authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    186c99f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Add CodeFirst

    retlehs authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    4c69ace View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Update README.md

    retlehs authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    834966f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Update python version requirement

    Support both 2 and 3 but check for Ansible version
    swalkinshaw committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    0771017 View commit details
    Browse the repository at this point in the history
  2. Fix unicode reference

    swalkinshaw committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    e7f7ebb View commit details
    Browse the repository at this point in the history
  3. Update iteritems usage

    It no longer exists in Python 3. We can use `items()` which both have
    and pipe to `list` in Jinja.
    swalkinshaw committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    5b9b658 View commit details
    Browse the repository at this point in the history
  4. Update logrotate

    Old version was using `iteritems()` which doesnt work in Python 3
    swalkinshaw committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    8f265c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    046881a View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    swalkinshaw committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    c67d78b View commit details
    Browse the repository at this point in the history
  7. Merge pull request roots#1031 from roots/python3-support

    Python3 support
    swalkinshaw authored Dec 2, 2018
    Configuration menu
    Copy the full SHA
    d71840a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Python version compatibility fixes

    This fixes some more Python 2/3 compatibility issues.
    swalkinshaw committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    771d4ec View commit details
    Browse the repository at this point in the history
  2. Add Python 3.6 to Travis

    swalkinshaw committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    51bda7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request roots#1033 from roots/python-compat-fixes

    Python version compatibility fixes
    swalkinshaw authored Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d4c26a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Remove ansible_python_interpreter in server.yml

    This was changing the interpreter/version of Python used on remote
    hosts in `server.yml` to support Python 2 or 3.
    
    However, this doesn't work in all cases yet because we're installing
    Python 2 specific packages on servers.
    
    So for now Python 3 support is limited to the host/control machine which
    is the bigger issue anyway. Even Ubuntu 18.04 still defaults to Python
    2.
    swalkinshaw committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    5699431 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1036 from roots/python-compat-server-fix

    Remove ansible_python_interpreter in server.yml
    swalkinshaw authored Dec 9, 2018
    Configuration menu
    Copy the full SHA
    ace1bd7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    446afe4 View commit details
    Browse the repository at this point in the history
  2. Remove invalid sshd macs

    swalkinshaw committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    d97c176 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Update Mariadb

    swalkinshaw committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    4621471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b757fcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c76ca56 View commit details
    Browse the repository at this point in the history
  4. Add CHANGELOG entry

    swalkinshaw committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    28e9850 View commit details
    Browse the repository at this point in the history
  5. Merge pull request roots#992 from roots/ubuntu-18.04

    Ubuntu 18.04
    swalkinshaw authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    e2a5c95 View commit details
    Browse the repository at this point in the history
  6. Update README for 18.04

    swalkinshaw committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    ac4b511 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Set ansible_python_interpreter in dev

    Via new python_interpreter role
    swalkinshaw committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    ff496ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1039 from roots/fix-ubuntu-bionic-python-int…

    …erpreter
    
    Fix Ubuntu 18.04 python interpreter
    swalkinshaw authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    6317bd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df38788 View commit details
    Browse the repository at this point in the history
  4. Fix python 3 Ansible compatibility check

    >= 2.5.3 is only required if you're running Python 3 on the host.
    swalkinshaw committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    d6f2411 View commit details
    Browse the repository at this point in the history
  5. Merge pull request roots#1040 from roots/fix-python-ansible-compat-check

    Fix python 3 Ansible compatibility check
    swalkinshaw authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8641ca9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4587eca View commit details
    Browse the repository at this point in the history
  7. Merge pull request roots#1042 from roots/ssh-config-vagrant

    Add Vagrant ssh-config to ~/.ssh/config on vagrant up
    retlehs authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8e22804 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    30eafb1 View commit details
    Browse the repository at this point in the history
  2. Don't force install Ansible Galaxy in dev

    By default Vagrant runs `ansible-galaxy` with the `--force` option
    causing every Galaxy role to be re-downloaded *every* time. This is
    annoying, slow, and wasteful.
    
    This customizes the `galaxy_command` to run without the `--force` flag.
    swalkinshaw committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ec94e94 View commit details
    Browse the repository at this point in the history
  3. Ansible 2.7 compatibility

    retlehs committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    fc86158 View commit details
    Browse the repository at this point in the history
  4. Merge pull request roots#1045 from roots/bump-ansible-ver

    Ansible 2.7 compatibility
    retlehs authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    42eb0b9 View commit details
    Browse the repository at this point in the history
  5. Require Vagrant >= 2.1.0

    retlehs committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    9a26f30 View commit details
    Browse the repository at this point in the history
  6. Merge pull request roots#1046 from roots/bump-vagrant-ver

    Require Vagrant >= 2.1.0
    retlehs authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    acdafca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c122be4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. Merge pull request roots#1047 from TangRufus/rollback-vars

    Allow overriding rollback variables
    swalkinshaw authored Dec 15, 2018
    Configuration menu
    Copy the full SHA
    d67ba0a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Configuration menu
    Copy the full SHA
    fdd9b73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1048 from TangRufus/vault_wordpress_env_defa…

    …ults
    
    Add `vault_wordpress_env_defaults`
    swalkinshaw authored Dec 16, 2018
    Configuration menu
    Copy the full SHA
    cb57393 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Configuration menu
    Copy the full SHA
    83f7163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1049 from TangRufus/patch-3

    Fix: `vault_wordpress_env_defaults` not populated during deploy
    swalkinshaw authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    00c4588 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Fix Vagrant trigger path

    This path should always be local on the host.
    swalkinshaw committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    56df5b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1051 from roots/fix-vagrant-trigger-path

    Fix Vagrant trigger path
    swalkinshaw authored Dec 18, 2018
    Configuration menu
    Copy the full SHA
    f979bec View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Update to PHP 7.3

    retlehs committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    c0bef6d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Configuration menu
    Copy the full SHA
    d59eb8c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Configuration menu
    Copy the full SHA
    44839e3 View commit details
    Browse the repository at this point in the history
  2. Update README [ci skip]

    retlehs committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    60975e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Merge pull request roots#1052 from roots/php-7.3

    Update to PHP 7.3
    retlehs authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    3a2f25d View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1044 from roots/dont-force-install-ansible-g…

    …alaxy-in-dev
    
    Don't force install Ansible Galaxy in dev
    retlehs authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    4251f86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5bc6e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request roots#1053 from roots/ssh-trigger-use-ruby-script

    Use Ruby for ssh-config trigger
    retlehs authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    79bab55 View commit details
    Browse the repository at this point in the history
  5. 1.0.0

    retlehs committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    929d31f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32778c5 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG [ci skip]

    retlehs committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    cda4d06 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Merge pull request roots#1055 from roots/1.0.0

    Trellis 1.0.0
    swalkinshaw authored Dec 28, 2018
    Configuration menu
    Copy the full SHA
    bb7c756 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Update sponsors [ci skip]

    retlehs authored Jan 2, 2019
    Configuration menu
    Copy the full SHA
    fb8ec64 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    899455e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Fix renew-certs.py

    We don't need to deal with bytes and binary modes here. The solution was
    to set `universal_newlines=True` on `check_output` to ensure we get back
    a string and not bytes.
    swalkinshaw committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    a721ef6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1059 from roots/renew-certs-fix

    Fix renew-certs.py
    swalkinshaw authored Jan 8, 2019
    Configuration menu
    Copy the full SHA
    8ffc7b8 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request roots#1059 from roots/renew-certs-fix"

    This reverts commit 8ffc7b8, reversing
    changes made to 899455e.
    retlehs committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    4ea4c94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51e8f74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f50279 View commit details
    Browse the repository at this point in the history
  6. Add Python 2 explicitly

    retlehs committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    a34df5d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Use python package

    retlehs committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    c5a4f7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1061 from roots/add-python-2

    Add Python 2 explicitly
    retlehs authored Jan 9, 2019
    Configuration menu
    Copy the full SHA
    b71f607 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Configuration menu
    Copy the full SHA
    ad6cb15 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. 1.0.1

    retlehs authored Jan 17, 2019
    Configuration menu
    Copy the full SHA
    bd05a61 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    4ee90a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Merge pull request roots#1062 from mockey/no-hsts-for-self-signed

    Don't add HSTS header for self-signed
    swalkinshaw authored Feb 2, 2019
    Configuration menu
    Copy the full SHA
    776ad2b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Configuration menu
    Copy the full SHA
    c3bb86a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Update README.md

    retlehs authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    0055774 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    e6b29b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Merge pull request roots#1071 from louim/bugfix/unsafe-templating

    Mark vars that shouldn't be templated with AnsibleUnsafe instead of {% raw %}
    swalkinshaw authored Mar 10, 2019
    Configuration menu
    Copy the full SHA
    721894d View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1064 from roots/revert-1044-dont-force-insta…

    …ll-ansible-galaxy-in-dev
    
    Revert "Don't force install Ansible Galaxy in dev"
    swalkinshaw authored Mar 10, 2019
    Configuration menu
    Copy the full SHA
    7068438 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Merge pull request roots#1068 from partounian/patch-2

    Update Nginx Mainline ppa
    swalkinshaw authored Mar 11, 2019
    Configuration menu
    Copy the full SHA
    c8624ae View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    swalkinshaw committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    19b0ce6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    7493db6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1074 from roots/default-health-files

    Remove community health files so that defaults from roots/.github are used
    retlehs authored Mar 12, 2019
    Configuration menu
    Copy the full SHA
    a837ddc View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Update CHANGELOG [ci skip]

    retlehs committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2e5bc06 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    06618ae View commit details
    Browse the repository at this point in the history
  2. Prevent Twig files

    Log1x authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    b93146a View commit details
    Browse the repository at this point in the history
  3. Minor wording change

    Log1x authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    b6e4f1b View commit details
    Browse the repository at this point in the history
  4. Escape period

    Log1x authored Mar 14, 2019
    Configuration menu
    Copy the full SHA
    b428092 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Handle traversed requested paths

    Return a 401 in all cases to prevent snooping
    Log1x authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    c877b57 View commit details
    Browse the repository at this point in the history
  2. Re-add Twig support

    Log1x authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    f41e400 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Revert to original regex

    Revert to a 403 (`deny all`)
    Log1x authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    978d46f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    0517fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Use all canonical site hosts for Landrush TLD (roots#1077)

    * Use all canonical site hosts for Landrush TLD
    
    This is useful if you want to use WordPress’ multisite domain mapping
    locally and if you’ve specified canonical hosts which are not
    sub-domains of the main canonical host.
    
    * Filter subdomains for Landrush TLD resolver
    
    This filters out subdomains of the main hostname for the Landrush
    TLD(s). This way it only adds necessary resolvers.
    
    For example, of the following:
    
    - `example.test` (main hostname)
    - `subdomain.example.test`
    - `client.test`
    
    We tell Landrush (dnsmaq) to only create:
    
    - `/etc/resolver/example.test`
    - `/etc/resolver/client.test`
    
    Because `example.test` handles `subdomain.example.test`.
    knowler authored and swalkinshaw committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    512d8f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Merge pull request roots#1078 from artifex404/user-friendly-ipify-error

    Show custom error message if external IP resolution fails
    swalkinshaw authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    0193cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Merge pull request roots#1075 from Log1x/patch-1

    Prevent direct access for .blade.php files
    retlehs authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    9c50dbc View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG [ci skip]

    retlehs committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    f293d7a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Update apt packages before checking essentials

    This step will prevent errors such as: No package matching 'build-essential' is available
    amelotrgr committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    2eba500 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    3121d4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1089 from ricsmo/vmware-name-fix

    Fixed Vagrant VMware provider display name
    swalkinshaw authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    49cf5de View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Update README [ci skip]

    retlehs authored Jul 13, 2019
    Configuration menu
    Copy the full SHA
    5c995c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    e489fe7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Move to CircleCI (roots#1092)

    Log1x authored and swalkinshaw committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    a4828e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    e5ff8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae64fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c622817 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    tangrufus committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    162595f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb1e11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ed27b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    4ceb95b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c5ac56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request roots#1091 from TangRufus/composer-auth

    Setup composer HTTP basic authentication for multiple repositories
    swalkinshaw authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    5c4e434 View commit details
    Browse the repository at this point in the history
  4. Merge pull request roots#1086 from amelotrgr/master

    Update apt packages before checking essentials
    swalkinshaw authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    ae6e020 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faaf213 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Update sponsors [ci skip]

    retlehs authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    7971ad8 View commit details
    Browse the repository at this point in the history
  2. Update sponsors [ci skip]

    retlehs authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    207c5f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Configuration menu
    Copy the full SHA
    e86edb8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Ensure ssh config dir exists before writing file

    This assumed `~/.ssh/` would exist and just the file didn't.
    
    Now it will create the directory as well if it doesn't exist.
    swalkinshaw committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    4d13520 View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1090 from roots/ensure-ssh-dir-exists-before…

    …-writing-vagrant-config
    
    Ensure ssh config dir exists before writing file
    swalkinshaw authored Aug 12, 2019
    Configuration menu
    Copy the full SHA
    82a6720 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Add .trellis dir

    This will be used for trellis-cli integration
    swalkinshaw committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    d0c7ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    846041d View commit details
    Browse the repository at this point in the history
  3. Add pip requirements.txt

    swalkinshaw committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    634f4aa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    04fb2ea View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Merge pull request roots#1100 from roots/trellis-cli-integration

    Improve dependency requirements
    swalkinshaw authored Sep 1, 2019
    Configuration menu
    Copy the full SHA
    cd00a25 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    swalkinshaw committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    9c6878c View commit details
    Browse the repository at this point in the history
  3. Bump swapfile role to v2.0.22

    swalkinshaw committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    6e384cb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    37608dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request roots#1101 from roots/update-swapfile-role

    Bump swapfile role to v2.0.22
    swalkinshaw authored Sep 2, 2019
    Configuration menu
    Copy the full SHA
    55431e3 View commit details
    Browse the repository at this point in the history
  3. 1.1.0 changelog

    swalkinshaw committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    e776cc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d1445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32a3374 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    0e6e32a View commit details
    Browse the repository at this point in the history
  2. Fix duplicate dict key

     [WARNING]: While constructing a mapping from
    /home/vagrant/trellis/roles/common/defaults/main.yml, line 1, column 1, found a
    duplicate dict key (apt_packages_python). Using last defined value only.
    
     [WARNING]: While constructing a mapping from
    /home/vagrant/trellis/roles/common/defaults/main.yml, line 1, column 1, found a
    duplicate dict key (python_major_version). Using last defined value only.
    
     [WARNING]: While constructing a mapping from
    /home/vagrant/trellis/roles/common/defaults/main.yml, line 1, column 1, found a
    duplicate dict key (apt_packages_default). Using last defined value only.
    dac514 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    711eedd View commit details
    Browse the repository at this point in the history
  3. Bump composer role to v1.7.6

    dac514 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    1e39ddd View commit details
    Browse the repository at this point in the history
  4. Bump redis role to v1.6.0

    dac514 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    710f50d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    867574d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    143be08 View commit details
    Browse the repository at this point in the history
  7. Merge pull request roots#1104 from roots/fix-vagrant-local-ansible

    Fix issues with Vagrant ansible_local provisioner
    swalkinshaw authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    aecb640 View commit details
    Browse the repository at this point in the history
  8. Merge pull request roots#1102 from roots/ansible-2.7.12

    Bump ansible requirement to 2.7.12
    swalkinshaw authored Sep 3, 2019
    Configuration menu
    Copy the full SHA
    ea19235 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG

    swalkinshaw committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f825790 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Merge remote-tracking branch 'upstream/master' into bfg

    (Upstream fixes for ansible_local problem)
    dac514 committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    6f12a97 View commit details
    Browse the repository at this point in the history
  2. Remove dupe, bad merge

    dac514 committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    9c654d6 View commit details
    Browse the repository at this point in the history
  3. Remove 2nd dupe, bad merge

    dac514 committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    b249e49 View commit details
    Browse the repository at this point in the history