aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers
Commit message (Expand)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
* feat(installer): write more installation output to stdout (#1376)William Boman2023-06-281-1/+1
* 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
* style: enforce import order (#1092)William Boman2023-03-1214-46/+46
* refactor(powershell): remove .script and fix fast API error (#1057)William Boman2023-03-051-26/+14
* refactor(std): remove zstd from untar (#966)William Boman2023-02-051-11/+1
* feat(windows): manually decompress zstd archives before untar (#963)BVegNow2023-02-052-5/+33
* refactor(providers): remove ?include_prerelease query param (#872)William Boman2023-01-091-6/+2
* 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
* refactor: interact with libuv pipes in async context (#808)William Boman2022-12-261-6/+7
* feat(powershell): set $ErrorActionPreference = "Stop"; (#807)William Boman2022-12-261-11/+15
* 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
* feat(ui): hoist "Installing" and "Failed" package groups to the top (#712)William Boman2022-12-011-0/+1
* 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
* 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
* fix(zls): support zst (#622)Access2022-11-032-3/+7
* 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
* fix(pip3): expand python3_host_prog path (#519)William Boman2022-10-061-2/+8
* 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
* feat(std): attempt gzip on windows (#501)William Boman2022-10-031-1/+4
* feat(gh): set CLICOLOR_FORCE=0 (#474)William Boman2022-09-281-1/+1
* fix(spectral-language-server): build directly from source (#464)William Boman2022-09-261-1/+0
* 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
* feat: add bash-debug-adapter (#253)Adam Figgins2022-08-061-1/+1
* fix(gem): write shim executables that enhance GEM_PATH appropriately (#202)William Boman2022-07-311-15/+36