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.4.23
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.4.24
Choose a head ref
  • 9 commits
  • 67 files changed
  • 7 contributors

Commits on May 24, 2025

  1. [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to by…

    …pass retry in RunCommandMessageHandler
    
    Co-authored-by: Kevin Bond <kevinbond@gmail.com>
    santysisi and kbond committed May 24, 2025
    Configuration menu
    Copy the full SHA
    12d6d21 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. bug #60507 [Console][Messenger] Fix: Allow `UnrecoverableExceptionInt…

    …erface` to bypass retry in `RunCommandMessageHandler` (santysisi)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Console][Messenger] Fix: Allow `UnrecoverableExceptionInterface` to bypass retry in `RunCommandMessageHandler`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #60427
    | License       | MIT
    
    This PR ensures that `UnrecoverableExceptionInterface` exceptions thrown during the execution of a command via `RunCommandMessage` are no longer retried.
    
    Commits
    -------
    
    6d550d8731a [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler
    fabpot committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    0a90e68 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. CS fixes

    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    f755ca9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Fix @var phpdoc

    fabpot committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    4ea291e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

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

Commits on Jul 21, 2025

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

Commits on Jul 22, 2025

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

Commits on Jul 29, 2025

  1. [Console][Table] Fix invalid UTF-8 due to text wrapping

    Fixes #58286
    schlndh committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    e8ebdee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

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