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: deployphp/deployer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0-alpha.2
Choose a base ref
...
head repository: deployphp/deployer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 15 files changed
  • 11 contributors

Commits on May 15, 2025

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

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    ca4b295 View commit details
    Browse the repository at this point in the history
  2. Add missing horizon tasks (#4078)

    * Add missing horizon tasks
    
    * Update laravel.php
    
    * Update laravel.php
    
    * format
    
    * Generate docs
    
    * Fix formatting
    
    * Add docs
    mhdcodes authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    3fa0a7c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

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

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    8576688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bdd587 View commit details
    Browse the repository at this point in the history
  3. Bugfix dotenv test in laravel.php (#4082)

    * Bugfix dotenv test in laravel.php
    
    The test to check if .env file is present was not checking if the dotenv variable was set and always used the default. Added getter for dotenv variable.
    
    * change current_path to release_or_current_path in dotenv description
    
    Change instructions for set dotenv to use release_or_current_path variable.
    
    * change current_path to release_or_current_path in dotenv description
    
    Change instructions for set dotenv to use release_or_current_path variable.
    
    * Revert "Merge branch 'master' into patch-1"
    
    This reverts commit df230db, reversing
    changes made to 8a92805.
    aladei-dean-lucassen authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    ac46152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b5482a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Fix showware.php

    antonmedv authored Jul 1, 2025
    Configuration menu
    Copy the full SHA
    169ca3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946bf07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30742fc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Update typo3.php (#4094)

    * Update typo3.php
    
    * Add regenerated docs
    
    * refactor: remove tasks to remove
    
    * refactor: wrap composer in set config option
    
    * refactor: enable user to choose transfer method
    
    * chore: regenerated documentation
    
    * fix: apply php-cs-fixer
    
    * refactor: use absolute path to execute typo3 binary
    
    * refactor: remove effectless warm up
    
    * refactor: rename public dir and adjust shared / writable dirs
    
    * refactor: rename rsync task for more consistency
    
    * refactor: adjust exclude list
    
    * refactor: make shared files configurable
    
    * refactor: extend cache flush
    
    * refactor: reduce shared files
    
    * fix: revert rsync task renaming
    david-bonhagen authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    70df6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc695c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Allow Continue on Failure (#4098)

    Since a Teams notification is not necessarily an essential part of a
    deploy, we should allow users to continue the deploy should a
    notification fail to send.
    brianfreytag authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    3d995d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ffbaab View commit details
    Browse the repository at this point in the history
Loading