| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: update generated code (#575) | williambotman[bot] | 2022-10-19 | 1 | -0/+1 |
| | | |||||
| * | fix(goimports-reviser): use prebuilt github assets (#573) | William Boman | 2022-10-18 | 1 | -2/+23 |
| | | | | Fixes #484. | ||||
| * | chore: update issue templates (#572) | William Boman | 2022-10-18 | 6 | -113/+129 |
| | | |||||
| * | chore: update generated code (#571) | williambotman[bot] | 2022-10-18 | 2 | -1/+64 |
| | | |||||
| * | refactor(notify): remove check for "nvim-notify" (#569) | William Boman | 2022-10-17 | 1 | -8/+3 |
| | | |||||
| * | feat(registry): add dprint formatter (#562) | Silas Groh | 2022-10-17 | 2 | -0/+32 |
| | | |||||
| * | feat(registry): add commitlint (#564) | Dan Sully | 2022-10-17 | 3 | -1/+19 |
| | | |||||
| * | feat(registry): add jsonlint tool for JSON (#565) | Afranio Martins | 2022-10-17 | 3 | -1/+15 |
| | | |||||
| * | feat: reduce some package sizes (#567) | William Boman | 2022-10-17 | 3 | -5/+4 |
| | | |||||
| * | chore: update generated code (#560) | williambotman[bot] | 2022-10-16 | 1 | -1/+1 |
| | | |||||
| * | chore: update generated code (#557) | williambotman[bot] | 2022-10-15 | 2 | -1/+2 |
| | | |||||
| * | feat(api): add typed client interface (#556) | William Boman | 2022-10-14 | 4 | -6/+60 |
| | | |||||
| * | feat(lemmy-help): use prebuilt binaries from release assets (#555) | William Boman | 2022-10-14 | 1 | -5/+36 |
| | | |||||
| * | feat(fetch): add Accept headers where appropriate (#554) | William Boman | 2022-10-14 | 4 | -4/+20 |
| | | |||||
| * | chore: update generated code (#551) | williambotman[bot] | 2022-10-14 | 1 | -2/+4 |
| | | |||||
| * | refactor(api): use new endpoints (#550) | William Boman | 2022-10-14 | 4 | -7/+9 |
| | | |||||
| * | feat(registry): selene and stylua support for luau (#548) | Lopy | 2022-10-13 | 3 | -3/+3 |
| | | |||||
| * | chore: update generated code (#543) | williambotman[bot] | 2022-10-11 | 1 | -0/+2 |
| | | |||||
| * | feat(astro): vendor typescript (#542) | William Boman | 2022-10-11 | 1 | -1/+1 |
| | | | | Also see https://github.com/williamboman/mason-lspconfig.nvim/pull/75 | ||||
| * | feat(platform): better glibc detection (#537) | William Boman | 2022-10-10 | 3 | -11/+35 |
| | | |||||
| * | fix(visualforce-language-server): remove custom release resolution code (#534) | William Boman | 2022-10-10 | 1 | -13/+1 |
| | | | | This is no longer needed as their releases now contain complete assets. | ||||
| * | chore: update generated code (#533) | williambotman[bot] | 2022-10-10 | 2 | -2/+24 |
| | | |||||
| * | fix(codelldb): require GNU compatible system on linux (#532) | William Boman | 2022-10-09 | 1 | -3/+3 |
| | | | | These binaries are linked to glibc. | ||||
| * | fix(fetch): set proper iwr header on Windows, reorder tool priority (#531) | William Boman | 2022-10-09 | 3 | -77/+108 |
| | | | | | Old priority: platform specific > wget > curl New priority: curl > wget > platform specific | ||||
| * | feat(npm): speed up checking for new versions (#530) | William Boman | 2022-10-09 | 5 | -46/+91 |
| | | |||||
| * | feat(registry): add iferr tool for Go (#528) | Fran Casas | 2022-10-09 | 3 | -1/+13 |
| | | |||||
| * | feat(beautysh): add missing languages (#527) | Kazi Sadman Ahmed | 2022-10-09 | 2 | -8/+7 |
| | | |||||
| * | chore: update generated code (#529) | williambotman[bot] | 2022-10-09 | 1 | -0/+60 |
| | | |||||
| * | feat(registry): add beautysh formatter (#526) | Jay Patel | 2022-10-09 | 3 | -1/+18 |
| | | |||||
| * | feat(registry): add gersemi formatter (#525) | Jay Patel | 2022-10-09 | 3 | -1/+18 |
| | | |||||
| * | feat(registry): add api module (#524) | William Boman | 2022-10-08 | 3 | -25/+74 |
| | | |||||
| * | feat(registry): add pylama linter (#523) | Kazi Sadman Ahmed | 2022-10-08 | 3 | -1/+13 |
| | | |||||
| * | chore: update generated code (#522) | williambotman[bot] | 2022-10-07 | 1 | -0/+1 |
| | | |||||
| * | fix(dhall): new assets have capitalized naming (#520) | kylo252 | 2022-10-06 | 1 | -3/+3 |
| | | |||||
| * | feat(github): use proxy API for fetching latest release (#521) | William Boman | 2022-10-06 | 3 | -78/+23 |
| | | | | | | | | This uses a globally distributed, edge-cached, proxy [1] for a very common touchpoint with the GitHub API. This is already done for fetching the latest tag, now expanding to latest release as well. [1]: https://github.com/williamboman/github-api-proxy | ||||
| * | fix(pip3): expand python3_host_prog path (#519) | William Boman | 2022-10-06 | 3 | -3/+31 |
| | | | | Fixes #505. | ||||
| * | chore: update generated code (#518) | williambotman[bot] | 2022-10-06 | 1 | -0/+23 |
| | | |||||
| * | feat: add gradle-language-server (#517) | William Boman | 2022-10-06 | 3 | -0/+36 |
| | | | | Closes #422. | ||||
| * | ci(tests): add neovim version matrix (#515) | William Boman | 2022-10-06 | 1 | -1/+8 |
| | | |||||
| * | fix(log): use "log" stdpath (#516) | William Boman | 2022-10-06 | 1 | -1/+1 |
| | | | | Closes #430. | ||||
| * | feat: add setting to control PATH modification (#514) | William Boman | 2022-10-06 | 5 | -86/+131 |
| | | | | Closes #509. | ||||
| * | refactor(cargo): utilize optional chaining (#513) | William Boman | 2022-10-05 | 1 | -9/+10 |
| | | |||||
| * | feat(cargo): improve handling of git-based crates (#512) | William Boman | 2022-10-05 | 11 | -86/+369 |
| | | | | | This is all pretty overkill, especially considering the small amount of packages based on git-based crates. | ||||
| * | test(cargo): stub crates.io http call (#508) | William Boman | 2022-10-04 | 1 | -2/+12 |
| | | |||||
| * | chore: update generated code (#507) | williambotman[bot] | 2022-10-04 | 3 | -2/+23 |
| | | |||||
| * | feat: add gotestsum (#506) | Seth Daniel | 2022-10-03 | 3 | -1/+17 |
| | | |||||
| * | chore: update generated code (#504) | williambotman[bot] | 2022-10-03 | 3 | -1/+65 |
| | | |||||
| * | feat: add erg-language-server (#503) | takuto | 2022-10-03 | 3 | -0/+47 |
| | | |||||
| * | feat(std): attempt gzip on windows (#501) | William Boman | 2022-10-03 | 2 | -12/+20 |
| | | | | Closes #498. | ||||
| * | feat: add move-analyzer (#499) | Michael | 2022-10-02 | 3 | -0/+16 |
| | | |||||
