Thanks to visit codestin.com
Credit goes to github.com

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/filesystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.0
Choose a base ref
...
head repository: symfony/filesystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.7
Choose a head ref
  • 17 commits
  • 4 files changed
  • 5 contributors

Commits on Jan 1, 2023

  1. Bump license year to 2023

    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    0c64ad0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    7e8af5b View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.0' into 6.1

    * 6.0:
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    8cdca1c View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.1' into 6.2

    * 6.1:
      Bump LICENSE year
      Fix LICENSE year
      Bump license year to 2023
    fabpot committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    06d782b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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

Commits on Jan 20, 2023

  1. Merge branch '5.4' into 6.0

    * 5.4:
      Update ComposerPlugin.php
      [Notifier] [OvhCloud] handle invalid receiver
      [Cache] fix collecting cache stats when nesting computations
      [VarDumper] Fix JS to expand / collapse
      [Tests] Remove `$this` occurrences in future static data providers
    nicolas-grekas committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    3d49eec View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0' into 6.1

    * 6.0:
      Update ComposerPlugin.php
      [Notifier] [OvhCloud] handle invalid receiver
      [Cache] fix collecting cache stats when nesting computations
      [VarDumper] Fix JS to expand / collapse
      [Validator] Fix Email validator logic
      Fix user_identifier support after username has been deprecated in favor of it.
      [Tests] Remove `$this` occurrences in future static data providers
      [PropertyInfo] Fixes constructor extractor for mixed type
      use method_exists() instead of catching reflection exceptions
    nicolas-grekas committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    b5218eb View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.1' into 6.2

    * 6.1:
      Update ComposerPlugin.php
      [Notifier] [OvhCloud] handle invalid receiver
      [Cache] fix collecting cache stats when nesting computations
      [VarDumper] Fix JS to expand / collapse
      [Validator] Fix Email validator logic
      Fix user_identifier support after username has been deprecated in favor of it.
      [Tests] Remove `$this` occurrences in future static data providers
      [PropertyInfo] Fixes constructor extractor for mixed type
      use method_exists() instead of catching reflection exceptions
    nicolas-grekas committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    e59e8a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Feb 2, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Fix LICENSE CI check
      fixes retrieving multiple values for extra fields
      [String] Remove duplicates in fold maps
      fail with a meaningful error when a needed package is missing
      [DependencyInjection] Fix combinatory explosion when autowiring union and intersection types
      Update license years (last time)
      [Tests] New iteration of removing `$this` occurrences in future static data providers
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b43903f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 11, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      [FrameworkBundle] Improve error message in MicroKernelTrait when using deprecated configureRoutes(RouteCollectionBuilder) with symfony/routing >= 6.0
      Add warning about Symfony 5.2 changing pcntl_async_signals
      [Tests] Fix static calls and Mock var annotation
      [FrameworkBundle] Fix checkboxes check assertions
      [Notifier][WebProfilerBundle] Ignore messages whose `getNotification` returns `null`
      [HttpClient] Fix over-encoding of URL parts to match browser's behavior
      Fix Psalm job
      [HttpClient] Fix data collector
      [Tests] Migrate tests to static data providers
      [Semaphore] Fix test
      Fix: Split and clean up tests
      Remove unused data provider
      add Sender to the list of bypassed headers
    nicolas-grekas committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    53e43ef View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Fix some phpdoc

    alamirault authored and fabpot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    277aa51 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Fix some phpdoc
      [ErrorHandler] Do not patch return statements in closures
      [DI] keep `proxy` tag on original definition when decorating
    nicolas-grekas committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fff087d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

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

    * 5.4:
      Migrate to `static` data providers using `rector/rector`
    nicolas-grekas committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    82b6c62 View commit details
    Browse the repository at this point in the history
Loading