index
:
mason
chrisgrieser-patch-1
main
release-please--branches--main--components--mason.nvim
v1.x
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
mason-registry
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(registry): ensure there's no duplicate registry entries (#1957)
William Boman
2025-05-19
5
-4
/
+67
*
docs: update references to mason-org/mason.nvim (#1925)
William Boman
2025-05-06
1
-1
/
+1
*
feat: associate package instances with registry source and record it in receipt
William Boman
2025-05-06
5
-10
/
+39
*
refactor(registry): change lua registries to not instantiate Package themselves
William Boman
2025-05-02
3
-23
/
+36
*
fix(registry): fix registry.is_installed()
William Boman
2025-03-24
1
-2
/
+2
*
refactor(registry)!: add events "update:success", "update:start", "update:pro...
William Boman
2025-03-03
2
-7
/
+24
*
refactor(registry): parallelize registry installation
William Boman
2025-03-03
3
-28
/
+68
*
refactor(registry): refactor registry initialization
William Boman
2025-03-03
6
-298
/
+290
*
refactor: turn StdioSink into a proper class
William Boman
2025-02-19
1
-1
/
+2
*
refactor!: change Package API
William Boman
2025-02-19
3
-8
/
+8
*
refactor: standardize constructors and improve inheritance construction
William Boman
2025-02-19
6
-22
/
+28
*
refactor(path): use InstallLocation to produce paths, remove static path methods
William Boman
2025-02-19
2
-5
/
+9
*
refactor!: refactor installer internals and add new Package class methods (#1...
William Boman
2025-02-19
1
-2
/
+2
*
refactor!: consolidate Lua registry sources and the Package API (#1498)
William Boman
2025-02-16
2
-4
/
+5
*
feat(pypi): improve resolving suitable python version (#1725)
William Boman
2024-06-01
1
-0
/
+2
*
fix(registry): exhaust streaming parser when loading "file:" registries (#1708)
William Boman
2024-05-14
1
-0
/
+9
*
chore(registry): clean up recent changes (#1704)
William Boman
2024-05-11
1
-18
/
+14
*
perf(registry): significantly improve the "file:" protocol performance (#1702)
William Boman
2024-05-11
1
-30
/
+66
*
feat: add support for openvsx sources (#1589)
William Boman
2024-01-06
1
-0
/
+9
*
fix(registry): fix parsing registry identifiers that contain ":" (#1542)
William Boman
2023-10-31
1
-1
/
+12
*
fix(registry): reset registries state when setting registries (#1474)
William Boman
2023-08-27
1
-0
/
+1
*
refactor(registry): colocate FileRegistrySource buffer management (#1473)
William Boman
2023-08-27
1
-6
/
+4
*
fix(registry): schedule vim.fn calls in FileRegistrySource (#1471)
William Boman
2023-08-27
1
-0
/
+1
*
feat(registry): add file: source protocol (#1457)
William Boman
2023-08-26
4
-40
/
+204
*
fix(sources): don't skip installation if fixed version is not currently insta...
William Boman
2023-05-11
1
-2
/
+2
*
feat(registry): add .get_all_package_specs() (#1247)
William Boman
2023-04-22
3
-19
/
+49
*
chore: remove lua:mason-registry.index registry entry (#1243)
William Boman
2023-04-21
1
-3
/
+1
*
chore: migrate verible (#1235)
William Boman
2023-04-18
2
-104
/
+1
*
chore: migrate haskell-language-server (#1230)
William Boman
2023-04-18
2
-56
/
+0
*
chore: migrate r-languageserver (#1222)
William Boman
2023-04-16
2
-88
/
+0
*
chore: migrate julia-lsp (#1217)
William Boman
2023-04-15
2
-87
/
+0
*
chore: migrate packages (#1203)
William Boman
2023-04-11
96
-2090
/
+1
*
feat(registry): pcall require Lua registry packages (#1200)
William Boman
2023-04-08
1
-1
/
+8
*
chore: migrate packages (#1198)
William Boman
2023-04-08
30
-768
/
+0
*
fix(windows): download registry archive to file instead of piping data (#1189)
William Boman
2023-04-07
1
-5
/
+7
*
chore: migrate packages (#1182)
William Boman
2023-04-05
30
-783
/
+0
*
feat(registry): add ability to register package aliases (#1146)
elky
2023-04-05
1
-0
/
+21
*
fix(github): fall back to curl/wget if gh is not available (#1181)
William Boman
2023-04-05
1
-1
/
+0
*
feat: vendor zzlib for unzip (#1174)
William Boman
2023-04-03
1
-26
/
+13
*
chore: migrate packages (#1173)
William Boman
2023-04-03
30
-639
/
+0
*
refactor: only schedule in a.scheduler() when in fast event (#1170)
William Boman
2023-04-02
2
-9
/
+3
*
fix(registry): use oneshot channel for updating registry (#1168)
William Boman
2023-04-02
2
-19
/
+40
*
feat(ui): display warning and error message if registry is not installed (#1164)
William Boman
2023-04-01
1
-1
/
+5
*
chore: migrate packages (#1163)
William Boman
2023-04-01
30
-563
/
+0
*
chore: migrate packages (#1161)
William Boman
2023-03-31
30
-667
/
+0
*
chore: migrate packages (#1148)
William Boman
2023-03-29
30
-634
/
+0
*
chore: migrate rust-analyzer (#1144)
William Boman
2023-03-27
2
-54
/
+0
*
chore: migrate packages (#1141)
William Boman
2023-03-26
9
-209
/
+0
*
refactor: download checksum after unzip (#1135)
William Boman
2023-03-25
1
-8
/
+7
*
chore: migrate lua-language-server (#1127)
William Boman
2023-03-23
2
-65
/
+0
[next]