8000 Comparing v7.1.9...v7.2.0 · symfony/phpunit-bridge · 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/phpunit-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.9
Choose a base ref
...
head repository: symfony/phpunit-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 19 commits
  • 33 files changed
  • 10 contributors

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d4c5787 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1: (31 commits)
      [DependencyInjection] Fix phpdoc for $calls
      [Security] check token in payload instead just request
      fix tests
      add missing method
      fix merge
      fix test
      fix merge
      fix test
      change test to use a real ObjectManager
      [Mailer] Document the usage of custom headers in Infobip bridge
      [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from
      [DoctrineBridge] Test reset with a true manager
      Sync php-cs-fixer config file with 7.2
      [HttpClient] Fix parsing SSE
      [Notifier] Fix thread key in GoogleChat bridge
      [HttpKernel][Security] Fix accessing session for stateless request
      [Serializer] Fix `ObjectNormalizer` with property path
      test handling of special "value" constraint option
      [PhpUnitBridge] Add missing import
      [FrameworkBundle] Fix setting default context for certain normalizers
      ...
    xabbuh committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a09ae68 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    5b396e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 26, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Fix ProcessTest - testIgnoringSignal for local
      [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling
      [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4
      [DoctrineBridge] fix messenger bus dispatch inside an active transaction
      [HttpFoundation] Add tests for uncovered sections
      treat uninitialized properties referenced by property paths as null
      [PropertyInfo] Check if property is nullable when using `ReflectionExtractor`
      properly set up constraint options
      [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations
      move adding detailed JSON error messages to the validate phase
      [Profiler] Add word wrap in tables in dialog to see all the text
      [Core] Fix & Enhance security arabic translation.
      [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`
    nicolas-grekas committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    46827fe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    ed42358 View commit details
    Browse the repository at this point in the history
  2. feature #57777 [VarDumper] Add support for FORCE_COLOR environment …

    …variable (artshade)
    
    This PR was squashed before being merged into the 7.2 branch.
    
    Discussion
    ----------
    
    [VarDumper] Add support for `FORCE_COLOR` environment variable
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.2
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Commits
    -------
    
    5b545240c6 [PhpUnitBridge][Console][VarDumper] Add support for `FORCE_COLOR` environment variable
    nicolas-grekas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ee553bc View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:
      Replace external FTP server by a local docker instance
      [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var
      fix test
      [Validator] Add test for `D` regex modifier in `TimeValidator`
    nicolas-grekas committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    89a9cb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. CS: re-apply trailing_comma_in_multiline

    keradus authored and xabbuh committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    d8e704a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3363287 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. do not patch the TestCase class with PHPUnit 11+

    The PHPUnit\TextUI\Command class was removed in PHPUnit 10. Since the sole
    purpose of the class extended the base Command class is to register a the
    Symfony test listener we can completely stop patching it as support for the
    listener-based event system was also removed in PHPUnit 10.
    xabbuh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2faee18 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Oct 27, 2024

  1. Don't use die() in PHPT --SKIPIF--

    Unlocks a performance optimization in PHPUnit 11.x
    
    see https://staabm.github.io/2024/10/19/phpunit-codesprint-munich.html
    staabm committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0228dd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      fix merge
      fix merge
      Bump Symfony version to 7.1.9
      Work around parse_url() bug (bis)
      Update VERSION for 7.1.8
      Update CHANGELOG for 7.1.8
      Bump Symfony version to 6.4.16
      fix PHP 7.2 compatibility
      silence PHP warnings issued by Redis::connect()
      Update VERSION for 6.4.15
      Update CHANGELOG for 6.4.15
      Bump Symfony version to 5.4.48
      Update VERSION for 5.4.47
      Update CHANGELOG for 5.4.47
      [Routing] Fix: lost priority when defining hosts in configuration
      fix dumping tests to skip with data providers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2bbde92 View commit details
    Browse the repository at this point in the history
Loading
0