aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command
AgeCommit message (Expand)Author
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
2026-06-27fix(validate-command): release Composer borrow before dispatching CommandEventnsfisis
2026-06-27refactor: fix compiler warnings and clippy warningsnsfisis
2026-06-26feat(show-command): port the real configure() input definitionnsfisis
2026-06-26fix(remove-command,pool-builder): drop Composer re-entrancy and PRE_POOL_CREA...nsfisis
2026-06-26fix(check-platform-reqs-command): add PlatformRepository to existing compositensfisis
2026-06-26test(command): port show/remove/global/audit/check-platform-reqs/status/self-...nsfisis
2026-06-26feat(symfony-style): implement is_console_output_interface, apply real table ...nsfisis
2026-06-26test(base-dependency-command): correct why-not ignore reason to trigger_errornsfisis
2026-06-26refactor(symfony-table): model rows/cells with enums instead of PhpMixednsfisis
2026-06-26test(config-command): un-ignore test_config_reads_repos_by_numeric_indexnsfisis
2026-06-26fix(dump-autoload-command): borrow Composer immutably in executensfisis
2026-06-26fix(repository-command,config): delimited Preg pattern and list-form reposnsfisis
2026-06-26test(command): port command test bodies from Composer PHPUnit suitensfisis