aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/installer.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(registry): exclude synthesized registry when updating/installing ↵William Boman9 hours1-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 Boman2025-03-031-5/+16
| | | | "update:progress" and "update:failed"
* refactor(registry): parallelize registry installationWilliam Boman2025-03-031-14/+30
|
* refactor(registry): refactor registry initializationWilliam Boman2025-03-031-26/+46
|
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-191-1/+1
|
* fix(registry): use oneshot channel for updating registry (#1168)William Boman2023-04-021-0/+38