这是indexloc提供的服务,不要输入任何密码
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: jakzal/toolbox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.98.0
Choose a base ref
...
head repository: jakzal/toolbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. Configuration menu
    Copy the full SHA
    5c72010 View commit details
    Browse the repository at this point in the history
  2. Remove pest

    The latest pest version assumes it is installed in the project and expects the tests directory to be present. It is impossible to run it as an external tool anymore.
    
    Example failure when trying to use pest installed with the composer-bin plugin:
    
     Pest\Exceptions\FatalException
    
      The test directory [/home/runner/work/toolbox/toolbox/build/tools/.composer/vendor-bin/pest/tests/] does not exist.
    
      at build/tools/.composer/vendor-bin/pest/vendor/pestphp/pest/src/Bootstrappers/BootFiles.php:45
         41▕         $rootPath = TestSuite::getInstance()->rootPath;
         42▕         $testsPath = $rootPath.DIRECTORY_SEPARATOR.testDirectory();
         43▕
         44▕         if (! is_dir($testsPath)) {
      ➜  45▕             throw new FatalException(sprintf('The test directory [%s] does not exist.', $testsPath));
         46▕         }
         47▕
         48▕         foreach (self::STRUCTURE as $filename) {
         49▕             $filename = sprintf('%s%s%s', $testsPath, DIRECTORY_SEPARATOR, $filename);
    jakzal committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    079734b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #537 from jakzal/pest-removal

    Remove pest
    jakzal authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    310f00f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Configuration menu
    Copy the full SHA
    9b16a1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #538 from jakzal/lines-test

    Change the test command for lines since the previous one is no longer…
    jakzal authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    65c7477 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Update the yaml-lint signature

    jakzal committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    aa6dd5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #539 from jakzal/yaml-lint-key-update

    Update the yaml-lint signature
    jakzal authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    3ca6b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5da0c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5107c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Re-enable php-semver-checker

    jakzal committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    efd7e88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #540 from jakzal/enable-php-semver-checker

    Re-enable php-semver-checker
    jakzal authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    abc037c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Enable PHPSpec on PHP 8.4

    jakzal committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    e2517c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #541 from jakzal/phpspec-php-8.4

    Enable PHPSpec on PHP 8.4
    jakzal authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    ef0c601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7d6e93 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

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