index
:
php-shirabe
main
php-shirabe
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
shirabe
/
src
/
installer
/
installation_manager.rs
Age
Commit message (
Expand
)
Author
2026-07-05
fix(platform): match PHP truthy semantics for CI env checks
nsfisis
2026-07-05
feat(installation-manager): render install/download progress bar
nsfisis
2026-06-29
chore(lint): ban bare `use anyhow::Result` and fully qualify it
nsfisis
2026-06-28
fix(installer): execute install/update/uninstall ops in execute_batch
nsfisis
2026-06-28
test(installer): port InstallerTest unit and integration harness
nsfisis
2026-06-28
fix(http): avoid nested tokio runtime panic in download path
nsfisis
2026-06-28
refactor: add linter
nsfisis
2026-06-27
refactor(composer): hold managers behind *Interface traits
nsfisis
2026-06-27
refactor: fix compiler warnings and clippy warnings
nsfisis
2026-06-20
refactor(php-shim): drop Box wrapping from PhpMixed List/Array
nsfisis
2026-06-20
refactor(installation-manager): cache installers by index, drop clone_box
nsfisis
2026-06-20
refactor: auto-fix clippy warnings
nsfisis
2026-06-11
feat(console): resolve phase-b TODOs in doRun and IO wiring
nsfisis
2026-06-10
feat(phase-c): resolve cross-module phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve PHP-array-semantics phase-b TODOs
nsfisis
2026-06-08
feat(phase-c): resolve static-property phase-b TODOs
nsfisis
2026-06-07
refactor(phase-c): resolve shared-ownership TODOs via handle/Rc clones
nsfisis
2026-06-05
feat(dependency-resolver): share operations via Rc, drop clone_box
nsfisis
2026-06-05
feat(installer): wire InstallerInterface marker-trait downcasts
nsfisis
2026-06-03
feat(downloader,repository): wire exception instanceof downcasts via anyhow
nsfisis
2026-06-03
feat(installer): wire OperationInterface instanceof downcasts in batches
nsfisis
2026-06-01
fix(package): port every PHP clone operator to handle dup()
nsfisis
2026-05-31
feat(installer): downcast UpdateOperation in download/execute batches
nsfisis
2026-05-29
refactor(io): unify IOInterface params to Rc<RefCell<dyn _>>
nsfisis
2026-05-27
refactor(package): pass package handles by value throughout
nsfisis
2026-05-26
refactor(io): share IOInterface via Rc<RefCell<dyn _>> handle
nsfisis
2026-05-25
refactor(package): introduce Rc<RefCell<_>> handles for packages
nsfisis
2026-05-23
refactor(promise): drop \React\Promise
nsfisis
2026-05-23
refactor(promise): rewrite promise bodies to async/await
nsfisis
2026-05-23
refactor(promise): change functions returning PromiseInterface to async fn
nsfisis
2026-05-20
refactor: re-export module items to shorten import paths
nsfisis
2026-05-20
fix(compile): fix all remaining compile errors
nsfisis
2026-05-19
fix(compile): fix more random compile errors
nsfisis
2026-05-19
fix(compile): fix various compile errors
nsfisis
2026-05-17
fix(compile): extract constants from traits to make them dyn-compatible
nsfisis
2026-05-17
fix(shirabe): correct invalid import paths and add missing dependency
nsfisis
2026-05-17
chore(style): cargo fmt
nsfisis
2026-05-16
feat(port): port InstallationManager.php
nsfisis
2026-05-12
feat(init): add scaffold files
nsfisis