8000 Comparing v6.1.1...v6.1.2 · 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: v6.1.1
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.2
Choose a head ref
  • 6 commits
  • 1 file changed
  • 3 contributors

Commits on Jun 6, 2022

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

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    7797262 View commit details
    Browse the repository at this point in the history
  2. bug #46747 Fix global state pollution between tests run with Applicat…

    …ionTester (Seldaek)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    Fix global state pollution between tests run with ApplicationTester
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    
    If you run a test with ApplicationTester which includes -v or similar flag, then https://github.com/symfony/symfony/blob/4.4/src/Symfony/Component/Console/Application.php#L985-L989 leaves the env in a dirty state, and all tests following also use -v.
    
    Commits
    -------
    
    f4c81f13ca Fix global state pollution between tests run with ApplicationTester
    fabpot committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8a2628d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      Fix global state pollution between tests run with ApplicationTester
      µcs fix
      [Intl] Fix the IntlDateFormatter::formatObject signature
    fabpot committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    4d671ab View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client
      [Security] Fix legacy impersonation system
      Fix global state pollution between tests run with ApplicationTester
      µcs fix
      [Messenger] Do not log the message object itself
      [Intl] Fix the IntlDateFormatter::formatObject signature
    fabpot committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    d8d41b9 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client
      [Security] Fix legacy impersonation system
      Fix global state pollution between tests run with ApplicationTester
      µcs fix
      [Messenger] Do not log the message object itself
      [Intl] Fix the IntlDateFormatter::formatObject signature
    fabpot committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    7a86c1c View commit details
    Browse the repository at this point in the history
Loading
0