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: a550a7c
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2aaf83b
Choose a head ref
  • 17 commits
  • 40 files changed
  • 6 contributors

Commits on Dec 8, 2023

  1. refactor: hyper check

    theofidry committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bbfa508 View commit details
    Browse the repository at this point in the history
  2. fix xterm detection

    theofidry committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d9648a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4d8cd View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Merge branch '5.4' into 6.3

    * 5.4:
      [String] Skip a test when an issue is detected in PCRE2
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ca73e92 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.3' into 6.4

    * 6.3:
      fix merge
      [VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
      [WebProfilerBundle] Fix intercept external redirects
      [Webhook] Added missing XML attribute in config XSD
      [String] Skip a test when an issue is detected in PCRE2
      [ExpressionLanguage] Fix null coalescing propagation
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      Remove redundant PHPdoc line
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver`
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0254811 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. [Console] CS fix

    OskarStark authored and nicolas-grekas committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a75c7a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

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

    * 5.4:
      [Console] Only execute additional checks for color support if the output is a TTY
      fix aircraft inflection
      [TwigBundle] Fix configuration when 'paths' is null
      [String] Correct inflection of axis
      [Security] Fix `AuthenticationUtils::getLastUsername()` returning null
      [Process] Fixed inconsistent test
    xabbuh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cfdaac4 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.3' into 6.4

    * 6.3:
      [Console] Only execute additional checks for color support if the output is a TTY
      fix aircraft inflection
      [TwigBundle] Fix configuration when 'paths' is null
      register the MailPaceTransportFactory
      [String] Correct inflection of axis
      [Security] Fix `AuthenticationUtils::getLastUsername()` returning null
      [Process] Fixed inconsistent test
    xabbuh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f88dd63 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    923817d View commit details
    Browse the repository at this point in the history
  2. bug #53516 [Console] Allow '0' as a $shortcut in InputOption.php (law…

    …sonjl-ornl)
    
    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] Allow '0' as a $shortcut in InputOption.php
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #53514
    | License       | MIT
    
    Fixes some comparisons to no longer erroneously disallow `'0'`/`'-0'` as a shortcut value.
    
    Commits
    -------
    
    2b6fe56e1a [Console] Allow '0' as a $shortcut in InputOption.php
    fabpot committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    0aff198 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge branch '5.4' into 6.3

    * 5.4:
      [Translation] Fix `TranslationNodeVisitor` with constant domain
      [Messenger] [AMQP] Throw exception on `nack` callback
      [Validator] revise Latvian translations
      [ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
      [HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
      [Cache] Fix possible infinite loop in `CachePoolPass`
      [Mime] Fix undefined array key 0 when empty sender
      [Console] Allow '0' as a $shortcut in InputOption.php
      fix multi-byte code area to convert
      [Validator] Make it explicit when English translation differs from its resource name
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9aa3be6 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.3' into 6.4

    * 6.3:
      [AssetMapper] Handle assets with non-ascii characters in dev server
      [Translation] Fix `TranslationNodeVisitor` with constant domain
      [Messenger] [AMQP] Throw exception on `nack` callback
      [Validator] revise Latvian translations
      [ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
      [HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
      [Cache] Fix possible infinite loop in `CachePoolPass`
      grab a service from the container only if it exists
      [Mime] Fix undefined array key 0 when empty sender
      [Console] Allow '0' as a $shortcut in InputOption.php
      fix multi-byte code area to convert
      [Validator] Make it explicit when English translation differs from its resource name
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3068eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de9a8d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbdf6ad View commit details
    Browse the repository at this point in the history
  5. Merge branch '5.4' into 6.3

    * 5.4:
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3540f06 View commit details
    Browse the repository at this point in the history
  6. Merge branch '6.3' into 6.4

    * 6.3:
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2aaf83b View commit details
    Browse the repository at this point in the history
Loading