aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin/php_plugin_proxy.rs
AgeCommit message (Expand)Author
2026-08-31feat(plugin): carry Http\Response across as a materialized valuensfisis
2026-08-31feat(plugin): serve HttpDownloader as a proxy stubnsfisis
2026-08-30feat(plugin): carry an exception's class and state across the boundarynsfisis
2026-08-30feat(plugin): serve ProcessExecutor as a proxy stubnsfisis
2026-08-23docs(plugin): bring boundary text in line with the implementationnsfisis
2026-08-22refactor(plugin): decode RPC values through conversion traitsnsfisis
2026-08-20fix(event-dispatcher): let a PHP script reach the Composer object graphnsfisis
2026-08-19perf(package): hand out link maps behind Rcnsfisis
2026-08-19fix(input): thread a typed InputValue through the input layernsfisis
2026-08-16feat(plugin): proxy Composer\Util\Filesystem into the plugin workernsfisis
2026-08-16refactor: narrow pub(crate) items to privatensfisis
2026-08-12docs(todo): retag TODO markers by root causensfisis
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-09feat(plugin): let a Rust-implemented plugin cross into the workernsfisis
2026-08-09refactor(symfony-console): extract symfony/console into the shirabe-symfony-c...nsfisis
2026-08-08feat(php-shim): give ported exceptions PHP's class hierarchynsfisis
2026-08-07feat(installer): dispatch package eventsnsfisis
2026-08-07fix(plugin): make proxy stub property access an explicit errornsfisis
2026-08-07feat(plugin): cross alias packages over RPC as proxy stubsnsfisis
2026-08-06feat(plugin): let links and release dates cross the RPC boundarynsfisis
2026-08-06feat(plugin): widen the RPC surface to LibraryInstaller-based pluginsnsfisis
2026-08-06feat(plugin): run plugin-provided installers through the RPC workernsfisis
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-04feat(plugin): instantiate plugin capabilities through the PHP RPC workernsfisis
2026-08-04feat(plugin): expose the composer object graph to plugins over RPCnsfisis
2026-08-04feat(plugin): dispatch plugin event subscribers through the RPC workernsfisis
2026-08-04feat(plugin): generate the worker proxy stubs from the Composer sourcesnsfisis
2026-08-04fix(plugin): resolve review findings in the plugin activation flownsfisis
2026-08-04feat(plugin): activate plugins through the PHP RPC workernsfisis