aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/console/application.rs
AgeCommit message (Expand)Author
2026-08-24refactor(silencer): stop guarding work that stays inside Rustnsfisis
2026-08-23fix(fs): carry file_get_contents results as bytesnsfisis
2026-08-22chore(todo): tag or drop the TODO markers that carry no tagnsfisis
2026-08-22feat(cli): tell the user to run `shirabe`, not `composer`nsfisis
2026-08-19fix(input): thread a typed InputValue through the input layernsfisis
2026-08-18refactor(function-exists): drop checks for always-present capabilitiesnsfisis
2026-08-18refactor(preg): drop the offset argument from preg_matchnsfisis
2026-08-18refactor(preg): split PregMatches reads into get() and name()nsfisis
2026-08-18refactor(preg): back PregMatches with regex::Capturesnsfisis
2026-08-17refactor(preg): return the preg_* $matches instead of filling an out-paramnsfisis
2026-08-17refactor(preg): wrap the preg_* $matches maps in newtypesnsfisis
2026-08-17refactor(preg): split the PREG_UNMATCHED_AS_NULL preg_* by flagnsfisis
2026-08-16refactor(preg): make preg_grep() return an iteratornsfisis
2026-08-16refactor(preg): import preg_*() instead of qualifying themnsfisis
2026-08-16refactor(php-shim): split json_decode into assoc and obj variantsnsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-16feat(php-shim): render human-facing timestamps in the local timezonensfisis
2026-08-15feat(cli): report Shirabe's own identity instead of Composer'snsfisis
2026-08-15feat(php-shim): drop the modelled PHP version constantsnsfisis
2026-08-15fix(php-rpc): unpack the runtime bundle under the cache dirnsfisis
2026-08-12docs(todo): retag TODO markers by root causensfisis
2026-08-11chore(php-shim): drop the HHVM_VERSION constantnsfisis
2026-08-11chore(php-shim): drop the substring predicate portsnsfisis
2026-08-11feat(signal): abort on SIGINT, SIGTERM and SIGHUP at checkpointsnsfisis
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-09refactor(xdebug-handler): extract composer/xdebug_handler into the shirabe-xd...nsfisis
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(php-shim): make the fs mutators return Resultnsfisis
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-07fix(autoload-generator): survive listeners that re-enter dump()nsfisis
2026-08-07refactor: merge split inherent impl blocks into one per typensfisis
2026-08-06fix(platform-repository): report the icu and imagick librariesnsfisis
2026-08-06refactor: replace literal-list in_array_strict with matches!nsfisis
2026-08-06refactor(php-shim): split in_array into strict and loose variantsnsfisis
2026-08-06feat(console): override TransportException's code in doRunnsfisis
2026-08-06refactor(php-shim): take filesystem paths as impl AsRef<Path>nsfisis
2026-08-05test(plugin): pin a composer-normalize fixture and compare its listingnsfisis
2026-08-05feat(plugin): run plugin-provided commands in a worker-side applicationnsfisis
2026-08-05feat(plugin): discover and list plugin-provided commandsnsfisis
2026-08-04docs: state code facts instead of porting-phase progressnsfisis
2026-08-03feat(event-dispatcher): run composer.json PHP scripts through the RPC workernsfisis
2026-08-02chore(todo): consolidate TODO comments into the five fixed marker tagsnsfisis
2026-07-25feat(console): register plugin commands via Application::addnsfisis
2026-07-25refactor: replace redundant clones with movesnsfisis