aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/installer/registry
Commit message (Expand)AuthorAgeFilesLines
* refactor!: refactor installer internals and add new Package class methods (#1...William Boman2025-02-1922-1619/+0
* refactor(receipt): change receipt structure and remove old builder APIs (#1521)William Boman2025-02-161-1/+2
* fix(installer): schedule back to main loop before executing installer functio...William Boman2025-02-161-0/+1
* refactor!: consolidate Lua registry sources and the Package API (#1498)William Boman2025-02-162-14/+46
* feat(pypi): improve resolving suitable python version (#1725)William Boman2024-06-011-1/+5
* fix: fix usage of deprecated Neovim APIs (#1703)William Boman2024-05-112-2/+2
* fix(golang): fix fetching package versions for packages containing subpath sp...William Boman2024-01-221-1/+1
* feat: add support for openvsx sources (#1589)William Boman2024-01-068-94/+98
* fix(cargo): don't attempt to fetch versions when version targets commit SHA (...William Boman2023-12-291-0/+7
* chore: decrease log level (#1467)William Boman2023-08-251-1/+1
* feat(cargo): support fetching versions for git crates hosted on github (#1459)William Boman2023-08-191-0/+14
* chore(logging): fix log string (#1444)William Boman2023-08-091-1/+1
* fix(installer): retain unmapped source fields (#1399)William Boman2023-07-211-2/+1
* fix(linker): ensure exec wrapper target is executable (#1380)William Boman2023-06-281-19/+1
* feat(installer): write more installation output to stdout (#1376)William Boman2023-06-281-0/+2
* fix(installer): timeout schema download after 5s (#1374)William Boman2023-06-281-1/+10
* refactor(installer): hoist version validation to the compiled installation en...William Boman2023-06-179-54/+22
* feat(command): improve completion for :MasonInstall (#1353)William Boman2023-06-1313-6/+101
* fix(pypi): also provide install_extra_args to pypi.install (#1263)William Boman2023-04-261-0/+1
* feat(linker): add ruby exec wrapper delegate (#1260)William Boman2023-04-262-3/+11
* fix(expr): fix strip_{prefix,suffix} (#1249)William Boman2023-04-221-2/+2
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-223-3/+81
* feat(installer): add generic build provider (#1228)William Boman2023-04-188-44/+115
* refactor(expr): remove redundant core filters and always stringify reduced va...William Boman2023-04-181-10/+22
* refactor: refactor github provider to smaller modules (#1223)William Boman2023-04-164-209/+221
* feat(github): add $MASON_VERSION to build context (#1218)William Boman2023-04-162-7/+15
* fix(github): use evaluated out_file as asset file value (#1208)William Boman2023-04-121-14/+38
* refactor: only schedule in a.scheduler() when in fast event (#1170)William Boman2023-04-023-10/+4
* feat: add registry.refresh() method (#1096)William Boman2023-03-141-1/+1
* style: enforce import order (#1092)William Boman2023-03-127-18/+18
* feat: add github registry source capabilities (#1091)William Boman2023-03-1214-0/+1205
* refactor(expr): better handling of nil values (#1056)William Boman2023-03-051-16/+10
* refactor(expr): rename to interpolate (#836)William Boman2023-01-021-14/+14
* feat(expr): add tbl_interpolate() (#805)William Boman2022-12-261-7/+24
* feat(functional): add strip_{prefix,suffix} (#803)William Boman2022-12-261-0/+3
* feat(expr): use same context for value & filter evaluation (#778)William Boman2022-12-201-4/+34
* feat: add expr module (#775)William Boman2022-12-201-0/+44