aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src
AgeCommit message (Expand)Author
2026-07-01feat(php-rpc): query real PHP version and binary for --versionnsfisis
2026-06-30refactor(git): replace is_callable with RunCommandOutput traitnsfisis
2026-06-29feat(repository): instantiate vcs, artifact, path repositories by classnsfisis
2026-06-29feat(vcs): clone io handle in ForgejoDriver git/OAuth setupnsfisis
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-29feat(package): implement RootAliasPackage root getters via owned returnsnsfisis
2026-06-29fix(json): use php_truthy for JsonManipulator content validity guardsnsfisis
2026-06-29fix(advisory): pass IO as shared handle to Auditor::auditnsfisis
2026-06-29refactor(json): replace seld/jsonlint with serde_jsonnsfisis
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-28fix(installer): execute install/update/uninstall ops in execute_batchnsfisis
2026-06-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28fix(http): avoid nested tokio runtime panic in download pathnsfisis
2026-06-28fix(util): restore PHP delimiters in ported regex patternsnsfisis
2026-06-28refactor: add linternsfisis
2026-06-28feat(package): impl alias getter delegation via owned String returnsnsfisis
2026-06-28feat(repository): impl RepositoryInterface for Artifact/Path/Vcs reposnsfisis
2026-06-28test(console): port DocumentationTest::testCommandnsfisis
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-27fix(autoload): correct generated autoloader blank linesnsfisis
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-27refactor(composer): hold managers behind *Interface traitsnsfisis
2026-06-27refactor(main): minor refactoringnsfisis
2026-06-27fix(package-repository): load entries with default CompletePackage classnsfisis
2026-06-27fix(filesystem-repository): avoid RefCell double borrow on installed.phpnsfisis
2026-06-27fix(locker): build InstalledRepository with locked and root reposnsfisis
2026-06-27feat(php-shim): drop shutdown function shim, defer OOM message to PHPnsfisis
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-26test(cli): force --no-interaction so init does not hang under a TTYnsfisis
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(cli): un-ignore archive/browse/clear-cache/init smoke testsnsfisis
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-26feat(dependency-resolver): wire operation get_package and unblock solver testsnsfisis
2026-06-26test: recover binary_installer full-compat port; implement posix_getpwuidnsfisis
2026-06-26test: port 32 command/repository/downloader testsnsfisis
2026-06-26test: port 24 command/repository/package/util tests; add TlsHelpernsfisis