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/octane
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc85d31
Choose a base ref
...
head repository: laravel/octane
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1e9b863
Choose a head ref
  • 6 commits
  • 8 files changed
  • 7 contributors

Commits on Oct 26, 2022

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    42deee4 View commit details
    Browse the repository at this point in the history
  2. Re-do: Configurable Roadrunner log level (#604)

    * Made RR log level configurable
    
    * formatting
    
    * Fixed subtle operator precedence bug
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    ejulen and taylorotwell committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    82a5b68 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. [1.x] Read port for http server from environment if no port is passed (

    …#605)
    
    * feat: add support for environment defined port
    
    * chore: fix styleci errors
    
    * formatting
    
    * use env
    
    Co-authored-by: Hendrik Heil <hendrik@stafftastic.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    40327ec View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Update StartCommand.php

    driesvints committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ef3d1ef View commit details
    Browse the repository at this point in the history
  2. Test on PHP 8.2 (#606)

    driesvints committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c07215d View commit details
    Browse the repository at this point in the history
  3. [1.x] Adds tests regarding flushing controller is computed middleware (

    …#595)
    
    * Adds tests regarding controller __construct middleware
    
    * Updates variable name
    
    * Updates framework versions
    nunomaduro committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    1e9b863 View commit details
    Browse the repository at this point in the history
Loading