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/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.3
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.4
Choose a head ref
  • 12 commits
  • 5 files changed
  • 5 contributors

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    5b066d6 View commit details
    Browse the repository at this point in the history
  2. bug #45333 [Console] Fix ConsoleEvents::SIGNAL subscriber dispatch (G…

    …wendolenLynch)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix ConsoleEvents::SIGNAL subscriber dispatch
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #45332
    | License       | MIT
    
    Commits
    -------
    
    2b46650b9c Extract dispatching console signal handling and include subscribers
    nicolas-grekas committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7490104 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      cs fix
      [Messenger] Fix Doctrine transport on MySQL
      [Filesystem] Remove needless `mb_*` calls
      [Translator] Fix translator overlapse
      [Yaml] Improve test coverage in DumperTest and ParserTest
      Extract dispatching console signal handling and include subscribers
      [Mailer] Fix error message in case of an STMP error
      [HttpClient] Fix shared connections not being freed on PHP < 8
      [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions
      [HttpClient] Fix memory leak when using StreamWrapper
      minor: fix test
      [Serializer] Fix error message
      remove the ChatterInterface alias when the chatter service is removed
      Bump Symfony version to 5.4.12
      Update VERSION for 5.4.11
      Update CHANGELOG for 5.4.11
      Bump Symfony version to 4.4.45
      Update VERSION for 4.4.44
      Update CONTRIBUTORS for 4.4.44
      Update CHANGELOG for 4.4.44
    nicolas-grekas committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bfbf0e8 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.0' into 6.1

    * 6.0: (23 commits)
      cs fix
      [Messenger] Fix Doctrine transport on MySQL
      [Filesystem] Remove needless `mb_*` calls
      [Translator] Fix translator overlapse
      [Yaml] Improve test coverage in DumperTest and ParserTest
      Extract dispatching console signal handling and include subscribers
      [Mailer] Fix error message in case of an STMP error
      [HttpClient] Fix shared connections not being freed on PHP < 8
      [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions
      [HttpClient] Fix memory leak when using StreamWrapper
      minor: fix test
      [Serializer] Fix error message
      remove the ChatterInterface alias when the chatter service is removed
      Bump Symfony version to 6.0.12
      Update VERSION for 6.0.11
      Update CHANGELOG for 6.0.11
      Bump Symfony version to 5.4.12
      Update VERSION for 5.4.11
      Update CHANGELOG for 5.4.11
      Bump Symfony version to 4.4.45
      ...
    nicolas-grekas committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    532f99e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

    * 5.4:
      fix dispatch signal event check for compatibility with the contract interface
      ignore missing keys when mapping DateTime objects to uninitialized arrays
    xabbuh committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4daac9a View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      clean up legacy test
      fix dispatch signal event check for compatibility with the contract interface
      ignore missing keys when mapping DateTime objects to uninitialized arrays
    xabbuh committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    023fc74 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

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

    * 5.4:
      [Serializer] Add missing types to FormErrorNormalizer
      [HttpFoundation] Fix deps
      minor #47299 [Console] fix expected command name order with mixed integer and string namespaces (xabbuh)
      [HttpFoundation] Fix tests on PHP 8.2
      fix expected command name order with mixed integer and string namespaces
      [Serializer] Add missing types to BackedEnumNormalizer
      Do not send deleted session cookie twice in the response
    nicolas-grekas committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f3d54fc View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      Fix merge
      [Serializer] Add missing types to FormErrorNormalizer
      [HttpFoundation] Fix deps
      minor #47299 [Console] fix expected command name order with mixed integer and string namespaces (xabbuh)
      [HttpFoundation] Fix tests on PHP 8.2
      fix expected command name order with mixed integer and string namespaces
      [Serializer] Add missing types to BackedEnumNormalizer
      Do not send deleted session cookie twice in the response
    nicolas-grekas committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    06d2b27 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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

Commits on Aug 26, 2022

  1. Merge branch '6.0' into 6.1

    * 6.0:
      [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
      fix bad help message in cache warmup command
      [Console] Fix OutputFormatterStyleStack::getCurrent return type
      Count cookie parts before accessing the second
      Fix RequestStack state if throwable is thrown
      [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
    fabpot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7fccea8 View commit details
    Browse the repository at this point in the history
Loading