aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix(fetch): set proper iwr header on Windows, reorder tool priority (#531)William Boman2022-10-091-2/+23
* feat(npm): speed up checking for new versions (#530)William Boman2022-10-092-25/+54
* feat(registry): add api module (#524)William Boman2022-10-081-0/+37
* feat(github): use proxy API for fetching latest release (#521)William Boman2022-10-061-39/+0
* fix(pip3): expand python3_host_prog path (#519)William Boman2022-10-061-0/+17
* feat: add setting to control PATH modification (#514)William Boman2022-10-061-1/+21
* feat(cargo): improve handling of git-based crates (#512)William Boman2022-10-054-29/+194
* test(cargo): stub crates.io http call (#508)William Boman2022-10-041-2/+12
* refactor(platform): more functional approach to parsing (#479)William Boman2022-09-292-0/+109
* chore: upgrade stylua to 0.15.0 (#454)William Boman2022-09-221-20/+5
* feat: more competent platform detection (#436)William Boman2022-09-173-25/+48
* refactor: store link state in install context object (#419)William Boman2022-09-142-6/+28
* fix(r-languageserver): use github releases as version source (#417)William Boman2022-09-141-0/+47
* refactor: add ctx:write_php_exec_wrapper utility (#409)William Boman2022-09-121-0/+35
* fix(EventEmitter): properly deregister handlers, print errors that occur in h...William Boman2022-09-032-4/+84
* fix(fetch): use /dev/null logfile for wget (#345)William Boman2022-08-271-0/+4
* fix(ui)!: change filetype from "mason.nvim" to "mason" (#317)William Boman2022-08-201-2/+2
* fix(installer): use /usr/bin/env bash shebang (#315)William Boman2022-08-191-1/+1
* test(installer): add spec files for context and linker (#314)William Boman2022-08-192-0/+280
* fix(fetch): use correct header syntax for wget (#307)William Boman2022-08-171-3/+3
* test(github): add spec file for the github manager (#299)William Boman2022-08-151-0/+52
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax (...William Boman2022-08-1515-38/+36
* fix(go): improve parsing package mod (#197)William Boman2022-07-301-0/+1
* feat: add luaformatter (#116)William Boman2022-07-221-0/+22
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-223-225/+0
* chore: update generated code (#99)williambotman[bot]2022-07-192-1/+3
* docs: update mason-lspconfig.setup_handlers() docs & add some tests (#94)William Boman2022-07-171-0/+46
* fix(mason-lspconfig): deduplicate :LspInstall completion items (#88)William Boman2022-07-171-0/+5
* fix(jdtls): download milestone versions instead of snapshots (#87)William Boman2022-07-171-10/+0
* feat(mason-lspconfig): add get_installed_servers() method & add more tests (#84)William Boman2022-07-164-1/+169
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-2/+2
* tests: add some mason-core.package tests (#69)William Boman2022-07-132-0/+159
* refactor(api): change signatures to accept list of packages (#68)William Boman2022-07-131-3/+3
* tests: add some InstallHandle tests (#67)William Boman2022-07-132-0/+100
* fix(api): fix the :MasonUninstall command (#66)William Boman2022-07-133-0/+92
* feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)William Boman2022-07-083-2/+14
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-0835-87/+87
* refactor: move packages to mason-registry (#27)William Boman2022-07-082-5/+4
* feat: add delve and go-debug-adapter (#7)William Boman2022-07-071-13/+14
* fix(go): strip wildcard specifier from package names when necessary (#4)William Boman2022-07-071-2/+9
* test(async): fix flaky testWilliam Boman2022-07-071-3/+2
* style: more styluaWilliam Boman2022-07-073-22/+25
* chore: adjust some remnants of nvim-lsp-installerWilliam Boman2022-07-071-26/+13
* mason.nvimWilliam Boman2022-07-0745-888/+570
* docs: remove nvim-lsp-installer.servers helptag (#755)William Boman2022-06-061-1/+0
* feat: add apex_ls (#746)William Boman2022-06-032-0/+13
* added wgsl_analyzer server (#719)Dmitry Kudryavtsev2022-06-011-0/+17
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-301-21/+16
* feat(luarocks): use luarocks.bat executable if it's available (#731)William Boman2022-05-291-11/+21
* refactor(health): spawn processes via the spawn module (#732)William Boman2022-05-291-0/+11