Skip to content
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

Conversation

yuriizee
Copy link

@yuriizee yuriizee commented Feb 7, 2025

Added the ability to disable secure SSL connection for DB 8.0 versions and refactoring options

fixes (#54269)

--ssl
--ssl-ca

driesvints and others added 30 commits March 7, 2024 15:21
* 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
amirmohammadnajmi and others added 29 commits January 2, 2025 09:49
* 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]>
* [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
@yuriizee yuriizee closed this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.