aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src
AgeCommit message (Expand)Author
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
2026-06-26feat(http): reimplement CurlDownloader on reqwest; port 15 more testsnsfisis
2026-06-26test: port 59 autoload/vcs/installer/util/command tests; fix output capturensfisis
2026-06-26test: port 35 auth/installer/io/zip/bitbucket tests; implement date_creatensfisis
2026-06-26test: port 70 perforce/repository/downloader/installer/dispatcher testsnsfisis
2026-06-26test: port 44 vcs/downloader/version tests using mock infransfisis
2026-06-26feat(test): add HttpDownloaderMock, IOStub, and Config stub helpersnsfisis
2026-06-26feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message met...nsfisis
2026-06-25feat(semver): hand-port constraint AND-split to drop look-around regexnsfisis
2026-06-25style(json): apply rustfmt formattingnsfisis
2026-06-25fix(console): spell ESC as \x1b for regex crate in HtmlOutputFormatternsfisis
2026-06-25fix(json): handle list-form repositories in remove/convert; fix mis-ported te...nsfisis
2026-06-25feat(json): port set_repository_url to hand-written scannernsfisis
2026-06-25feat(json): port add_link to hand-written scannernsfisis
2026-06-25feat(json): port remove_sub_node to hand-written scannernsfisis
2026-06-25feat(json): port remove_list_item to hand-written scannernsfisis
2026-06-25feat(json): port add_list_item/insert_list_item to hand-written scannernsfisis
2026-06-25feat(json): port JsonManipulator key/sub-node methods to hand-written scannernsfisis
2026-06-25feat(json): hand-written JSON grammar scanner for JsonManipulatornsfisis
2026-06-25feat(platform): implement Platform\Runtime introspection via shim functionsnsfisis
2026-06-25feat(repository): wire PackageRepository's inherited methods to lazy initializensfisis
2026-06-25feat(json): validate JSON schema via the jsonschema cratensfisis