aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src
AgeCommit message (Expand)Author
2026-02-23fix(check-platform-reqs): add informational messages and empty vendor fallbacknsfisis
2026-02-23fix(archive): add format completion, stability suffix parsing, and Composer-c...nsfisis
2026-02-23fix(browse): use proper URL validation and match Composer's Windows browser l...nsfisis
2026-02-23feat(init): add SPDX license validation and COMPOSER_DEFAULT_LICENSE supportnsfisis
2026-02-23fix(bump): support inline constraints and glob wildcards in package filternsfisis
2026-02-22fix(check-platform-reqs): check lib-* and composer-*-api against detected pla...nsfisis
2026-02-22fix(reinstall): exit 1 when no packages match criteriansfisis
2026-02-22fix(show,outdated): reject multiple level filters at oncensfisis
2026-02-22fix(audit): change --abandoned default from "report" to "fail"nsfisis
2026-02-22fix(fund): use 4-space JSON indentation to match Composernsfisis
2026-02-22fix(licenses): use 4-space JSON indentation to match Composernsfisis
2026-02-22fix(browse): match Composer's error messages, output formatting, and stderr b...nsfisis
2026-02-22feat(cli): match Composer's --version output formatnsfisis
2026-02-22fix(search): match Composer's --only-vendor and JSON output formatsnsfisis
2026-02-22feat(search): display abandoned package indicator in search resultsnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(validate): use CamelCase-to-dash name suggestion and propagate dependency...nsfisis
2026-02-22fix(suggests): add deduplication and ANSI color outputnsfisis
2026-02-22fix(depends): align exit codes and error messages with Composernsfisis
2026-02-22fix(search): validate --only-name/--only-vendor exclusivity and --format valuesnsfisis
2026-02-22fix(bump): align output messages with Composer outputnsfisis
2026-02-22fix(licenses): align error messages with Composer outputnsfisis
2026-02-22fix(suggests): align output formatting and root package filtering with Composernsfisis
2026-02-22fix(clear-cache): enforce 1 GB repo cache size limit during GCnsfisis
2026-02-22fix(about): respect --quiet flag by using console outputnsfisis
2026-02-22fix(bump): return exit code 1 on dry-run with changes and warn when type is a...nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(remove): implement --unused flag to prune orphan packagesnsfisis
2026-02-22feat(validate): implement --with-dependencies flagnsfisis
2026-02-22feat(update): implement --patch-only, --root-reqs, --bump-after-updatensfisis
2026-02-22feat(audit): display version info in audit outputnsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
2026-02-22fix(install): fall back to update when composer.lock is missingnsfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
2026-02-22fix(platform): detect PHP version from runtime instead of hardcoding 8.1nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22refactor(http): centralize User-Agent string in mozart-corensfisis
2026-02-22chore: remove some of #[ignore] attributesnsfisis
2026-02-22feat(init): add interactive dependency selection via Packagist searchnsfisis
2026-02-22feat(repository): implement repository command with all actionsnsfisis
2026-02-22chore: remove unused filesnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22feat(tracing): add performance profiling via tracing cratensfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(completion): add shell completion generation via clap_completensfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21test(constraint): add comprehensive unit tests for version parsing and matchingnsfisis
2026-02-21feat(self-update): implement command to update Mozart via GitHub Releasesnsfisis
2026-02-21feat(archive): implement command to create distributable archivesnsfisis
2026-02-21fix(licenses): handle root license as array and add ANSI color to headernsfisis