aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command
AgeCommit message (Expand)Author
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
2026-07-05feat(run-script-command): resolve script command descriptions via find()nsfisis
2026-07-05feat(exec-command): restore working directory via getInitialWorkingDirectorynsfisis
2026-07-05feat(global-command): wire resetComposer and Application::run proxyingnsfisis
2026-07-05feat(init-command): wire update/dump-autoload sub-command dispatchnsfisis
2026-07-05fix(base-command): honour Application plugin/script disable defaultsnsfisis
2026-07-05feat(reinstall-command): wire InstallationManager::execute and AutoloadGenera...nsfisis
2026-07-04fix(search-command): use as_list() to read variadic tokens argumentnsfisis
2026-07-04fix(create-project-command): split chained config.borrow_mut() callsnsfisis
2026-07-04fix(pcre): restore missing regex delimiters in ported patternsnsfisis
2026-06-29feat(console): implement StringInput stringification in global proxynsfisis
2026-06-29feat(require): update locker hash with stability flags rewriternsfisis
2026-06-29feat(audit): implement get_packages non-locked branchnsfisis
2026-06-29fix(advisory): pass IO as shared handle to Auditor::auditnsfisis
2026-06-29chore(lint): ban bare `use anyhow::Result` and fully qualify itnsfisis
2026-06-28fix(repository): flatten InstalledRepository and unwrap filter repos in shownsfisis
2026-06-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28refactor: add linternsfisis
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-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor(command): replace composer_full_mut with shared composer_fullnsfisis
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-26refactor(symfony-table): model rows/cells with enums instead of PhpMixednsfisis
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: port 32 command/repository/downloader testsnsfisis
2026-06-26test: port 24 command/repository/package/util tests; add TlsHelpernsfisis
2026-06-25feat(php-shim): model $_ENV/$_SERVER as OsString snapshotsnsfisis
2026-06-24refactor(process): take cwd as Option<&str> instead of IntoExecCwdnsfisis