| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: remove old managers (#1497) | William Boman | 2025-02-16 | 15 | -1845/+0 |
| | | |||||
| * | feat: don't use vim.g.python3_host_prog as a candidate for python (#1606) | William Boman | 2024-01-21 | 1 | -3/+1 |
| | | | | | This is inconsistent with how other system dependencies are resolved and is not documented anywhere. | ||||
| * | feat(installer): write more installation output to stdout (#1376) | William Boman | 2023-06-28 | 1 | -1/+1 |
| | | | | This should give better insights into the installation progress. | ||||
| * | refactor(health): split up checks (#1221) | William Boman | 2023-04-16 | 1 | -1/+1 |
| | | |||||
| * | fix(powershell): close stdin (#1197) | William Boman | 2023-04-08 | 1 | -0/+4 |
| | | |||||
| * | fix(github): fall back to curl/wget if gh is not available (#1181) | William Boman | 2023-04-05 | 2 | -43/+23 |
| | | |||||
| * | refactor: only schedule in a.scheduler() when in fast event (#1170) | William Boman | 2023-04-02 | 5 | -21/+7 |
| | | | | Explicitly schedule via `a.wait(vim.schedule)` instead. | ||||
| * | style: enforce import order (#1092) | William Boman | 2023-03-12 | 14 | -46/+46 |
| | | | | | | * chore(workflows): update dependencies * style: enforce import order | ||||
| * | refactor(powershell): remove .script and fix fast API error (#1057) | William Boman | 2023-03-05 | 1 | -26/+14 |
| | | | | | Calling vim.fn.executable in the module scope has potential to error if the module is required outside of the main loop. | ||||
| * | refactor(std): remove zstd from untar (#966) | William Boman | 2023-02-05 | 1 | -11/+1 |
| | | | | This accidentally remained in #963. | ||||
| * | feat(windows): manually decompress zstd archives before untar (#963) | BVegNow | 2023-02-05 | 2 | -5/+33 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | refactor(providers): remove ?include_prerelease query param (#872) | William Boman | 2023-01-09 | 1 | -6/+2 |
| | | | | This is no longer supported by mason-registry-api. | ||||
| * | feat(dotnet): ignore failed sources (#792) | Stone Lasley | 2022-12-30 | 1 | -0/+1 |
| | | |||||
| * | fix(powershell): terminate stdin with newline (#818) | William Boman | 2022-12-28 | 1 | -0/+1 |
| | | | | | | Powershell doesn't seem to be closing the process after commands finsh executing and stdin is closed, not entirely sure why. This seems to fix the issue. | ||||
| * | refactor: interact with libuv pipes in async context (#808) | William Boman | 2022-12-26 | 1 | -6/+7 |
| | | | | Also now properly close pipes (shutdown -> close). | ||||
| * | feat(powershell): set $ErrorActionPreference = "Stop"; (#807) | William Boman | 2022-12-26 | 1 | -11/+15 |
| | | | | Also write to stdin pipe asynchronously. | ||||
| * | fix(powershell): use pwsh if available (#782) | William Boman | 2022-12-21 | 1 | -2/+4 |
| | | |||||
| * | Revert "chore: use pwsh instead of powershell (#706)" (#769) | William Boman | 2022-12-19 | 1 | -2/+2 |
| | | | | This reverts commit e64dffb84e84e67836a05707a95b1d81fe698481. | ||||
| * | feat(ui): hoist "Installing" and "Failed" package groups to the top (#712) | William Boman | 2022-12-01 | 1 | -0/+1 |
| | | | | Also improve how logs are displayed. | ||||
| * | chore: use pwsh instead of powershell (#706) | William Boman | 2022-11-29 | 1 | -2/+2 |
| | | |||||
| * | feat(pip): add setting to upgrade pip before installing packages (#671) | William Boman | 2022-11-16 | 1 | -0/+12 |
| | | | | Closes #616. | ||||
| * | docs: update mason-errors help section (#646) | William Boman | 2022-11-08 | 1 | -1/+1 |
| | | |||||
| * | fix(gem): don't format executable (#634) | William Boman | 2022-11-06 | 1 | -0/+1 |
| | | | | | Closes #570. Closes williamboman/mason-lspconfig.nvim#94. | ||||
| * | fix(zls): support zst (#622) | Access | 2022-11-03 | 2 | -3/+7 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | feat(gem): use provider API (#617) | William Boman | 2022-11-02 | 1 | -41/+18 |
| | | |||||
| * | feat: add provider interface (#601) | William Boman | 2022-10-30 | 3 | -40/+25 |
| | | |||||
| * | feat(api): add typed client interface (#556) | William Boman | 2022-10-14 | 2 | -5/+3 |
| | | |||||
| * | feat(fetch): add Accept headers where appropriate (#554) | William Boman | 2022-10-14 | 2 | -2/+10 |
| | | |||||
| * | refactor(api): use new endpoints (#550) | William Boman | 2022-10-14 | 2 | -3/+3 |
| | | |||||
| * | feat(platform): better glibc detection (#537) | William Boman | 2022-10-10 | 1 | -2/+1 |
| | | |||||
| * | feat(npm): speed up checking for new versions (#530) | William Boman | 2022-10-09 | 1 | -20/+20 |
| | | |||||
| * | feat(registry): add api module (#524) | William Boman | 2022-10-08 | 1 | -25/+16 |
| | | |||||
| * | feat(github): use proxy API for fetching latest release (#521) | William Boman | 2022-10-06 | 2 | -39/+23 |
| | | | | | | | | This uses a globally distributed, edge-cached, proxy [1] for a very common touchpoint with the GitHub API. This is already done for fetching the latest tag, now expanding to latest release as well. [1]: https://github.com/williamboman/github-api-proxy | ||||
| * | fix(pip3): expand python3_host_prog path (#519) | William Boman | 2022-10-06 | 1 | -2/+8 |
| | | | | Fixes #505. | ||||
| * | refactor(cargo): utilize optional chaining (#513) | William Boman | 2022-10-05 | 1 | -9/+10 |
| | | |||||
| * | feat(cargo): improve handling of git-based crates (#512) | William Boman | 2022-10-05 | 2 | -50/+143 |
| | | | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates. | ||||
| * | feat(std): attempt gzip on windows (#501) | William Boman | 2022-10-03 | 1 | -1/+4 |
| | | | | Closes #498. | ||||
| * | feat(gh): set CLICOLOR_FORCE=0 (#474) | William Boman | 2022-09-28 | 1 | -1/+1 |
| | | | | Closes #459. | ||||
| * | fix(spectral-language-server): build directly from source (#464) | William Boman | 2022-09-26 | 1 | -1/+0 |
| | | | | | | | | The npm package is an unofficial one, and it seems to be relying on a build script (broken) to execute during installation, instead of pre-packaging it. Fixes #463. | ||||
| * | chore: upgrade stylua to 0.15.0 (#454) | William Boman | 2022-09-22 | 1 | -21/+17 |
| | | |||||
| * | feat(gem): ensure bin path exist when linking (#449) | William Boman | 2022-09-20 | 1 | -0/+4 |
| | | |||||
| * | feat: more competent platform detection (#436) | William Boman | 2022-09-17 | 4 | -9/+9 |
| | | |||||
| * | fix(dotnet): remove unnecessary nil check (#420) | William Boman | 2022-09-14 | 1 | -5/+3 |
| | | |||||
| * | fix(r-languageserver): use github releases as version source (#417) | William Boman | 2022-09-14 | 1 | -6/+24 |
| | | |||||
| * | chore: bump stylua to 0.14.3 (#395) | William Boman | 2022-09-08 | 2 | -5/+6 |
| | | |||||
| * | test(github): add spec file for the github manager (#299) | William Boman | 2022-08-15 | 1 | -1/+2 |
| | | |||||
| * | fix(github): fix resolving asset file (#298) | William Boman | 2022-08-15 | 1 | -1/+1 |
| | | |||||
| * | refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵ | William Boman | 2022-08-15 | 15 | -108/+117 |
| | | | | | (#296) | ||||
| * | feat: add bash-debug-adapter (#253) | Adam Figgins | 2022-08-06 | 1 | -1/+1 |
| | | | | Co-authored-by: William Boman <william@redwill.se> | ||||
| * | fix(gem): write shim executables that enhance GEM_PATH appropriately (#202) | William Boman | 2022-07-31 | 1 | -15/+36 |
| | | |||||
