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: v6.2.0
Choose a base ref
...
head repository: deployphp/deployer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.0
Choose a head ref
  • 18 commits
  • 27 files changed
  • 13 contributors

Commits on Aug 27, 2018

  1. Add missing release

    antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    79245fd View commit details
    Browse the repository at this point in the history
  2. modify wrong ticket url (#1605)

    * moving the name column to the last position to show full name
    
    - bug fix: #1579
    
    * add changelog
    
    * update changelog.md
    
    * update CHANGELOG.md
    
    * modify command to find http user
    
    * modify command to find http user
    
    * modify wrong ticket url
    ryandev421 authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    1f6a74c View commit details
    Browse the repository at this point in the history
  3. Remove magento:enable from Magento 2 recipe (#1606)

    * Remove magento:enable from Magento 2 recipe
    
    Magento's module states are stored in app/etc/config.php. This task
    ignored that and blindly enabled all installed modules.
    
    * Mention the removal of magento:enable in the changelog
    MidnightDesign authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    25e0824 View commit details
    Browse the repository at this point in the history
  4. Extend deploy:cleanup with tty allocation when using sudo. (#1607)

    * Added option cleanup_tty to allow allocation when using sudo
    
    * Added comment for new option cleanup_tty to CHANGELOG
    klopschlike authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c9333cc View commit details
    Browse the repository at this point in the history
  5. Allow to set template path in Drupal 7 Settings recipe (#1613)

    * Change drupal:settings task to drupal:configure
    
    * Drupal 7 recipe - Set template file path
    
    * Changelog
    sergiocarracedo authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    2b154be View commit details
    Browse the repository at this point in the history
  6. Fixed once() tasks that where being run multiple times with ParallelE… (

    #1624)
    
    * Fixed once() tasks that where being run multiple times with ParallelExecutor
    
    * CHANGELOG: reorder issue
    
    * Add test case for parallel deploy on ->once() task
    hyde1 authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    fe88bab View commit details
    Browse the repository at this point in the history
  7. Added cleanup_use_sudo option to all commands in deploy:cleanup (#1632)

    * Added option cleanup_tty to allow allocation when using sudo
    
    * Added comment for new option cleanup_tty to CHANGELOG
    
    * Added cleanup_use_sudo option to all commands in cleanup.php
    klopschlike authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    218369d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ae0a81 View commit details
    Browse the repository at this point in the history
  9. Add Prestashop 1.6 recipe (#1641)

    * Add Prestashop 1.6 recipe
    
    * Update changelog
    L3o-pold authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    9b12fe3 View commit details
    Browse the repository at this point in the history
  10. Sleep between process status calls to prevent 100% CPU usage (#1654)

    * Sleep between progress status calls to prevent 100% CPU usage
    
    * Add changelog entry
    
    * Typo in changelog entry
    
    * Update ParallelExecutor.php
    
    * Update ParallelExecutor.php
    mbardelmeijer authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8f8aad6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    05d935d View commit details
    Browse the repository at this point in the history
  12. Set custom user for CI environments (#1659)

    * Detect CI user
    
    * Update CHANGELOG.md
    Slamdunk authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3ee12d7 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c44a95b View commit details
    Browse the repository at this point in the history
  14. [deploy:writable] chgrp doesn't need http_user (#1660)

    * deploy:writable: chgrp doesn't need http_user
    
    * Update CHANGELOG.md
    Slamdunk authored and antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    68d2cf3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a6d487 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    03454fa View commit details
    Browse the repository at this point in the history
  17. 1 Configuration menu
    Copy the full SHA
    c1309f2 View commit details
    Browse the repository at this point in the history
  18. Release v6.3.0

    antonmedv committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    3013995 View commit details
    Browse the repository at this point in the history
Loading