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/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.43.0
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.44.0
Choose a head ref
  • 18 commits
  • 15 files changed
  • 13 contributors

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    10f4f1c View commit details
    Browse the repository at this point in the history
  2. [8.x] update changelog

    TBlindaruk committed May 25, 2021
    Configuration menu
    Copy the full SHA
    3f39024 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Add global callback handler

    Adds a way to call `Model::handleLazyLoadingViolationUsing()` from a service provider to add a way to handle violations for all models instead of overriding `violatedLazyLoading` on the models themselves.
    bonroyage committed May 26, 2021
    Configuration menu
    Copy the full SHA
    188c994 View commit details
    Browse the repository at this point in the history
  2. style

    bonroyage committed May 26, 2021
    Configuration menu
    Copy the full SHA
    fd3ab0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a92f04 View commit details
    Browse the repository at this point in the history
  4. formatting

    taylorotwell committed May 26, 2021
    Configuration menu
    Copy the full SHA
    c986e12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56466a9 View commit details
    Browse the repository at this point in the history
  6. [8.x] Bugfix passing errorlevel when command is run in background (#3…

    …7479)
    
    * Call schedule:finish with errorlevel
    
    * Cmd with /v:on, escape expanded variable
    
    Co-authored-by: Arjen van Oostrum <a.vanoostrum@performation.com>
    arjenvanoostrum and performation-arjen authored May 26, 2021
    Configuration menu
    Copy the full SHA
    235e52a View commit details
    Browse the repository at this point in the history
  7. Fix types of Console\Command properties (#37495)

    `Command::$description` and `Command::$help` are never null,
    because they are set via `Command::setDescription()` and 
    `Command::setHelp()` respectively in the constructor.
    caugner authored May 26, 2021
    Configuration menu
    Copy the full SHA
    3062083 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Force symlink recreation

    netpok committed May 27, 2021
    Configuration menu
    Copy the full SHA
    795710d View commit details
    Browse the repository at this point in the history
  2. Update signature formatting

    Co-authored-by: Dries Vints <dries@vints.io>
    netpok and driesvints authored May 27, 2021
    Configuration menu
    Copy the full SHA
    968a364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3493fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b509e View commit details
    Browse the repository at this point in the history
  5. [8.x] Init the traits when the model is being unserialized (#37492)

    * Init the traits when the model is being unserialized
    
    * Add tests for trait boot and initialization
    mtawil authored May 27, 2021
    Configuration menu
    Copy the full SHA
    41c47ef View commit details
    Browse the repository at this point in the history
  6. formatting

    taylorotwell committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3e547d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0402fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f26816d View commit details
    Browse the repository at this point in the history
  9. version

    taylorotwell committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7b3b27d View commit details
    Browse the repository at this point in the history
Loading