aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command
AgeCommit message (Expand)Author
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
2026-06-24chore: unwrap meaningless PhpMixed::String()nsfisis
2026-06-24fix(console): make Command/BaseCommand methods take &selfnsfisis
2026-06-24refactor(semver): re-export shirabe-semver at crate root, drop composer::semv...nsfisis
2026-06-24refactor(crates): split metadata-minifier and spdx-licenses into own cratesnsfisis
2026-06-23test(command): port InitCommandTestnsfisis
2026-06-23refactor(console): close HelperSet to a fixed set of four helpersnsfisis
2026-06-22test: port previously-ignored Composer tests via __ test hatchesnsfisis
2026-06-22refactor(console): introduce ApplicationHandle shared-ownership newtypensfisis
2026-06-21refactor(php-shim): drop reset()/reset_first()/end_arr() array helpersnsfisis
2026-06-21refactor(php-shim): drop current()/key()/end() array helpersnsfisis
2026-06-21refactor(php-shim): remove ArrayObject, inline IndexMap into PhpMixed::Objectnsfisis
2026-06-21refactor(php-shim): split filter_var into per-filter functionsnsfisis
2026-06-21refactor(math): use method-style max/min/clamp over std::cmpnsfisis
2026-06-21feat(php-shim): implement round() shimnsfisis
2026-06-21refactor(json): eliminate json_last_error in favor of Resultnsfisis
2026-06-20feat(outdated): proxy execute to show via shared Applicationnsfisis
2026-06-20fix(path): propagate PathBufnsfisis
2026-06-20feat(clear-cache): implement ClearCacheCommand::executensfisis
2026-06-20refactor(php-shim): drop Box wrapping from PhpMixed List/Arraynsfisis
2026-06-20fix(global-command): call base_run to stop run() infinite recursionnsfisis
2026-06-20refactor(package-discovery): extend BaseCommand as supertraitnsfisis
2026-06-20feat(init): implement repos/repositorySets accessorsnsfisis
2026-06-20feat: resolve trivial todo!() placeholdersnsfisis
2026-06-20refactor: auto-fix clippy warningsnsfisis
2026-06-20feat(php-shim): implement count()nsfisis
2026-06-20feat(help): replace all "php composer.phar" in help text with "shirabe"nsfisis
2026-06-19feat(command): implement Symfony Commandnsfisis
2026-06-14fix(command): resolve infinite recursion in command initializensfisis
2026-06-14refactor: fix warningsnsfisis
2026-06-14refactor(pcre): drop Result from Preg method return typesnsfisis
2026-06-14refactor(pcre): drop strict-groups Preg variantsnsfisis
2026-06-12refactor(php-shim): replace literal sprintf calls with format!nsfisis
2026-06-12feat(symfony-console): port Symfony Console and make the workspace compilensfisis