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: laravel/sail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.37.1
Choose a base ref
...
head repository: laravel/sail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.38.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 7 contributors

Commits on Oct 30, 2024

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    9f3fea5 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix: Use xdg-open if open does not exist (#744)

    Open is a macos tool. On linux systems, xdg-open is commonly used
    instead.
    
    Co-authored-by: rq <ernstvermeulen@proton.me>
    rqpt and rq authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ea7ce73 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Add MongoDB extension and service (#748)

    * Add MongoDB service
    
    Use mongodb-atlas-local to provide most cloud features locally
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    GromNaN and taylorotwell authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2304fb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix: Sail share 504 timeout fix for linux hosts (#709)

    Co-authored-by: Ernst <ernst@cubezoo.joburg>
    rqpt and CZErnst authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f2d43f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Use equals sign (=) instead of space as ENV variable separator (#753)

    * Use equals sign instead of space as ENV variable separator
    
    * Use equals sign instead of space as ENV variable separator
    jpkleemans authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d17abae View commit details
    Browse the repository at this point in the history
Loading