forked from laravel/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge latest 5.8 #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[5.8] Fix return type of Session Store save method
…lock-return-type [5.8] Fix MailFake raw method DocBlock return type
…-param-type [5.8] Fix PostgresGrammar DocBlocks parameters types
…type [5.8] Fix MySQL grammar DocBlocks parameters types
…e-connection-docblock [5.8] Fix exception type in Database Connection
…parameter-type [5.8] Fix Database Query Builder dynamicWhere method $parameters type
…ew-query-for-restoration-method [5.8] Fix AsPivot trait methods DocBlocks
…es-annotation [5.8] Remove restore method from SoftDeletes annotation
…ate-factory-docblock [5.8] Remove unused argument from DateFactory useDefault docblock
…ocks-null-arguments [5.8] Fix Illuminate null arguments in DocBlocks
[5.8] fix MorphTo Relation ignores parent $timestamp when touching
[5.8] Fix database rules with WHERE clauses
[5.8] Check presence of force flag in command signature
…pluralizer [5.8] Added "Related" and "Recommended" to Pluralizer
Suggest resolution when no relationship value is returned
Laravel will miss-behave in multiple ways with MySQL and PgSQL as documented in various issues and even PRs, because people try to get a fix in but _the_ recommendation right now is to *not* use it. I figured it might save everyones time if ppl fill this out upfront because it's often takes some forth and back until users mention this. See: - #29023 - #23850 - #25818 - #27951 - #28149
Use constant Response::HTTP_TOO_MANY_REQUESTS instead of hardcoded value 429
Use const HTTP_TOO_MANY_REQUESTS for readability
Let users fill out if they use ATTR_EMULATE_PREPARES=true
[5.8] Fixed cache repository setMultiple with an iterator
[5.8] Fail job immediately after it timeouts if it wont be retried
[5.8] Make TestResponse tappable
[5.8] Revert "Let users fill out if they use ATTR_EMULATE_PREPARES=true"
[5.8] Fixed cache repository getMultiple implementation
[5.8] Add mergeRecursive() method on collections
[5.8] Add replace() and replaceRecursive() methods on collections
[5.8] Add only method to Session
…ery components from loading."
Revert "[5.8] Fixes Issue #28984, defer in app.js script prevents jquery components from loading."
Elaborate entry not found exception with which entry that could not be found.
Elaborate entry not found exception
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.