aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command
AgeCommit message (Expand)Author
2026-08-07chore: use shirabe_php_shim::impl_php_classnsfisis
2026-08-06refactor: replace literal-list in_array_strict with matches!nsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06refactor(spdx-licenses): return a dedicated type from getLicenseByIdentifiernsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06feat(plugin): run plugin-provided installers through the RPC workernsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP 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-02refactor(php-shim): introduce PhpClass for reporting PHP class namesnsfisis
2026-08-02fix(command): wire the missed suggested values and correct update's packages ...nsfisis
2026-08-02feat(command): wire suggested values into every command definitionnsfisis
2026-08-02feat(command): port CompletionTrait's suggestion providersnsfisis
2026-08-02feat(symfony-console): restore CompletionInput's ArgvInput inheritance surfacensfisis
2026-08-02feat(console-input): port the suggested-values backport onto InputArgument/In...nsfisis
2026-08-02feat(symfony-console): implement the shell completion command plumbingnsfisis
2026-08-02fix(io): propagate ask/select errors instead of panickingnsfisis
2026-08-02fix(repository): run lazy initialization in count/has_packagensfisis
2026-08-02fix(diagnose-command): pass the self-audit when installed.json is absentnsfisis
2026-07-26feat(diagnose-command): report the real curl versionnsfisis
2026-07-26fix(diagnose-command): give the audit BufferIO normal verbositynsfisis
2026-07-26feat(diagnose-command): query the real PHP runtime in one RPC callnsfisis
2026-07-25fix(package-discovery): honor ignored platform reqs in shadowed-repo lookupnsfisis
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(json): embed Composer schemas instead of copying them to targetnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis
2026-07-25refactor(operation): replace OperationInterface with AnyOperation enumnsfisis
2026-07-24fix(event-dispatcher): invoke Closure listeners instead of always failing is_...nsfisis
2026-07-24fix(pool-builder): use plain getPackages() on locked repositorynsfisis
2026-07-20fix(search-command): avoid usize overflow panic when truncating descriptionnsfisis
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-20fix(require-command): drop input borrows before determine_requirementsnsfisis
2026-07-20fix(update-command): un-ignore test_interactive_tmp via assoc select choicesnsfisis
2026-07-20fix(run-script-command): pass script choices as assoc array in interactnsfisis
2026-07-20fix(io): widen IOInterface::select choices to PhpMixed for assoc arraysnsfisis
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(check-platform-reqs): restore raw Link column in text tablensfisis
2026-07-18refactor(downloader): take &self across the downloader hierarchynsfisis
2026-07-18perf(regex): eliminate per-call clone overhead in preg_* dispatchnsfisis
2026-07-18fix(require-command): avoid unsupported regex lookahead in dev-branch checknsfisis
2026-07-16fix(proxy-manager): correct singleton lifecycle and simplify to a plain Mutexnsfisis
2026-07-11chore: use fully-qualified name for Rc/RefCellnsfisis
2026-07-07chore: fix stale commentnsfisis
2026-07-06fix(base-config-command): run BaseCommand::initialize before config setupnsfisis