aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command
AgeCommit message (Expand)Author
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-02fix(repository): resolve remaining late-binding hazards from the auditnsfisis
2026-08-02fix(json): propagate JsonFile::encode errors instead of unwrappingnsfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-08-02fix(diagnose-command): pass the self-audit when installed.json is absentnsfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-25fix(require-command): end input borrow before asking for confirmationnsfisis
2026-07-25fix(package-discovery): pass IO so platform requirement warnings surfacensfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-24fix(event-dispatcher): invoke Closure listeners instead of always failing is_...nsfisis
2026-07-20test(ignore): document root causes for unannotated #[ignore] testsnsfisis
2026-07-20fix(diagnose-command): stop holding a Config borrow across http callsnsfisis
2026-07-20feat(php-rpc): implement phpinfo() capture over RPCnsfisis
2026-07-20test(fund-command): match PHP tester options for deterministic displaynsfisis
2026-07-20test(show-command): ignore test_self over UTC-only date() timezone gapnsfisis
2026-07-20fix(update-command): un-ignore test_interactive_tmp via assoc select choicesnsfisis
2026-07-20test(run-script-command): detail dev-mode test ignore blockersnsfisis
2026-07-20test(diagnose-command): detail ignore reasons with the actual blockernsfisis
2026-07-20fix(validating-array-loader): un-ignore test_fund_command by fixing empty checknsfisis
2026-07-20fix(process-executor): un-ignore 11 tests by implementing execute_async mock ...nsfisis
2026-07-19fix(root-package-loader): un-ignore 4 tests by fixing stability-flag isset() ...nsfisis
2026-07-19fix(show-command): un-ignore 10 tests by fixing show-warnings typing and repo...nsfisis
2026-07-19fix(search-command): un-ignore test_search by fixing JSON output and abandone...nsfisis
2026-07-19fix(update-command): un-ignore test_update by fixing 3 real bugsnsfisis
2026-07-19fix(test-harness): set COMPOSER_TESTS_ARE_RUNNING so interactive tests actual...nsfisis
2026-07-19fix(check-platform-reqs): restore raw Link column in text tablensfisis
2026-07-18fix(require-command): avoid unsupported regex lookahead in dev-branch checknsfisis
2026-07-16test: update TODO reason for unported test casesnsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-05feat(global-command): wire resetComposer and Application::run proxyingnsfisis
2026-07-04fix(event-dispatcher): avoid reentrant RefCell panicsnsfisis
2026-07-04test: ignore broken testsnsfisis
2026-06-29feat(audit): implement get_packages non-locked branchnsfisis
2026-06-29fix(advisory): pass IO as shared handle to Auditor::auditnsfisis
2026-06-28test(show): clarify ignore reason for empty platform sectionnsfisis
2026-06-28fix(repository): flatten InstalledRepository and unwrap filter repos in shownsfisis
2026-06-28fix(installer): execute install/update/uninstall ops in execute_batchnsfisis
2026-06-28refactor: add linternsfisis
2026-06-28test(command): port HomeCommandTest useCaseProvider casesnsfisis
2026-06-28test(command): port DiagnoseCommandTest casesnsfisis
2026-06-28test(tests): use mockall for hand-written interface mocksnsfisis
2026-06-28test(command/status): port testLocallyModifiedPackagesnsfisis
2026-06-27feat(installer): register default installers after Composer Rc is builtnsfisis
2026-06-27feat(command/update): port UpdateCommand input definitionnsfisis
2026-06-27refactor(http): present reqwest instead of faking curl_versionnsfisis
2026-06-27fix(json): encode empty stdClass fields as {} not []nsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27fix(command/show): match PHP null/isset semantics in package outputnsfisis
2026-06-27fix(json): include property name in required-property errorsnsfisis
2026-06-27test(command): port install/reinstall/require/update tester testsnsfisis