Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add parallel cache support #7131

Merged

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    c6cadbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ba6e58 View commit details
    Browse the repository at this point in the history
  3. docs

    keradus committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    10f2de7 View commit details
    Browse the repository at this point in the history
  4. fix

    keradus committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    5af2c0a View commit details
    Browse the repository at this point in the history
  5. kick

    keradus committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    d3cb705 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e06771d View commit details
    Browse the repository at this point in the history
  3. check MTIME instead of relying on env var

    ker@d ~/github/PHP-CS-Fixer λ ./php-cs-fixer list-files --config=.php-cs-fixer.dist.php | xargs -n 400 -P 3 ./php-cs-fixer fix --config=.php-cs-fixer.dist.php --path-mode intersection
    Loaded config default from .php-cs-fixer.dist.php.
    Using cache file .php-cs-fixer.cache.
    Loaded config default from .php-cs-fixer.dist.php.
    Using cache file .php-cs-fixer.cache.
    Loaded config default from .php-cs-fixer.dist.php.
    Using cache file .php-cs-fixer.cache.
    string(34)
    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2aef0f8 View commit details
    Browse the repository at this point in the history
  4. remove debug

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8cecc03 View commit details
    Browse the repository at this point in the history
  5. no need to get whole stat

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    30dec99 View commit details
    Browse the repository at this point in the history
  6. strict comparison

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    10560c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29530e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e52cd4 View commit details
    Browse the repository at this point in the history
  9. Revert "docs"

    This reverts commit 10f2de7.
    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ac074e1 View commit details
    Browse the repository at this point in the history
  10. better naming 1

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3c8e02c View commit details
    Browse the repository at this point in the history
  11. Better naming 2

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f0dbe27 View commit details
    Browse the repository at this point in the history
  12. less nesting

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c0d1120 View commit details
    Browse the repository at this point in the history
  13. fix reported phpstan issues

    keradus committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d25c533 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge remote-tracking branch 'upstream/master' into PHP_CS_FIXER_EXPE…

    …RIMENTAL_PARALLEL_CACHE
    keradus committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5b227da View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    860c4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ee48a View commit details
    Browse the repository at this point in the history
  3. debug

    keradus committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    efef110 View commit details
    Browse the repository at this point in the history
  4. handle errors

    keradus committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    5f96e9d View commit details
    Browse the repository at this point in the history
  5. revert debug

    keradus committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b22d37d View commit details
    Browse the repository at this point in the history
  6. more docs

    keradus committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    98a2c72 View commit details
    Browse the repository at this point in the history