Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: roots/trellis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: roots/trellis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.0
Choose a head ref
  • 17 commits
  • 19 files changed
  • 7 contributors

Commits on Aug 26, 2022

  1. Composer Authentication: Add support for bearer, gitlab-oauth, `g…

    …itlab-token`, `github-oauth` and `bitbucket-oauth` principles
    tangrufus committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4c2bb35 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Prevent ansible-core 2.13.6 (#1448)

    This version has a regression: ansible/ansible#79291
    swalkinshaw authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    58ee7e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Close #1442 - Enable PHP opcache in development (#1447)

    OPcache was previously disabled in development to ensure no stale cached
    PHP. However, there are still performance benefits to having OPcache
    enabled with a `revalidate_freq` of `0` which will result in OPcache
    checking for updates on every request (instead of the default of `60` in
    production).
    swalkinshaw authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c91c779 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Remove deprecated warn usage (#1450)

    The `warm` option for `command` and `shell` is deprecated and was
    removed in ansible-core 2.14
    
    For backwards compat it's easiest to remove all usage.
    swalkinshaw authored Nov 27, 2022
    Configuration menu
    Copy the full SHA
    b274b01 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

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

Commits on Dec 5, 2022

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

Commits on Dec 11, 2022

  1. Ensure ubuntu-20.04 is used in GitHub workflows (#1454)

    `ubuntu-latest` recently changed to Ubuntu 22.04
    swalkinshaw authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    7676f8b View commit details
    Browse the repository at this point in the history
  2. Disable chown site directory task by default (#1452)

    Vagrant creates synced folders with the `web_user`/`web_group`
    (`vagrant`/`www-data`) already via the `Vagrantfile`. This task can be
    slow, and since it's redundant, it's being disabled by default.
    
    In case this task is needed, the `chown_site_directory` variable can be
    set to true in `group_vars/development/main.yml`
    swalkinshaw authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    514b794 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Update galaxy.yml (#1455)

    Bump swapfile to `v2.0.36` which fixes the deprecated `warn` option for `command` and `shell`(removed in ansible-core 2.14).
    E-VANCE authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0927fa6 View commit details
    Browse the repository at this point in the history
  2. Allow remote and local database (#1456) (#1457)

    Co-authored-by: Tim Pfeifer <tim.pfeifer@mailbox.org>
    TimmePfeife and tipf authored Dec 15, 2022
    1 Configuration menu
    Copy the full SHA
    0acbde2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8038b1a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    b983f7e View commit details
    Browse the repository at this point in the history
  2. Update changelog

    swalkinshaw committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    1789d2e View commit details
    Browse the repository at this point in the history
  3. Remove ansible-core version constraint (#1459)

    Bugs/regressions in 2.13.6 have been fixed
    swalkinshaw authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    dbee152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb322e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Set SendEnv conditionally (#1463)

    Empty values break Git+SSH. If `ssh_send_env` is empty, `SendEnv` should not be set in SSH config.
    
    This is especially needed for Ubuntu 22.04 (#1392)
    clintonb authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    dbc2037 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. 📝 Update CHANGELOG

    retlehs authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    3ea20a3 View commit details
    Browse the repository at this point in the history
Loading