aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat: add support for socket.dev firewall clientWilliam Boman40 hours4-1/+99
* fix(pypi): add python 3.13 and 3.14 to list of fallbacks (#2081)Aaron U'Ren11 days1-0/+43
* fix(spawn): handle cases where PATH env on Windows is not set (#2080)William Boman2026-04-271-0/+18
* fix(powershell): conform to single quotes (#1740)Thomas Tan2026-04-211-1/+1
* chore(ci): update stylua, selene, neovim (#2078)William Boman2026-04-212-3/+5
* feat(npm): add `install_args` setting (#1581)Amit Tamari2026-04-213-3/+47
* fix: actually emit the receipt in uninstall event payloads (#2071)William Boman2026-04-061-0/+32
* feat: add support for removal of packages from a registry (#2052)William Boman2026-01-071-0/+19
* fix(spawn): always expand executable path on Windows (#2021)William Boman2025-09-301-6/+27
* feat(compiler): make `supported_platforms` a universal source field (#2002)William Boman2025-08-074-20/+0
* fix(pypi): add support for "compatible release" (~=) PEP440 expressions (#2000)William Boman2025-08-011-0/+12
* fix(fetch): add busybox wget support (#1829)Fredrik Foss-Indrehus2025-05-241-13/+50
* fix(pypi): pass --no-user flag (#1958)William Boman2025-05-191-0/+4
* fix(registry): ensure there's no duplicate registry entries (#1957)William Boman2025-05-191-0/+21
* docs: update references to mason-org/mason.nvim (#1925)William Boman2025-05-063-9/+9
* tests: fix flaky test (#1924)William Boman2025-05-061-0/+4
* feat: associate package instances with registry source and record it in receiptWilliam Boman2025-05-063-0/+25
* refactor(registry): change lua registries to not instantiate Package themselvesWilliam Boman2025-05-029-49/+26
* feat(ui): display purl informationWilliam Boman2025-04-221-0/+10
* feat(ui): display current version in headerWilliam Boman2025-04-211-2/+2
* fix(registry): fix registry.is_installed()William Boman2025-03-241-0/+8
* refactor(command): use callback in Package:install() when running :MasonInsta...William Boman2025-03-031-4/+10
* refactor(registry): refactor registry initializationWilliam Boman2025-03-031-1/+1
* fix(spawn): expand executable paths on Windows before passing to uv_spawn (#1...William Boman2025-02-221-35/+71
* style: fix stylua and selene errorsWilliam Boman2025-02-201-9/+3
* feat(context): add ctx:await()William Boman2025-02-191-0/+37
* chore: remove unnecessary vim.schedule and nvim_err_writelnWilliam Boman2025-02-191-4/+7
* refactor: turn StdioSink into a proper classWilliam Boman2025-02-1913-32/+58
* fix(expr): also interpolate table keysWilliam Boman2025-02-191-0/+13
* refactor!: change Package APIWilliam Boman2025-02-1930-349/+406
* fix(pypi): remove -U flag and fix log messageWilliam Boman2025-02-191-4/+0
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-199-62/+62
* feat(linker): use relative targets for symlinks (#1525)William Boman2025-02-192-35/+20
* feat(path): add relative(from, to)William Boman2025-02-191-0/+51
* refactor(path): use InstallLocation to produce paths, remove static path methodsWilliam Boman2025-02-192-34/+40
* refactor(installer): move initializations to InstallContext constructorWilliam Boman2025-02-192-2/+1
* refactor: add InstallLocation.global()William Boman2025-02-191-12/+12
* chore(compilers): remove default environment from github build compilerWilliam Boman2025-02-192-4/+4
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-1951-1561/+1755
* refactor(receipt): change receipt structure and remove old builder APIs (#1521)William Boman2025-02-165-3/+157
* refactor!: consolidate Lua registry sources and the Package API (#1498)William Boman2025-02-165-78/+86
* refactor!: remove old managers (#1497)William Boman2025-02-1614-1922/+5
* fix: avoid calling vim.fn in fast event (#1878)William Boman2025-02-151-0/+24
* fix: replace deprecated calls to vim.validate (#1876)Mark Sommers2025-02-151-49/+51
* fix(pypi): prefer stock python3 if it satisfies version requirement (#1736)Inhyuk Cho2024-07-091-0/+30
* tests(pypi): fix assertions (#1750)William Boman2024-07-081-0/+2
* fix(pypi): allow access to system site packages by default (#1584)Silico_Biomancer2024-07-071-0/+6
* feat(pypi): improve resolving suitable python version (#1725)William Boman2024-06-013-2/+130
* fix(pypi): exclude python3.12 from candidate list (#1722)William Boman2024-05-311-1/+1
* fix: fix usage of deprecated Neovim APIs (#1703)William Boman2024-05-112-0/+35