| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(github): fall back to curl/wget if gh is not available (#1181) | William Boman | 2023-04-05 | 4 | -59/+27 | |
| | | ||||||
| * | fix(npm): set install-strategy on npm >= 9 (#1179) | William Boman | 2023-04-04 | 3 | -4/+40 | |
| | | | | Closes #1175. | |||||
| * | test(async): add tests for control mechanisms (#1176) | William Boman | 2023-04-03 | 1 | -0/+1 | |
| | | ||||||
| * | feat: vendor zzlib for unzip (#1174) | William Boman | 2023-04-03 | 4 | -26/+801 | |
| | | | | Download data of the registry suggest that ~10-18% struggle to unpack the registry archive, with the drop-off occurring in the `unzip` step. Being able to unpack the registry is a very crucial component of mason.nvim, which warrants vendoring [zzlib](https://github.com/zerkman/zzlib) to allow unpacking it entirely in Lua. | |||||
| * | chore: migrate packages (#1173) | William Boman | 2023-04-03 | 31 | -640/+0 | |
| | | ||||||
| * | fix(package): schedule callback that can only run in main loop (#1172) | William Boman | 2023-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | refactor: only schedule in a.scheduler() when in fast event (#1170) | William Boman | 2023-04-02 | 17 | -59/+45 | |
| | | | | Explicitly schedule via `a.wait(vim.schedule)` instead. | |||||
| * | chore: consolidate generate task (#1171) | William Boman | 2023-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | chore(health): include :MasonUpdate suggestion (#1169) | William Boman | 2023-04-01 | 1 | -1/+3 | |
| | | ||||||
| * | fix(registry): use oneshot channel for updating registry (#1168) | William Boman | 2023-04-02 | 4 | -66/+85 | |
| | | ||||||
| * | fix(ui): remove new lines from error (#1167) | William Boman | 2023-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ui): dont early return package updates if no visible packages (#1166) | William Boman | 2023-04-01 | 1 | -4/+0 | |
| | | ||||||
| * | fix(async): early return if no suspend functions (#1165) | William Boman | 2023-04-01 | 1 | -0/+3 | |
| | | ||||||
| * | feat(ui): display warning and error message if registry is not installed (#1164) | William Boman | 2023-04-01 | 6 | -22/+82 | |
| | | ||||||
| * | chore: migrate packages (#1163) | William Boman | 2023-04-01 | 30 | -563/+0 | |
| | | ||||||
| * | chore: migrate packages (#1161) | William Boman | 2023-03-31 | 31 | -669/+2 | |
| | | ||||||
| * | chore: autogenerate (#1159) | williambotman[bot] | 2023-03-31 | 2 | -2/+2 | |
| | | ||||||
| * | chore: autogenerate (#1155) | williambotman[bot] | 2023-03-30 | 1 | -1/+4 | |
| | | | | | | * chore: autogenerate * fixup | |||||
| * | chore: log entire opts table (#1149) | William Boman | 2023-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | chore: migrate packages (#1148) | William Boman | 2023-03-29 | 30 | -634/+0 | |
| | | ||||||
| * | feat(ui): update registry when checking for new package versions (#1147) | William Boman | 2023-03-28 | 1 | -0/+2 | |
| | | ||||||
| * | chore: autogenerate (#1145) | williambotman[bot] | 2023-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | chore: migrate rust-analyzer (#1144) | William Boman | 2023-03-27 | 2 | -54/+0 | |
| | | ||||||
| * | chore: migrate packages (#1141) | William Boman | 2023-03-26 | 9 | -209/+0 | |
| | | ||||||
| * | feat(health): add registry and unzip (#1139) | William Boman | 2023-03-26 | 1 | -0/+14 | |
| | | ||||||
| * | refactor: download checksum after unzip (#1135) | William Boman | 2023-03-25 | 1 | -8/+7 | |
| | | | | | | | | | | * refactor: download checksum after unzip * fixup --------- Co-authored-by: williambotman[bot] <william+bot@redwill.se> | |||||
| * | chore: autogenerate (#1134) | williambotman[bot] | 2023-03-25 | 2 | -2/+2 | |
| | | ||||||
| * | fix(api): refresh registry before installing packages in :MasonInstall (#1128) | William Boman | 2023-03-23 | 1 | -12/+13 | |
| | | ||||||
| * | chore: migrate lua-language-server (#1127) | William Boman | 2023-03-23 | 2 | -65/+0 | |
| | | | | Closes #995. | |||||
| * | chore: migrate solang (#1126) | William Boman | 2023-03-23 | 2 | -64/+0 | |
| | | | | Closes #1025. | |||||
| * | chore: migrate fourmolu (#1125) | William Boman | 2023-03-23 | 2 | -35/+0 | |
| | | | | Closes #1053. | |||||
| * | chore: migrate js-debug-adapter (#1122) | William Boman | 2023-03-23 | 2 | -30/+0 | |
| | | ||||||
| * | fix(scripts): setup mason and init registries (#1124) | William Boman | 2023-03-23 | 2 | -7/+6 | |
| | | ||||||
| * | fix: mkdirp if stdpath("state" | "cache") doesn't exist (#1123) | William Boman | 2023-03-23 | 1 | -1/+8 | |
| | | ||||||
| * | chore: autogenerate (#1121) | williambotman[bot] | 2023-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ui): remove new lines from spawn handle string (#1119) | William Boman | 2023-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | chore: autogenerate (#1115) | williambotman[bot] | 2023-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | chore: autogenerate (#1112) | williambotman[bot] | 2023-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add github:mason-org/mason-registry as the secondary default registry ↵ | William Boman | 2023-03-19 | 1 | -0/+1 | |
| | | | | | | | | | (#1111) The current, and henceforth deprecated, Lua-based package registry bundled with `mason.nvim` is still the primary registry. The [new registry](https://github.com/mason-org/mason-registry/) is being added now as a secondary registry to ensure a smooth roll-out. Over time, the Lua-based packages in `mason.nvim` will gradually be removed and replaced by packages provided by the new registry. This migration will be entirely seamless. | |||||
| * | feat: add openedge-language-server (#1108) | Gilles Querret | 2023-03-18 | 3 | -0/+22 | |
| | | ||||||
| * | chore: autogenerate (#1106) | williambotman[bot] | 2023-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | chore: autogenerate (#1104) | williambotman[bot] | 2023-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | chore: autogenerate (#1102) | williambotman[bot] | 2023-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add registry.refresh() method (#1096) | William Boman | 2023-03-14 | 6 | -16/+97 | |
| | | ||||||
| * | fix(sources): also set .desc property when updating spec (#1095) | William Boman | 2023-03-14 | 4 | -5/+13 | |
| | | ||||||
| * | chore: autogenerate (#1093) | williambotman[bot] | 2023-03-13 | 1 | -1/+1 | |
| | | ||||||
| * | style: enforce import order (#1092) | William Boman | 2023-03-12 | 173 | -318/+318 | |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | |||||
| * | feat: add github registry source capabilities (#1091) | William Boman | 2023-03-12 | 38 | -53/+2422 | |
| | | ||||||
| * | feat(golangci-lint): support linux_arm64 (#1089) | mmihira | 2023-03-10 | 1 | -0/+1 | |
| | | | | Closes #1084. | |||||
| * | fix(js-debug-adapter): fix build script (#1088) | William Boman | 2023-03-09 | 1 | -0/+1 | |
| | | ||||||
