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

Merge 3.3.x up into 3.4.x #11724

Merged
merged 29 commits into from
Nov 23, 2024
Merged

Merge 3.3.x up into 3.4.x #11724

merged 29 commits into from
Nov 23, 2024

Commits on Mar 8, 2024

  1. Update aggregate-fields.rst

    Change `PESSIMISTIC_READ` to `PESSIMISTIC_WRITE`. Otherwise, the solution to the race condition at the bottom of the article would allow concurrent reads, which would not solve the presented race condition problem.
    d-ph authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0a49274 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    129553d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update README.md

    beberlei committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e7efded View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Inherit issue templates

    greg0ire committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    039b032 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11691 from greg0ire/inherit-issue-templates

    Inherit issue templates
    greg0ire authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    85fc950 View commit details
    Browse the repository at this point in the history
  3. Remove config.yml

    It causes the template inheritance to fail.
    greg0ire committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    4d821cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11692 from greg0ire/inherit-issue-templates

    Remove config.yml
    greg0ire authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    af54a16 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    021a9cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11549 from doctrine/feature/allow-overriding-cascade

    Allow overriding association's cascade
    greg0ire authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    05f5486 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Is not correctly generated sql when changed/switched sqlFilter parame…

    …ters
    
    CachedPersisterContext::$selectJoinSql should be clear or regenerated when sqlFilter changed
    The problem reproduce when in use fetch=EAGER and use additional sql filter on this property
    dbannik committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    439b4da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11694 from dbannik/Bug-join-sql-when-change-sqlFi…

    …lter-parameters
    
    BUG: When changing SQLFilter parameter, resulting SQL query is not generated correctly
    greg0ire authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3ca9529 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge pull request #11344 from d-ph/patch-2

    Change the lock mode in the "Aggregate Fields" cookbook (aggregate-fields.rst) article.
    greg0ire authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    44fa8bb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Run tests against PostgreSQL 17 (#11697)

    * Run tests against PostgreSQL 17
    
    * remove pgsql 15
    IndraGunawan authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9e2bfa8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Refine Explanations of Doctrine orm Package Structure (#11710)

    * Update architecture.rst
    
    * Update architecture.rst
    Speelwolf authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4b03ec7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Add isEmpty() method to the Extra Lazy Associations tutorial

    Extra lazy support for it was added a long time ago
    (see #912) but was never properly
    documented.
    acasademont committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ff3ccff View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Merge pull request #11716 from acasademont/patch-1

    Add `isEmpty()` method to the Extra Lazy Associations tutorial
    greg0ire authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d9aa6ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ce0be View commit details
    Browse the repository at this point in the history
  3. attempt a fix

    goetas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7d1b24f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10065 from goetas/lazy-eager-collection-refresh

    Lazy and eager collection refresh inconsistency
    greg0ire authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    486e406 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Bump codecov/codecov-action from 4 to 5

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4fbce94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11718 from doctrine/dependabot/github_actions/2.2…

    …0.x/codecov/codecov-action-5
    
    Bump codecov/codecov-action from 4 to 5
    greg0ire authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ba11851 View commit details
    Browse the repository at this point in the history
  3. Ignore deprecation about StaticReflectionService

    It is from a class that is deprecated and removed in later branches.
    greg0ire committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bb5b2a3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11719 from greg0ire/ignore-deprecation

    Ignore deprecation about StaticReflectionService
    greg0ire authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f140651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    346c498 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11709 from lyrixx/fix-event-doc

    Fix `Events::onFlush` and `PostFlush()` documentation: events are always raised
    greg0ire authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    58ad1d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. unitofwork.rst: php => PHP

    k00ni authored and greg0ire committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8422a41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11556 from k00ni/patch-1

    [Docs] unitofwork.rst: php => PHP
    greg0ire authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    82e2c98 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    2ff998d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11723 from greg0ire/3.3.x

    Merge 2.20.x up into 3.3.x
    greg0ire authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    71e038c View commit details
    Browse the repository at this point in the history