index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
src
/
commands
/
reinstall.rs
Age
Commit message (
Expand
)
Author
2026-05-10
refactor(downloader): turn DownloadManager into downloader registry
nsfisis
2026-05-10
refactor(clippy): deny clippy::unused_trait_names
nsfisis
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-10
refactor(workspace): consolidate crates into mozart-core
nsfisis
2026-05-09
refactor(composer): move Composer and Factory from mozart-core to mozart
nsfisis
2026-05-09
refactor(commands): consolidate get_platform_requirement_filter into shared m...
nsfisis
2026-05-08
fix(reinstall): align with Composer's ReinstallCommand pipeline
nsfisis
2026-05-08
fix(browse): mirror Composer's HomeCommand semantics
nsfisis
2026-05-06
refactor(console): add write macros and migrate commands to use them
nsfisis
2026-05-05
chore: remove redundant comments
nsfisis
2026-05-05
refactor(commands): consolidate working_dir resolution into Cli method
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-05-02
fix(installer): match Composer's transaction order and uninstall label
nsfisis
2026-05-01
refactor: fix clippy warnings
nsfisis
2026-02-24
fix(cache): enable dist archive caching for all commands
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
refactor(cli): replace std::process::exit() with bail_silent in command handlers
nsfisis
2026-02-23
fix(reinstall): add per-pattern warnings, config autoloader defaults, and COM...
nsfisis
2026-02-23
fix(dump-autoload): add config defaults, CLI validation, and class count output
nsfisis
2026-02-22
fix(reinstall): exit 1 when no packages match criteria
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(console): add structured error handling, verbosity, and suggestions
nsfisis
2026-02-21
feat(reinstall): implement reinstall command to re-download specified packages
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis