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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
feat(functional): add strip_{prefix,suffix} (#803)
William Boman
2022-12-26
2
-3
/
+18
*
refactor(installer): introduce PackageInstallOpts class (#802)
William Boman
2022-12-26
11
-21
/
+21
*
refactor(async): error with stack level 0 (#801)
William Boman
2022-12-26
1
-1
/
+1
*
Revert "fix(spawn): always expand cmd if PATH is not modified (#773)" (#783)
William Boman
2022-12-21
1
-47
/
+15
*
fix(powershell): use pwsh if available (#782)
William Boman
2022-12-21
1
-0
/
+97
*
fix(spawn): always expand cmd if PATH is not modified (#773)
William Boman
2022-12-20
1
-15
/
+47
*
feat(expr): use same context for value & filter evaluation (#778)
William Boman
2022-12-20
1
-4
/
+30
*
feat(functional): add trim_start and assoc (#779)
William Boman
2022-12-20
3
-0
/
+76
*
feat: add expr module (#775)
William Boman
2022-12-20
2
-0
/
+73
*
feat(functional): add list.reduce (#772)
William Boman
2022-12-19
1
-0
/
+11
*
fix(functional): spread function args in _.apply (#770)
William Boman
2022-12-19
1
-0
/
+8
*
feat: add purl parser (#756)
William Boman
2022-12-10
2
-0
/
+667
*
feat(functional): add some more functions (#755)
William Boman
2022-12-10
4
-0
/
+93
*
refactor(installer): rename run_installer to exec_in_context (#744)
William Boman
2022-12-08
11
-39
/
+51
*
feat(platform): accept darwin (#743)
William Boman
2022-12-08
3
-0
/
+5
*
test(functional): add some tests (#742)
William Boman
2022-12-08
4
-0
/
+54
*
fix(package): don't call vim API functions inside fast event (#730)
William Boman
2022-12-05
3
-57
/
+86
*
feat(terminator): send SIGKILL after some delay after SIGTERM (#727)
William Boman
2022-12-05
1
-6
/
+31
*
feat: show warning message when exiting neovim with active installations (#725)
William Boman
2022-12-04
2
-1
/
+76
*
feat(pip): add setting to upgrade pip before installing packages (#671)
William Boman
2022-11-16
1
-0
/
+41
*
test(ui): add test for ui border (#637)
William Boman
2022-11-06
1
-2
/
+27
*
feat(ui): add MasonNormal highlight (#636)
William Boman
2022-11-06
1
-7
/
+7
*
fix(gem): don't format executable (#634)
William Boman
2022-11-06
1
-0
/
+1
*
test: use stubs and dedent (#621)
William Boman
2022-11-02
6
-182
/
+166
*
feat(gem): use provider API (#617)
William Boman
2022-11-02
1
-37
/
+23
*
feat: add provider interface (#601)
William Boman
2022-10-30
5
-13
/
+98
*
feat(api/command): add --debug flag to :MasonInstall (#576)
William Boman
2022-10-19
2
-0
/
+21
*
feat(api): add typed client interface (#556)
William Boman
2022-10-14
1
-0
/
+11
*
feat(fetch): add Accept headers where appropriate (#554)
William Boman
2022-10-14
1
-1
/
+5
*
refactor(api): use new endpoints (#550)
William Boman
2022-10-14
1
-2
/
+2
*
feat(platform): better glibc detection (#537)
William Boman
2022-10-10
1
-4
/
+12
*
fix(fetch): set proper iwr header on Windows, reorder tool priority (#531)
William Boman
2022-10-09
1
-2
/
+23
*
feat(npm): speed up checking for new versions (#530)
William Boman
2022-10-09
2
-25
/
+54
*
feat(registry): add api module (#524)
William Boman
2022-10-08
1
-0
/
+37
*
feat(github): use proxy API for fetching latest release (#521)
William Boman
2022-10-06
1
-39
/
+0
*
fix(pip3): expand python3_host_prog path (#519)
William Boman
2022-10-06
1
-0
/
+17
*
feat: add setting to control PATH modification (#514)
William Boman
2022-10-06
1
-1
/
+21
*
feat(cargo): improve handling of git-based crates (#512)
William Boman
2022-10-05
4
-29
/
+194
*
test(cargo): stub crates.io http call (#508)
William Boman
2022-10-04
1
-2
/
+12
*
refactor(platform): more functional approach to parsing (#479)
William Boman
2022-09-29
2
-0
/
+109
*
chore: upgrade stylua to 0.15.0 (#454)
William Boman
2022-09-22
1
-20
/
+5
*
feat: more competent platform detection (#436)
William Boman
2022-09-17
3
-25
/
+48
*
refactor: store link state in install context object (#419)
William Boman
2022-09-14
2
-6
/
+28
*
fix(r-languageserver): use github releases as version source (#417)
William Boman
2022-09-14
1
-0
/
+47
*
refactor: add ctx:write_php_exec_wrapper utility (#409)
William Boman
2022-09-12
1
-0
/
+35
*
fix(EventEmitter): properly deregister handlers, print errors that occur in h...
William Boman
2022-09-03
2
-4
/
+84
*
fix(fetch): use /dev/null logfile for wget (#345)
William Boman
2022-08-27
1
-0
/
+4
*
fix(ui)!: change filetype from "mason.nvim" to "mason" (#317)
William Boman
2022-08-20
1
-2
/
+2
*
fix(installer): use /usr/bin/env bash shebang (#315)
William Boman
2022-08-19
1
-1
/
+1
*
test(installer): add spec files for context and linker (#314)
William Boman
2022-08-19
2
-0
/
+280
[prev]
[next]