-
-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: guanguans/soar-php
base: 7.0.0
head repository: guanguans/soar-php
compare: 7.0.1
- 8 commits
- 45 files changed
- 1 contributor
Commits on Nov 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c1546f6 - Browse repository at this point
Copy the full SHA c1546f6View commit details -
test(WithRunableTest): Skip tests on macOS
- Change skip() to skipOnMac() for better platform-specific handling. - Ensures tests are appropriately skipped when running on macOS. Signed-off-by: guanguans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94ee75b - Browse repository at this point
Copy the full SHA 94ee75bView commit details -
docs(README): Add configuration instructions for sudo password
- Include instructions for configuring sudo password to avoid errors when running soar commands. - Provide steps to edit the sudoers file for passwordless execution of soar commands on macOS. Signed-off-by: guanguans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5329bcd - Browse repository at this point
Copy the full SHA 5329bcdView commit details -
feat(example): Add example script for SoarPHP usage
- Introduce a new example.php file demonstrating the usage of SoarPHP. - Include basic and advanced scoring examples with queries. - Provide examples of running various Soar commands with explanations. Signed-off-by: guanguans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38433b9 - Browse repository at this point
Copy the full SHA 38433b9View commit details
Commits on Nov 30, 2025
-
refactor(WithRunable): Update callable types to Closure for better ty…
…pe safety - Change callable type hints to Closure for $pipe and $tap properties. - Update method signatures for withPipe and withTap to accept Closure. - Ensure type checks use instanceof for Closure instead of is_callable. Signed-off-by: guanguans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59a703f - Browse repository at this point
Copy the full SHA 59a703fView commit details
Commits on Dec 1, 2025
-
ci(config): Update composer.json and configuration files
- Added phpro/grumphp-shim to composer.json for improved tooling. - Changed minimum-stability from stable to dev to allow for development dependencies. - Removed '__snapshots__/' exclusion from .php-cs-fixer and rector.php for better coverage. Signed-off-by: guanguans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5305a63 - Browse repository at this point
Copy the full SHA 5305a63View commit details
Commits on Dec 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cc27437 - Browse repository at this point
Copy the full SHA cc27437View commit details
Commits on Dec 3, 2025
-
fix(sudo): Simplify sudo password application condition
- Remove unnecessary check for PHP SAPI in shouldApplySudoPassword method. - Ensure the sudo password applies correctly on Unix systems. - This change makes the logic clearer and more straightforward for future maintenance. Signed-off-by: guanguans <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80bfc3f - Browse repository at this point
Copy the full SHA 80bfc3fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.0.0...7.0.1