aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/install.rs
AgeCommit message (Expand)Author
2026-05-02feat(resolver): add branch-alias support across the resolution pipelinensfisis
2026-05-02fix(installer): match Composer's transaction order and uninstall labelnsfisis
2026-05-02test(installer): switch fixtures to in-process harnessnsfisis
2026-05-02feat(installer): add trace recorder and topo install ordernsfisis
2026-05-02refactor(commands): split install/update into CLI execute + library runnsfisis
2026-05-02refactor(registry): plumb RepositorySet and executor through callersnsfisis
2026-05-02refactor(registry): introduce Repository and InstallerExecutor traitsnsfisis
2026-05-01feat(registry): support inline 'type: package' repositoriesnsfisis
2026-05-01fix(install): preserve LockedPackage extra_fields in installed.jsonnsfisis
2026-05-01feat(core): reject root composer.json that requires its own namensfisis
2026-05-01feat(install): verify platform requirements before install_from_locknsfisis
2026-05-01feat(install): verify lock file satisfies composer.json requiresnsfisis
2026-05-01refactor: fix clippy warningsnsfisis
2026-02-24fix(cache): enable dist archive caching for all commandsnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(cli): align install/update output with Composer conventionsnsfisis
2026-02-23feat(vcs): add mozart-vcs crate for VCS repository supportnsfisis
2026-02-23fix(install): add CLI option validation, download-only wiring, and apcu-prefi...nsfisis
2026-02-23fix(dump-autoload): add config defaults, CLI validation, and class count outputnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(install): fall back to update when composer.lock is missingnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(cache): add filesystem-backed cache with TTL expiration and size-limited GCnsfisis
2026-02-21feat(autoload): add classmap scanning, optimize, APCu, platform checks, and s...nsfisis
2026-02-21feat(install): add InstallConfig, platform warnings, and download progressnsfisis
2026-02-21feat(depends): implement depends and prohibits commands with shared dependenc...nsfisis
2026-02-21feat(update): implement update command with resolver-based dependency updatesnsfisis
2026-02-21feat(autoload): generate Composer-compatible PHP autoloader filesnsfisis
2026-02-21feat(install): implement install command with lock-based package installationnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis