8000 Comparing v7.0.2...v7.0.3 · symfony/console · GitHub
[go: up one dir, main page]

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

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
  4. Merge branch '6.4' into 7.0

    * 6.4:
      fix used class after merge
      fix tests
      [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
    e6ab42f 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. Merge branch '6.4' into 7.0

    * 6.4:
      [AssetMapper] Handle assets with non-ascii characters in dev server
      [Translation] Fix `TranslationNodeVisitor` with constant domain
      CS fix
      [Routing] Remove `@final` annotation from `Route` attribute
      [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
    471ebf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9a8d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbdf6ad View commit details
    Browse the repository at this point in the history
  6. 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
  7. 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
  8. Merge branch '6.4' into 7.0

    * 6.4:
      Fix implicitly-required parameters
      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
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c5010d5 View commit details
    Browse the repository at this point in the history
Loading
0