aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove old managers (#1497)William Boman2025-02-1615-1845/+0
|
* feat: don't use vim.g.python3_host_prog as a candidate for python (#1606)William Boman2024-01-211-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 Boman2023-06-281-1/+1
| | | This should give better insights into the installation progress.
* refactor(health): split up checks (#1221)William Boman2023-04-161-1/+1
|
* fix(powershell): close stdin (#1197)William Boman2023-04-081-0/+4
|
* fix(github): fall back to curl/wget if gh is not available (#1181)William Boman2023-04-052-43/+23
|
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-025-21/+7
| | | Explicitly schedule via `a.wait(vim.schedule)` instead.
* style: enforce import order (#1092)William Boman2023-03-1214-46/+46
| | | | | * chore(workflows): update dependencies * style: enforce import order
* refactor(powershell): remove .script and fix fast API error (#1057)William Boman2023-03-051-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 Boman2023-02-051-11/+1
| | | This accidentally remained in #963.
* feat(windows): manually decompress zstd archives before untar (#963)BVegNow2023-02-052-5/+33
| | | Co-authored-by: William Boman <william@redwill.se>
* refactor(providers): remove ?include_prerelease query param (#872)William Boman2023-01-091-6/+2
| | | This is no longer supported by mason-registry-api.
* feat(dotnet): ignore failed sources (#792)Stone Lasley2022-12-301-0/+1
|
* fix(powershell): terminate stdin with newline (#818)William Boman2022-12-281-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 Boman2022-12-261-6/+7
| | | Also now properly close pipes (shutdown -> close).
* feat(powershell): set $ErrorActionPreference = "Stop"; (#807)William Boman2022-12-261-11/+15
| | | Also write to stdin pipe asynchronously.
* fix(powershell): use pwsh if available (#782)William Boman2022-12-211-2/+4
|
* Revert "chore: use pwsh instead of powershell (#706)" (#769)William Boman2022-12-191-2/+2
| | | This reverts commit e64dffb84e84e67836a05707a95b1d81fe698481.
* feat(ui): hoist "Installing" and "Failed" package groups to the top (#712)William Boman2022-12-011-0/+1
| | | Also improve how logs are displayed.
* chore: use pwsh instead of powershell (#706)William Boman2022-11-291-2/+2
|
* feat(pip): add setting to upgrade pip before installing packages (#671)William Boman2022-11-161-0/+12
| | | Closes #616.
* docs: update mason-errors help section (#646)William Boman2022-11-081-1/+1
|
* fix(gem): don't format executable (#634)William Boman2022-11-061-0/+1
| | | | Closes #570. Closes williamboman/mason-lspconfig.nvim#94.
* fix(zls): support zst (#622)Access2022-11-032-3/+7
| | | Co-authored-by: William Boman <william@redwill.se>
* feat(gem): use provider API (#617)William Boman2022-11-021-41/+18
|
* feat: add provider interface (#601)William Boman2022-10-303-40/+25
|
* feat(api): add typed client interface (#556)William Boman2022-10-142-5/+3
|
* feat(fetch): add Accept headers where appropriate (#554)William Boman2022-10-142-2/+10
|
* refactor(api): use new endpoints (#550)William Boman2022-10-142-3/+3
|
* feat(platform): better glibc detection (#537)William Boman2022-10-101-2/+1
|
* feat(npm): speed up checking for new versions (#530)William Boman2022-10-091-20/+20
|
* feat(registry): add api module (#524)William Boman2022-10-081-25/+16
|
* feat(github): use proxy API for fetching latest release (#521)William Boman2022-10-062-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 Boman2022-10-061-2/+8
| | | Fixes #505.
* refactor(cargo): utilize optional chaining (#513)William Boman2022-10-051-9/+10
|
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-052-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 Boman2022-10-031-1/+4
| | | Closes #498.
* feat(gh): set CLICOLOR_FORCE=0 (#474)William Boman2022-09-281-1/+1
| | | Closes #459.
* fix(spectral-language-server): build directly from source (#464)William Boman2022-09-261-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 Boman2022-09-221-21/+17
|
* feat(gem): ensure bin path exist when linking (#449)William Boman2022-09-201-0/+4
|
* feat: more competent platform detection (#436)William Boman2022-09-174-9/+9
|
* fix(dotnet): remove unnecessary nil check (#420)William Boman2022-09-141-5/+3
|
* fix(r-languageserver): use github releases as version source (#417)William Boman2022-09-141-6/+24
|
* chore: bump stylua to 0.14.3 (#395)William Boman2022-09-082-5/+6
|
* test(github): add spec file for the github manager (#299)William Boman2022-08-151-1/+2
|
* fix(github): fix resolving asset file (#298)William Boman2022-08-151-1/+1
|
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax ↵William Boman2022-08-1515-108/+117
| | | | (#296)
* feat: add bash-debug-adapter (#253)Adam Figgins2022-08-061-1/+1
| | | Co-authored-by: William Boman <william@redwill.se>
* fix(gem): write shim executables that enhance GEM_PATH appropriately (#202)William Boman2022-07-311-15/+36
|