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: v10.21.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: v10.21.1
Choose a head ref
  • 13 commits
  • 26 files changed
  • 13 contributors

Commits on Aug 29, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Aug 29, 2023
    Copy the full SHA
    ff96905 View commit details

Commits on Aug 30, 2023

  1. [10.x] HotFix: throw captured UniqueConstraintViolationException if…

    … there are no matching records on `SELECT` retry (#48234)
    
    * HotFix: throw captured `UniqueConstraintViolationException`
    
    * Test: Add `testCreateOrFirstNonAttributeFieldViolation` case
    mpyw authored Aug 30, 2023
    Copy the full SHA
    60c1330 View commit details
  2. [10.x] Adds testing helpers for Precognition (#48151)

    * adds testing helpers for Precognition
    
    * Review changes
    
    * Fix comment
    
    * fix comment
    
    * Add functional test to precog test
    
    * Add assertNoContent to response assertion
    
    * Fixes
    
    * Update MakesHttpRequests.php
    
    * formatting
    
    ---------
    
    Co-authored-by: Tim MacDonald <hello@timacdonald.me>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people authored Aug 30, 2023
    Copy the full SHA
    47767f6 View commit details
  3. Sorting possible models and events (#48249)

    With Laravel Prompts and the new dropdown combobox, you have the opportunity to open the dropdown and see a list of all possible models and events for the various commands. Currently the models and events are not sorted in any logical order that is readily visible. 
    
    This PR sorts the models and events by name to ensure the dropdown looks nicer.
    TWithers authored Aug 30, 2023
    Copy the full SHA
    a2dc7ef View commit details
  4. [10.x] Add Enum Support to the In and NotIn Validation Rules (#48247)

    * Add Enum compatability to in and not_in validation rules
    
    * fix tests
    
    * styleci changes
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    geisi and taylorotwell authored Aug 30, 2023
    Copy the full SHA
    4989e6d View commit details

Commits on Aug 31, 2023

  1. Fix flakey test

    driesvints committed Aug 31, 2023
    Copy the full SHA
    e4eefe9 View commit details
  2. PHP 8.3 Support (#48265)

    * PHP 8.3 Support
    
    * wip
    driesvints authored Aug 31, 2023
    Copy the full SHA
    0a95d00 View commit details
  3. [10.x] Call renderForAssertions in all Mailable assertions (#48254)

    * [10.x] Call `renderForAssertions` in all Mailable assertions
    
    * tests: fix mailer class stub
    
    * tests: add testMailableAttributesInBuild test
    
    ---------
    
    Co-authored-by: james-libros <james@librosmedia.com>
    jamsch and james-libros authored Aug 31, 2023
    Copy the full SHA
    6595252 View commit details

Commits on Sep 1, 2023

  1. [10.x] Introduce requireEnv helper (#48261)

    * Introduce requireEnv helper
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    lucasmichot and taylorotwell authored Sep 1, 2023
    Copy the full SHA
    f767da1 View commit details
  2. [10.x] Combine prefix with table for compileDropPrimary PostgreSQL (#…

    …48268)
    
    * Combine prefix with table
    
    * StyleCI fix
    dyriavin authored Sep 1, 2023
    Copy the full SHA
    1cdace4 View commit details

Commits on Sep 4, 2023

  1. fix broadcast as

    taylorotwell committed Sep 4, 2023
    1
    Copy the full SHA
    108f015 View commit details
  2. [10.x] BelongsToMany Docblock Improvements (#48282)

    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    crynobone authored Sep 4, 2023
    Copy the full SHA
    b2c197e View commit details
  3. patch

    taylorotwell committed Sep 4, 2023
    Copy the full SHA
    ae93199 View commit details
Loading