aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/github/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove old managers (#1497)William Boman2025-02-161-208/+0
|
* fix(github): fall back to curl/wget if gh is not available (#1181)William Boman2023-04-051-6/+9
|
* style: enforce import order (#1092)William Boman2023-03-121-4/+4
| | | | | * chore(workflows): update dependencies * style: enforce import order
* feat(windows): manually decompress zstd archives before untar (#963)BVegNow2023-02-051-1/+1
| | | Co-authored-by: William Boman <william@redwill.se>
* docs: update mason-errors help section (#646)William Boman2022-11-081-1/+1
|
* fix(zls): support zst (#622)Access2022-11-031-0/+4
| | | Co-authored-by: William Boman <william@redwill.se>
* feat(platform): better glibc detection (#537)William Boman2022-10-101-2/+1
|
* feat(github): use proxy API for fetching latest release (#521)William Boman2022-10-061-1/+1
| | | | | | | 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(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.
* feat: more competent platform detection (#436)William Boman2022-09-171-4/+4
|
* 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-081-3/+4
|
* 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-151-5/+17
| | | | (#296)
* feat: add bash-debug-adapter (#253)Adam Figgins2022-08-061-1/+1
| | | Co-authored-by: William Boman <william@redwill.se>
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+171
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module