aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers
Commit message (Expand)AuthorAgeFilesLines
* refactor(registry): change lua registries to not instantiate Package themselvesWilliam Boman2025-05-024-21/+12
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-193-3/+3
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-192-70/+21
* refactor!: consolidate Lua registry sources and the Package API (#1498)William Boman2025-02-162-16/+22
* style: enforce import order (#1092)William Boman2023-03-122-6/+6
* feat: add github registry source capabilities (#1091)William Boman2023-03-125-0/+36
* fix: fix writing pyvenv module wrapper (#1073)William Boman2023-03-061-1/+1
* feat(InstallContext): add strict_mode flag (#1055)William Boman2023-03-051-4/+4
* refactor(installer): introduce PackageInstallOpts class (#802)William Boman2022-12-261-1/+1
* refactor: store link state in install context object (#419)William Boman2022-09-141-0/+8
* refactor: introduce selene, harden type defs, and use proper EmmyLua syntax (...William Boman2022-08-152-3/+7
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-2/+2
* fix(api): fix the :MasonUninstall command (#66)William Boman2022-07-131-0/+14
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-083-5/+5
* refactor: move packages to mason-registry (#27)William Boman2022-07-081-3/+2
* mason.nvimWilliam Boman2022-07-073-48/+42
* chore: further decouple module structure (#685)William Boman2022-05-111-1/+1
* chore: remove deprecated modules (#682)William Boman2022-05-101-1/+0
* feat: allow excluding servers from automatic installation (#643)William Boman2022-04-301-2/+3
* switch majority of installers to async implementation (#574)William Boman2022-04-061-9/+12
* add async managers (#536)William Boman2022-03-262-0/+137