Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/doctrine-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.5
Choose a base ref
...
head repository: symfony/doctrine-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.9
Choose a head ref
  • 17 commits
  • 20 files changed
  • 6 contributors

Commits on Jan 24, 2023

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

Commits on Feb 2, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Fix LICENSE CI check
      fixes retrieving multiple values for extra fields
      [String] Remove duplicates in fold maps
      fail with a meaningful error when a needed package is missing
      [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types
      Update license years (last time)
      [Tests] New iteration of removing `$this` occurrences in future static data providers
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    81cb894 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    0f26987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ef8c2 View commit details
    Browse the repository at this point in the history
  3. minor #49244 [Tests] Migrate data providers to static ones (alexandre…

    …-daubois)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Tests] Migrate data providers to static ones
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes-ish
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Related to #48668
    | License       | MIT
    | Doc PR        | _NA_
    
    Migrating data providers to static ones, based on the failing CI of symfony/symfony#48668
    
    cc `@OskarStark` 👋
    
    Commits
    -------
    
    36bc5ae37e [Tests] Migrate data providers to static ones
    nicolas-grekas committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3824c0f View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.4' into 6.2

    * 5.4:
      [Serializer] Fix CsvEncoder decode on empty data
      [Tests] Migrate data providers to static ones
      stop using assertObjectHasAttribute()/assertObjectHasNotAttribute()
      [Dotenv] Fix phpdoc Dotenv
      [Config] Fix phpdoc nullable
      Fix some typos
    nicolas-grekas committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    75f2e6e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. minor #49253 [PHPUnit 10] Use TestCase suffix for abstract tests in…

    … `/Tests/` (OskarStark)
    
    This PR was merged into the 6.3 branch.
    
    Discussion
    ----------
    
    [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.3
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Refs symfony/symfony#49233
    | License       | MIT
    | Doc PR        | n/a
    
    Replaces #49234
    
    Using `Test` suffix is deprecated since PHPUnit 10
    
    Spotted in
    * symfony/symfony#49233
    
    Commits
    -------
    
    cb3db968e4 [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/`
    nicolas-grekas committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f7e8ed0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      minor #49253 [PHPUnit 10] Use `TestCase` suffix for abstract tests in `/Tests/` (OskarStark)
    nicolas-grekas committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9d25855 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 11, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      [FrameworkBundle] Improve error message in MicroKernelTrait when using deprecated configureRoutes(RouteCollectionBuilder) with symfony/routing >= 6.0
      Add warning about Symfony 5.2 changing pcntl_async_signals
      [Tests] Fix static calls and Mock var annotation
      [FrameworkBundle] Fix checkboxes check assertions
      [Notifier][WebProfilerBundle] Ignore messages whose `getNotification` returns `null`
      [HttpClient] Fix over-encoding of URL parts to match browser's behavior
      Fix Psalm job
      [HttpClient] Fix data collector
      [Tests] Migrate tests to static data providers
      [Semaphore] Fix test
      Fix: Split and clean up tests
      Remove unused data provider
      add Sender to the list of bypassed headers
    nicolas-grekas committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    c232a91 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    d0ec59b View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Migrate to `static` data providers using `rector/rector`
    nicolas-grekas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    35cb504 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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

Commits on Mar 9, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      [Tests] Replace `setMethods()` by `onlyMethods()` and `addMethods()`
    nicolas-grekas committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    70e9e36 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

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

Commits on Apr 11, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Avoid call on null
      [Notifier] Document Firebase options object in readme
      [ErrorHandler] Fix sending Vary header with SerializerErrorRenderer
      Fix intl data tests
      [DoctrineBridge] fix issue with missing stopwatch events
      [HttpClient] Fix canceling MockResponse
    nicolas-grekas committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    20dceb2 View commit details
    Browse the repository at this point in the history
  2. fix merge

    nicolas-grekas committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4b3aeaa View commit details
    Browse the repository at this point in the history
Loading