8000 Comparing v6.4.3...v6.4.4 · symfony/var-dumper · 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/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.3
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.4
Choose a head ref
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 3, 2024

  1. fix DoctrineCaster tests

    The order in which the properties are handled has changed with the usage
    of CPP for the entity manager in doctrine/orm#11205.
    xabbuh committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fc65185 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    7ae060a View commit details
    Browse the repository at this point in the history
  2. minor #53794 [PhpUnitBridge][VarDumper] Fix color detection (nicolas-…

    …grekas)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [PhpUnitBridge][VarDumper] Fix color detection
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Porting #53707 to VarDumper and tweaking it a bit.
    
    /cc `@theofidry` FYI
    
    Commits
    -------
    
    7ce86dcfee [VarDumper][PhpUnitBridge] Fix color detection
    nicolas-grekas committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4074601 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.4

    * 5.4:
      Skip Twig v3.9-dev for now
      [Validator] Update Dutch (nl) translation
      Update Albanian translations
      [Validator] Update translation
      [FrameworkBundle] Prevent silenced warning by checking if /proc/mount exists
      [VarDumper][PhpUnitBridge] Fix color detection
      prevent throwing NOT_FOUND error when tube is empty
      [Validator] Update missing validator translation for Swedish
      [FrameworkBundle] Fix eager-loading of env vars in ConfigBuilderCacheWarmer
      [Messenger] Fix failing Redis test
      [Validator] Update Italian (it) translations
      [Validator] Missing translations for Hungarian (hu) #53769
    nicolas-grekas committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f9db2cc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

    * 5.4:
      [PhpUnitBridge][VarDumper] fix color detection
      [CI] Make sure we preserve file->header when we run sync-translations.php
      Review validators.sl.xlf
    nicolas-grekas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    81ae1a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cde1af View commit details
    Browse the repository at this point in the history
  4. bug #53842 [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env…

    … var (nicolas-grekas)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    When using `dump()` in a plain PHP script, `SYMFONY_IDE` is currently ignored. This fixes it when `FileLinkFormatter` is available.
    
    Commits
    -------
    
    266ab4e299 [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
    nicolas-grekas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b1040d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix test

    xabbuh committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    df4401f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

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

Commits on Feb 15, 2024

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

    * 5.4:
      [TwigBridge] Fix compat with Twig v3.9
      [Mailer] Simplify fix
    nicolas-grekas committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b439823 View commit details
    Browse the repository at this point in the history
Loading
0