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/process
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: acd3eb5
Choose a base ref
...
head repository: symfony/process
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 937a195
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. [Process] Fixed inconsistent test

    Sometimes the process no longer appears to be running when the signal is sent which causes a LogicException to be thrown.
    This doesn't appear to be consistent and I can reproduce it randomly on my local machine. To avoid having tests fail at random
    I decided that it's better to send the signal only if the process is still marked as running.
    amne committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1759251 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge branch '5.4' into 6.3

    * 5.4:
      [VarDumper] Fix missing colors initialization in CliDumper
      [Process] Fix executable finder when the command starts with a dash
      [Validator] added reviewed Lithuanian and Dutch translations
    xabbuh committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8941334 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.3' into 6.4

    * 6.3:
      fix Redis proxies tests
      [VarDumper] Fix missing colors initialization in CliDumper
      [Process] Fix executable finder when the command starts with a dash
      [Validator] added reviewed Lithuanian and Dutch translations
      simplify the parser factory creation
    xabbuh committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    987e740 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.0

    * 6.4:
      fix Redis proxies tests
      [VarDumper] Fix missing colors initialization in CliDumper
      [Process] Fix executable finder when the command starts with a dash
      [Validator] added reviewed Lithuanian and Dutch translations
      simplify the parser factory creation
    xabbuh committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    31ce4a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. 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
    a7b4baa View commit details
    Browse the repository at this point in the history
  2. 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
    d33b31f View commit details
    Browse the repository at this point in the history
  3. 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
    c9920b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    cbc28e3 View commit details
    Browse the repository at this point in the history
  2. 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
    6c5eceb View commit details
    Browse the repository at this point in the history
  3. 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
    31642b0 View commit details
    Browse the repository at this point in the history
  4. 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
    937a195 View commit details
    Browse the repository at this point in the history
Loading