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: v7.24.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: v7.25.0
Choose a head ref
  • 19 commits
  • 26 files changed
  • 14 contributors

Commits on Aug 7, 2020

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

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    ba8af9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbfbbb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb88d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Revert "Apply fixes from StyleCI (#33793)"

    This reverts commit 0cb88d6.
    GrahamCampbell committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    0c93bf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Removed quotes when setting isolation level for mysql connections (#3…

    …3805)
    
    * added test
    
    Co-authored-by: Christopher Fuchs <christopher.fuchs@ready2order.com>
    duxthefux and duxthefux authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    bdf827c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af827e View commit details
    Browse the repository at this point in the history
  3. [7.x] Support tls:// scheme when using url in Redis config (#33800)

    * support `tls://` scheme via Redis `url` parameter
    
    * fix style warning
    
    * Update RedisManager.php
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    tillkruss and taylorotwell authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ec941f3 View commit details
    Browse the repository at this point in the history
  4. [7.x] Make LazyCollection#countBy be lazy (#33801)

    * Create an "identity" method
    
    * Optimize `LazyCollection#countBy`
    JosephSilber authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    9d29b74 View commit details
    Browse the repository at this point in the history
  5. change method order

    taylorotwell committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ed12061 View commit details
    Browse the repository at this point in the history
  6. formatting

    taylorotwell committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    3dcc4a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2c3f66 View commit details
    Browse the repository at this point in the history
  8. [7.x] Scoped resource routes (#33752)

    * [7.x] Scoped resource routes
    
    * cast to array
    
    * Fallback to default key if the given key is null
    
    * add check against keys
    
    * don't call method if no need
    iamgergo authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    f2c5e1d View commit details
    Browse the repository at this point in the history
  9. [7.x] Fix doclocks (#33809)

    iamgergo authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    78afbcb View commit details
    Browse the repository at this point in the history
  10. [7.x] Once Blocks (#33812)

    Once blocks for Blade.
    taylorotwell authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    de6b106 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    90b378d View commit details
    Browse the repository at this point in the history
  2. [7.x] Let mailables accept a simple array of email addresses as cc or…

    … bcc (#33810)
    
    * let mailables accept a simple array of email addresses as cc or bcc
    
    * use closure to older php compatibility
    
    * make styleci pass
    traubisoda authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    44c32a2 View commit details
    Browse the repository at this point in the history
  3. [7.x] Add support for PhpRedis 5.3 options parameter (#33799)

    * fix indentation
    
    * add `context` support for PhpRedis
    tillkruss authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    76b175d View commit details
    Browse the repository at this point in the history
  4. version

    taylorotwell committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    fdf3d4a View commit details
    Browse the repository at this point in the history
Loading