| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add the infrastructure to support "system" packages (#2085) | William Boman | 4 days | 1 | -20/+9 |
| | | | | | | | This enables `mason.nvim` to start managing certain packages that: 1) are not suitable for the core registry 2) should not surface in existing APIs and UIs | ||||
| * | fix(registry): exclude synthesized registry when updating/installing ↵ | William Boman | 2026-01-07 | 1 | -1/+1 |
| | | | | | | | | | registries (#2054) This doesn't necessarily fix a "bug" but primarily fixes the message provided to users when updating registries. If a user has 1 registry configured the message is now "updating 2 registries", this fixes it to "updating registry". | ||||
| * | refactor(registry)!: add events "update:success", "update:start", ↵ | William Boman | 2025-03-03 | 1 | -5/+16 |
| | | | | | "update:progress" and "update:failed" | ||||
| * | refactor(registry): parallelize registry installation | William Boman | 2025-03-03 | 1 | -14/+30 |
| | | |||||
| * | refactor(registry): refactor registry initialization | William Boman | 2025-03-03 | 1 | -26/+46 |
| | | |||||
| * | refactor: standardize constructors and improve inheritance construction | William Boman | 2025-02-19 | 1 | -1/+1 |
| | | |||||
| * | fix(registry): use oneshot channel for updating registry (#1168) | William Boman | 2023-04-02 | 1 | -0/+38 |
