-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Fix mysql schema state ssl options #54505
Closed
yuriizee
wants to merge
118
commits into
laravel:11.x
from
yuriizee:fix/mysql-schema-state-ssl-options
Closed
Fix mysql schema state ssl options #54505
yuriizee
wants to merge
118
commits into
laravel:11.x
from
yuriizee:fix/mysql-schema-state-ssl-options
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
* Prep Laravel v12 * wip * Temp constraint on prompts * wip
# Conflicts: # CHANGELOG.md
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
# Conflicts: # CHANGELOG.md # composer.json # src/Illuminate/Foundation/Application.php
# Conflicts: # composer.json
# Conflicts: # composer.json
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
# Conflicts: # composer.json
* make Str::is() support multiline strings * more tests with patterns containing new lines * cs * cs
# Conflicts: # CHANGELOG.md # composer.json # src/Illuminate/Foundation/Application.php
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
…#51544) * [12.x] Adds missing streamJson() to ResponseFactory contact * Update ResponseFactory.php --------- Co-authored-by: Taylor Otwell <[email protected]>
# Conflicts: # CHANGELOG.md # src/Illuminate/Foundation/Application.php
# Conflicts: # CHANGELOG.md # composer.json # src/Illuminate/Foundation/Application.php # src/Illuminate/Log/composer.json
* Add test for benchmark utilities * fix style code * fix style code
Signed-off-by: Mior Muhammad Zaki <[email protected]>
…4094) * Fix once() cache when used in extended static class * Update Onceable.php --------- Co-authored-by: Taylor Otwell <[email protected]>
…el#54102) * Update tests to properly assert that only the column is dropped * Drop the column instead of the foreign key
* Add failing test * If the parent config has a prefix append the prefix to it * Update FilesystemManager.php --------- Co-authored-by: Taylor Otwell <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
* enhance multi-schema support * formatting * formatting * formatting * formatting * formatting * formatting * Update SchemaBuilderSchemaNameTest.php * formatting * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
…arbon 3 (laravel#54313) Signed-off-by: Mior Muhammad Zaki <[email protected]>
* [12.x] Update minimum PHPUnit versions This is inline with the minimum supported version defined in `nunomaduro/collision` Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
…age validation (laravel#54331) * Prevent XSS through SVG image validation * Apply by default in validateImage * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
…od (laravel#54348) For backward compatibility, we typically add new method to Interface using docblock on minor/patch releases. This should be a good time to declare them as actual method. Signed-off-by: Mior Muhammad Zaki <[email protected]>
Signed-off-by: Mior Muhammad Zaki <[email protected]>
* Add validate utf-8 path middleware * styleci formatting * styleci formatting * Rename Middleware * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
Added flash method to Session interface
…#54462) - According to the documentation, `paginate` has a `withQueryString` method. - See, https://laravel.com/docs/pagination#appending-query-string-values - Not only `cursorPaginate`, but also `paginate` and `simplePaginate` should implement `withQueryString` and work with it. ref: laravel#54460
… (Breaking Change) (laravel#54393) * [12.x] feat: MemoryExceeded 0 should mean infinite memory * [12.x] feat: MemoryExceeded 0 should mean infinite memory * [12.x] feat: MemoryExceeded 0 should mean infinite memory
…chy (laravel#54493) * Remove redundant check * Support parallel conventional hierachies * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
* [12.x] Reintroduce PHPUnit 10.5 supports This minimize the requirements to match with PHPUnit 11 requirements for Laravel packages while still maintaining support for older PHPUnit versions used in Laravel 10 and below. This would be inline with Laravel Framework 12 being just a maintenance upgrade. Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
…versions and refactoring options fixes (laravel#54269) --ssl --ssl-ca
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.
Added the ability to disable secure SSL connection for DB 8.0 versions and refactoring options
fixes (#54269)
--ssl
--ssl-ca