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

Update doctrine.rst on ssl documentation #20257

Closed
wants to merge 7,484 commits into from

Conversation

lacpandore
Copy link
Contributor

Added SSL configuration example for MySQL in Doctrine DBAL

  • Included YAML and XML configuration examples for setting up an SSL connection with MySQL using Doctrine DBAL in Symfony.
  • Explained how to use environment variables for specifying SSL certificate paths (MYSQL_SSL_KEY, MYSQL_SSL_CERT, MYSQL_SSL_CA).
  • Added a note on configuring the .env.local or .env.local.php files with the appropriate certificate paths.

javiereguiluz and others added 30 commits July 17, 2024 17:59
* 7.0:
  Reword code to use the Autowire attribute
  Fix the parameter configuration in the file upload doc
Fix defaultIndexMethod attribute typo
This PR was merged into the 6.4 branch.

Discussion
----------

Fix typo

Fix defaultIndexMethod attribute typo

Commits
-------

d6390ba Update service_subscribers_locators.rst
* 6.4:
  Update service_subscribers_locators.rst
* 7.0:
  Update service_subscribers_locators.rst
* 5.4:
  Document possibility to use user:pass for basic auth
* 6.4:
  Document possibility to use user:pass for basic auth
* 7.0:
  Document possibility to use user:pass for basic auth
This PR was merged into the 7.1 branch.

Discussion
----------

[TypeInfo] fix typos

Commits
-------

47279ab fix typos
This PR was merged into the 7.1 branch.

Discussion
----------

use the ref role for internal links

Commits
-------

16c9fdb use the ref role for internal links
This PR was merged into the 6.4 branch.

Discussion
----------

[Messenger] use a custom batch size

reverts symfony#19953 so that the code matches the comment above the method

Commits
-------

08f43e5 use a custom batch size
* 6.4:
  Remove the shouldFlush() method
  use a custom batch size
* 7.0:
  Remove the shouldFlush() method
  use a custom batch size
* 5.4:
  Document Symfony CLI autocompletion
* 6.4:
  Document Symfony CLI autocompletion
* 7.0:
  Document Symfony CLI autocompletion
* 5.4:
  Minor tweak
  issues/20050 Remove Doctrine mappings YML from documentation try to fix CI
  Update reference/configuration/doctrine.rst
  issues/20050 Remove Doctrine mappings YML from documentation symfony#20050

Signed-off-by: Javier Eguiluz <[email protected]>
* 6.4:
  Minor tweak
  issues/20050 Remove Doctrine mappings YML from documentation try to fix CI
  Update reference/configuration/doctrine.rst
  issues/20050 Remove Doctrine mappings YML from documentation symfony#20050
* 7.0:
  Update reference/configuration/doctrine.rst
* 5.4:
  Update advice
* 6.4:
  Update advice
* 7.0:
  Update advice
…the ´Type´ constraint is used (xabbuh)

This PR was merged into the 6.4 branch.

Discussion
----------

[Validator] drop type-hints for properties where the ´Type´ constraint is used

partially revert symfony#18362 as having the native type-hints prevents the `Type` constraint to be applied in a meaningful way (if the types don't match, PHP will error before)

Commits
-------

27a06be drop type-hints for properties where the Type constraint is used
* 6.4:
  drop type-hints for properties where the Type constraint is used
javiereguiluz and others added 23 commits September 19, 2024 17:31
Co-authored-by: Christian Flothmann <[email protected]>
…arStark)

This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.

Discussion
----------

Fix typo in value_resolver.rst

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `7.x` for features of unreleased versions).

-->

Commits
-------

c2b0315 Update controller/value_resolver.rst
56ab079 Update value_resolver.rst
* 6.4:
  Update controller/value_resolver.rst
  Update value_resolver.rst
* 5.4:
  Move some core team members to the former core members section
* 6.4:
  Move some core team members to the former core members section
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead.

Discussion
----------

[DependencyInjection] Fix typo filename

Make filename match classname

Commits
-------

19ee7d2 Fix typo filename
* 6.4:
  Fix typo filename
* 5.4:
  [Form] Remove a broken link
* 6.4:
  [Form] Remove a broken link
…ojifr)

This PR was merged into the 6.4 branch.

Discussion
----------

[Security] Fix role to detect logged-in user

An error has been introduced since 6.2  when checking to see if a user is logged-in

Commits
-------

a867829 [Security] Fix role to detect logged-in user
* 6.4:
  [Security] Fix role to detect logged-in user
This PR was merged into the 7.1 branch.

Discussion
----------

[Form] Remove legacy message

IIUC what happened with symfony#17478 and [related code PR](symfony/symfony#47598), legacy invalid message refer to something which no longer exists

Commits
-------

6516a9b form/remove-legacy-message
This PR was merged into the 7.1 branch.

Discussion
----------

[Testing] Remove an old article

We soft-deleted this article in 5.x version, so let's delete it for real in 7.x branches.

Commits
-------

e157327 [Testing] Remove an old article
…registration forms (javiereguiluz)

This PR was squashed before being merged into the 7.1 branch.

Discussion
----------

[Doctrine][Security] Remove an old article about registration forms

This is another old article soft-deleted a while ago and that we can delete for real in 7.x branches.

Commits
-------

299e6f5 [Doctrine][Security] Remove an old article about registration forms
@carsonbot carsonbot added this to the 5.4 milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.