aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests
AgeCommit message (Expand)Author
2026-08-11chore(php-shim): drop the ob_start()/ob_get_clean() portsnsfisis
2026-08-11refactor(util): drop the unused TlsHelper portnsfisis
2026-08-10feat(console): import scripts Command classes as application commandsnsfisis
2026-08-10refactor(symfony): hide leaf modules behind their parent re-exportsnsfisis
2026-08-10feat(xdebug): switch Xdebug off in the PHP workernsfisis
2026-08-09feat(plugin): let a Rust-implemented plugin cross into the workernsfisis
2026-08-09feat(symfony-filesystem): finish the Filesystem port and trim its APInsfisis
2026-08-09refactor(seld-json-lint): extract seld/json_lint into the shirabe-seld-json-l...nsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-09refactor(symfony-process): extract symfony/process into the shirabe-symfony-p...nsfisis
2026-08-09refactor(pcre): extract composer/pcre into the shirabe-pcre cratensfisis
2026-08-09refactor(php-shim): make the fs mutators return Resultnsfisis
2026-08-09refactor(installed-versions): drop the Rust port, which has no readersnsfisis
2026-08-09test(platform): drop HHVM-only paths from HhvmDetector testnsfisis
2026-08-09refactor(env): split and join PATH lists with std::envnsfisis
2026-08-09refactor(path): build paths with Path::joinnsfisis
2026-08-09refactor(external-packages): test for Windows with cfg!(windows)nsfisis
2026-08-09refactor(php-shim): use std::path::MAIN_SEPARATOR over a shim constantnsfisis
2026-08-09test(console): cover the dev build warning branchnsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-08feat(composer): bake the dev build warning deadline in at build timensfisis
2026-08-07feat(installer): dispatch package eventsnsfisis
2026-08-07fix(autoload-generator): survive listeners that re-enter dump()nsfisis
2026-08-07feat(plugin): cross alias packages over RPC as proxy stubsnsfisis
2026-08-07refactor(platform-repository): fetch the PHP runtime in one RPC callnsfisis
2026-08-07chore: use shirabe_php_shim::impl_php_classnsfisis
2026-08-07test: port the tests left as todo!() stubsnsfisis
2026-08-06fix(platform-repository): report the icu and imagick librariesnsfisis
2026-08-06fix(download-manager): name the downloader class in its LogicExceptionnsfisis
2026-08-06test(version-selector): drop four stale #[ignore] attributesnsfisis
2026-08-06feat(plugin): let links and release dates cross the RPC boundarynsfisis
2026-08-06chore: drop @param/@return tags that only restate Rust typesnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-06test(plugin): cover composer/installers beyond a fresh installnsfisis
2026-08-06test(plugin): compare a composer/installers run against upstream Composernsfisis
2026-08-06test(plugin): compare a plugin-provided installer against upstream Composernsfisis
2026-08-06feat(plugin): run plugin-provided installers through the RPC workernsfisis
2026-08-05test(plugin): pin a composer-normalize fixture and compare its listingnsfisis
2026-08-05test(plugin): compare plugin-provided command execution against upstreamnsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04feat(plugin): instantiate plugin capabilities through the PHP RPC workernsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-04test(plugin): compare a real-plugin install against upstream Composernsfisis
2026-08-04test(plugin): tolerate the _composer_tmp rename in the removal testnsfisis
2026-08-04feat(plugin): remove subscribed listeners when a plugin is removednsfisis
2026-08-04feat(plugin): dispatch plugin event subscribers through the RPC workernsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-03test(json): serialize the tests sharing the tabs2.json scratch filensfisis