| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mason.nvim | William Boman | 2022-07-07 | 15 | -1666/+0 |
| | | |||||
| * | chore: update some logging (#761) | William Boman | 2022-06-08 | 1 | -1/+1 |
| | | | | | | * chore: update some logging * docs: add section about known errors | ||||
| * | feat: add apex_ls (#746) | William Boman | 2022-06-03 | 2 | -3/+4 |
| | | | | Closes #701. | ||||
| * | added wgsl_analyzer server (#719) | Dmitry Kudryavtsev | 2022-06-01 | 1 | -1/+11 |
| | | |||||
| * | refactor(pip3): use with_paths to set venv path (#736) | William Boman | 2022-05-30 | 1 | -6/+3 |
| | | |||||
| * | feat(luarocks): use luarocks.bat executable if it's available (#731) | William Boman | 2022-05-29 | 1 | -6/+7 |
| | | | | Closes #726. | ||||
| * | refactor: use new github.download_release_file function (#728) | William Boman | 2022-05-28 | 1 | -0/+8 |
| | | |||||
| * | test(luarocks): add more test cases | William Boman | 2022-05-27 | 1 | -0/+1 |
| | | |||||
| * | feat: add teal_ls (#724) | William Boman | 2022-05-27 | 1 | -0/+128 |
| | | | | Closes #723. | ||||
| * | feat(github): add setting to customize asset download url (#711) | William Boman | 2022-05-21 | 1 | -1/+2 |
| | | | | Closes #678. | ||||
| * | fix(erlangls): follow git tags (#708) | William Boman | 2022-05-19 | 2 | -6/+35 |
| | | | | Closes #683. | ||||
| * | fix(spawn): avoid spawning commands that aren't on PATH (#706) | William Boman | 2022-05-17 | 1 | -0/+3 |
| | | | | | This is primarily done to avoid cluttering the log file with a bunch of ERROR entries. Also avoids unnecessary roundtrips to uv_spawn, I guess. | ||||
| * | chore(functional): restructure and extend functional modules (#703) | William Boman | 2022-05-17 | 4 | -38/+21 |
| | | |||||
| * | fix(go): target the @latest version when checking if package is outdated (#700) | William Boman | 2022-05-13 | 1 | -4/+3 |
| | | |||||
| * | fix(github): allow looking for prereleases (#699) | William Boman | 2022-05-13 | 1 | -14/+27 |
| | | |||||
| * | fix(github): fix bad boolean logic | William Boman | 2022-05-13 | 1 | -1/+1 |
| | | |||||
| * | feat(health): check GitHub rate limit (#697) | William Boman | 2022-05-13 | 1 | -0/+9 |
| | | |||||
| * | feat(github): add `include_prerelease` option to `fetch_latest_release` | William Boman | 2022-05-13 | 2 | -5/+9 |
| | | |||||
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 12 | -44/+45 |
| | | |||||
| * | fix(github): fix bad ternary expression | William Boman | 2022-05-05 | 1 | -1/+6 |
| | | |||||
| * | fix(hls): download archive from downloads.haskell.org (#651) | William Boman | 2022-05-01 | 1 | -4/+23 |
| | | |||||
| * | feat(receipt): add "github_release" type (#650) | William Boman | 2022-05-01 | 1 | -0/+45 |
| | | | | | This is for sources that uses GitHub releases, but doesn't target a specific asset file (as opposed to the github_release_file source). | ||||
| * | fix(github): provide correct filename to gunzip (#625) | Elio | 2022-04-23 | 1 | -5/+3 |
| | | |||||
| * | chore: refactor remaining installers to async impl (#616) | William Boman | 2022-04-21 | 8 | -47/+280 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 1 | -0/+2 |
| | | | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?). | ||||
| * | more async refactor (#587) | William Boman | 2022-04-11 | 7 | -20/+210 |
| | | |||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 9 | -211/+350 |
| | | |||||
| * | fix(pip3): always use normalized "python" executable with venv-enhanced path ↵ | William Boman | 2022-04-06 | 1 | -2/+2 |
| | | | | | (#577) | ||||
| * | switch majority of installers to async implementation (#574) | William Boman | 2022-04-06 | 2 | -3/+3 |
| | | |||||
| * | fix(go): correct template string | William Boman | 2022-03-26 | 1 | -1/+1 |
| | | |||||
| * | fix(go): specify correct executable when checking version | William Boman | 2022-03-26 | 1 | -1/+2 |
| | | |||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 9 | -0/+846 |
