| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(powershell): close stdin (#1197) | William Boman | 2023-04-08 | 2 | -1/+28 |
| | | |||||
| * | chore: autogenerate (#1195) | williambotman[bot] | 2023-04-08 | 2 | -3/+30 |
| | | |||||
| * | refactor(log): dont print to console when headless by default (#1193) | William Boman | 2023-04-08 | 1 | -2/+1 |
| | | | | Set MASON_VERBOSE_LOGS=1 to print logs (note, these are still always written to :MasonLog). | ||||
| * | refactor(async): increase wait time (#1192) | William Boman | 2023-04-08 | 1 | -6/+3 |
| | | | | Still somewhat arbitrary, but high enough to not cause issues such as timing out CI jobs. | ||||
| * | fix(windows): download registry archive to file instead of piping data (#1189) | William Boman | 2023-04-07 | 1 | -5/+7 |
| | | | | | Accessing binary data from the stdout of pwsh.exe's iwr seems to be causing data corruption leading to inability to unpack the archive. | ||||
| * | chore: update security policy (#1191) | William Boman | 2023-04-07 | 1 | -3/+5 |
| | | |||||
| * | chore(ci): add v0.9.0 to test matrix (#1190) | William Boman | 2023-04-07 | 2 | -1/+5 |
| | | |||||
| * | chore: autogenerate (#1188) | williambotman[bot] | 2023-04-07 | 4 | -2/+15 |
| | | |||||
| * | fix: healthcheck completion of mason (#1185) | dundargoc | 2023-04-06 | 1 | -0/+0 |
| | | | | | When tab-completing :checkhealth it will show "mason.health", which will result in the error "ERROR No healthcheck found for "mason/health" plugin". | ||||
| * | refactor(std): quiet git checkout (#1186) | William Boman | 2023-04-06 | 2 | -2/+2 |
| | | |||||
| * | chore: autogenerate (#1184) | williambotman[bot] | 2023-04-06 | 2 | -0/+13 |
| | | |||||
| * | chore: migrate packages (#1182) | William Boman | 2023-04-05 | 34 | -805/+39 |
| | | |||||
| * | feat(registry): add ability to register package aliases (#1146) | elky | 2023-04-05 | 3 | -1/+28 |
| | | |||||
| * | fix(github): fall back to curl/wget if gh is not available (#1181) | William Boman | 2023-04-05 | 5 | -72/+40 |
| | | |||||
| * | fix(npm): set install-strategy on npm >= 9 (#1179) | William Boman | 2023-04-04 | 4 | -5/+69 |
| | | | | Closes #1175. | ||||
| * | test(async): add tests for control mechanisms (#1176) | William Boman | 2023-04-03 | 2 | -0/+111 |
| | | |||||
| * | 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 | 32 | -670/+35 |
| | | |||||
| * | 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 | 22 | -71/+56 |
| | | | | Explicitly schedule via `a.wait(vim.schedule)` instead. | ||||
| * | chore: consolidate generate task (#1171) | William Boman | 2023-04-02 | 4 | -36/+5 |
| | | |||||
| * | 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 | 2 | -0/+8 |
| | | |||||
| * | 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 | 31 | -586/+25 |
| | | |||||
| * | chore: migrate packages (#1161) | William Boman | 2023-03-31 | 32 | -695/+46 |
| | | |||||
| * | chore: autogenerate (#1159) | williambotman[bot] | 2023-03-31 | 3 | -2/+52 |
| | | |||||
| * | chore: autogenerate (#1155) | williambotman[bot] | 2023-03-30 | 1 | -1/+4 |
| | | | | | | * chore: autogenerate * fixup | ||||
| * | chore: autogenerate (#1150) | williambotman[bot] | 2023-03-29 | 1 | -31/+33 |
| | | |||||
| * | 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 | 2 | -4/+6 |
| | | |||||
| * | chore: migrate rust-analyzer (#1144) | William Boman | 2023-03-27 | 2 | -54/+0 |
| | | |||||
| * | chore: autogenerate (#1143) | williambotman[bot] | 2023-03-27 | 1 | -3/+4 |
| | | |||||
| * | chore: migrate packages (#1141) | William Boman | 2023-03-26 | 9 | -209/+0 |
| | | |||||
| * | docs: add Registries section to README (#1140) | William Boman | 2023-03-26 | 1 | -0/+14 |
| | | |||||
| * | docs: clarify installation location and add more help links (#1138) | Aaron | 2023-03-26 | 1 | -9/+17 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | 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> | ||||
| * | docs: add :MasonUpdate to plugin manager snippets (#1136) | William Boman | 2023-03-25 | 1 | -3/+16 |
| | | |||||
| * | chore: autogenerate (#1134) | williambotman[bot] | 2023-03-25 | 2 | -2/+2 |
| | | |||||
| * | chore: autogenerate (#1129) | williambotman[bot] | 2023-03-24 | 1 | -2/+53 |
| | | |||||
| * | 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. | ||||
