aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/remove.rs
AgeCommit message (Expand)Author
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-10refactor(workspace): consolidate crates into mozart-corensfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-09refactor(update): Slice A — align update.rs with Composer's UpdateCommand p...nsfisis
2026-05-08fix(remove): align with Composer's RemoveCommand pipelinensfisis
2026-05-06refactor(console): add write macros and migrate commands to use themnsfisis
2026-05-05chore: remove redundant commentsnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-04fix(update): preserve locked refs and aliases on partial updatensfisis
2026-05-03fix(resolver): honor config.audit.block-insecure security-advisory filternsfisis
2026-05-03fix(update): apply --minimal-changes via policy preferred versionsnsfisis
2026-05-03fix(resolver): expand root branch-alias and self.version replace linksnsfisis
2026-05-03fix(install): align partial-update operation order with Composernsfisis
2026-05-03fix(update): unlock new-package deps via repo requires for --with-depsnsfisis
2026-05-03feat(resolver): honour audit.block-abandoned confignsfisis
2026-05-03fix(resolver): seed locked packages into pool and honour root-require barriernsfisis
2026-05-03fix(resolver): apply root "X as Y" aliases via pool second passnsfisis
2026-05-03fix(resolver): carry root composer.json conflicts onto the in-pool root entrynsfisis
2026-05-03fix(resolver): seed root package into pool as fixed entrynsfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-05-02fix(resolver): honor root self-provide/replace as require fulfilmentnsfisis
2026-05-02fix(installer): match Composer's transaction order and uninstall labelnsfisis
2026-05-02refactor(commands): split install/update into CLI execute + library runnsfisis
2026-05-02refactor(registry): plumb RepositorySet and executor through callersnsfisis
2026-02-24fix(cache): enable dist archive caching for all commandsnsfisis
2026-02-24feat(cache): enable repo cache for all Packagist API callsnsfisis
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(update): implement --with constraints, inline shorthand, and APCu passthr...nsfisis
2026-02-23fix(remove): wire apcu autoloader flags, add audit-format default, and match ...nsfisis
2026-02-23fix(install): add CLI option validation, download-only wiring, and apcu-prefi...nsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(remove): implement --unused flag to prune orphan packagesnsfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22chore: remove some of #[ignore] attributesnsfisis
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(require,remove): add interactive search and dependency-aware partial upd...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(remove): implement remove command with full resolve/lock/install pipelinensfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis