aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe
AgeCommit message (Expand)Author
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-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-28test(installer): port InstallerTest unit and integration harnessnsfisis
2026-06-28test(functional): port AllFunctionalTest 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(json): drop JsonFormatterTest stubnsfisis
2026-06-28test(downloader): cfg-gate XzDownloaderTest skip on Windows/32bitnsfisis
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(util/git): port interactive Bitbucket OAuth runCommand testnsfisis
2026-06-28test(repository): port testRepositoryWritesInstalledPhpnsfisis
2026-06-28test(console): correct inaccurate test skip reasonsnsfisis
2026-06-28test(console): port DocumentationTest::testCommandnsfisis
2026-06-28test(package/archiver): port testGitExcludesnsfisis
2026-06-28test(package/version): port testFindRecommendedRequireVersionnsfisis
2026-06-28test(downloader): port Fossil/Hg testRemovensfisis
2026-06-28test(factory): port testDefaultValuesAreAsExpectednsfisis
2026-06-28test(config): port testProhibitedUrlsWarningVerifyPeernsfisis
2026-06-28test(command/status): port testLocallyModifiedPackagesnsfisis
2026-06-28test(util): port MetadataMinifier expand testnsfisis
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: serialize env-var-dependent testsnsfisis
2026-06-27test: port Composer tests unblocked by mockall, add seamsnsfisis
2026-06-27test: add mockall cratensfisis
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-27test(command): port install/reinstall/require/update tester testsnsfisis
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