| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(r)!: update parser and queries | Christian Clason | 2024-06-27 | 1 | -1/+0 | |
| | | ||||||
| * | ci(lint): make sure query parser is installed from this repo | Christian Clason | 2024-05-26 | 1 | -3/+4 | |
| | | | | | | | | | Problem: format-queries.lua in CI uses the bundled query parser from Neovim, meaning breaking changes are not reflected in tests. Solution: Install nvim-treesitter in the lint workflow and use it to install the query parser. | |||||
| * | ci: replace node with upstream action | Christian Clason | 2024-04-14 | 2 | -8/+2 | |
| | | ||||||
| * | ci(tests): use nvim nightly for win+cl | Christian Clason | 2024-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | ci: teach bot about conventional commits | Christian Clason | 2024-03-03 | 2 | -2/+2 | |
| | | ||||||
| * | ci: bump create-pull-request to v6 | Christian Clason | 2024-03-01 | 2 | -2/+2 | |
| | | ||||||
| * | fix(scripts): format-queries defaults to cwd | Christian Clason | 2024-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | ci: simplify cache key | dundargoc | 2024-02-19 | 2 | -2/+10 | |
| | | | | | Also ensure new matrix fields are automatically added to cache key. | |||||
| * | ci: fix invalid workflow | dundargoc | 2024-02-10 | 4 | -6/+6 | |
| | | | | | | | | | Context variables aren't always available, so we can't rely on them for e.g. environment variables. Also merge all install scripts into `script/ci-install.sh`, that way it can be called the same way regardless of system. | |||||
| * | ci: use `windows-latest` over `windows-2022` | dundargoc | 2024-02-10 | 2 | -7/+7 | |
| | | | | | It's convenient to not need to manually update the runner version. | |||||
| * | fixup: it's fine | Christian Clason | 2024-02-09 | 2 | -2/+2 | |
| | | ||||||
| * | ci: pin tree-sitter-cli version in npm install | Christian Clason | 2024-02-09 | 2 | -3/+2 | |
| | | | | | This prevents bad tags from messing up CI | |||||
| * | ci: use M1 for macOS | Christian Clason | 2024-01-31 | 1 | -2/+2 | |
| | | | | | | | GH Actions runners use M1 hardware for `macos-14` now. Since macOS is one of the slowest platforms for parser compilation, switching should give us not only ARM coverage but also shorter CI times. | |||||
| * | ci: use nvim-treesitter-bot as author | Christian Clason | 2024-01-30 | 2 | -2/+2 | |
| | | ||||||
| * | ci: use nvim-treesitter-bot as committer | Christian Clason | 2024-01-29 | 2 | -0/+2 | |
| | | ||||||
| * | ci: use token for automated PRs | Christian Clason | 2024-01-28 | 3 | -16/+29 | |
| | | | | | | | | | | | * Use a Github App token to allow CI to run automatically (Following https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens) * Enable automerge * make lint workflow only run once on PRs to master | |||||
| * | ci: bump cache to v4 | Christian Clason | 2024-01-24 | 2 | -2/+2 | |
| | | ||||||
| * | ci: add query lint job | Pham Huy Hoang | 2024-01-19 | 1 | -0/+16 | |
| | | ||||||
| * | ci: bump actions to latest | Christian Clason | 2024-01-05 | 6 | -9/+9 | |
| | | ||||||
| * | ci: fix update lockfile workflow | ObserverOfTime | 2023-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | ci: update workflows | ObserverOfTime | 2023-08-18 | 3 | -20/+12 | |
| | | ||||||
| * | ci: dont hardcode the rockspec version | Matthieu Coudron | 2023-08-13 | 1 | -2/+0 | |
| | | ||||||
| * | ci: fix luarocks tag release process | Matthieu Coudron | 2023-08-13 | 1 | -4/+13 | |
| | | | | | | | bumped version of the action Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com> | |||||
| * | ci: bump actions to latest | Christian Clason | 2023-07-11 | 3 | -3/+3 | |
| | | ||||||
| * | fix(dart): update indents from upstream (#4924) | Amaan Qureshi | 2023-06-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercollider | GitHub | 2023-05-31 | 1 | -1/+1 | |
| | | | | | skip dart updates from now on | |||||
| * | ci: bump tree-sitter CLI to v0.20.8 | Christian Clason | 2023-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update skipped langs in ci | Amaan Qureshi | 2023-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | chore: update Gleam | Amaan Qureshi | 2023-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | ci: bump release workflowv0.8.5.2 | Matthieu Coudron | 2023-02-24 | 1 | -1/+1 | |
| | | | | | new version adds 'make' support and should fix the release job | |||||
| * | fix(ci): remove double 'uses'v0.8.5.1 | Matthieu Coudron | 2023-02-24 | 1 | -2/+1 | |
| | | | | | which invalidates the action | |||||
| * | ci: remove ready_for_review type | dundargoc | 2023-02-23 | 3 | -3/+0 | |
| | | | | | | It's only needed if a job is disabled for drafts. Otherwise it will just run the same workflow twice. | |||||
| * | ci: add release workflow for luarocks upload (#4109) | Marc Jakobi | 2023-02-22 | 1 | -0/+18 | |
| | | ||||||
| * | prettier formatting yml and md | Kiyoon Kim | 2023-02-16 | 4 | -13/+13 | |
| | | ||||||
| * | Add treesitter CLI in CI with Windows and mac | Kiyoon Kim | 2023-02-15 | 2 | -4/+9 | |
| | | ||||||
| * | ci: fix readme workflow | ObserverOfTime | 2023-01-21 | 1 | -0/+1 | |
| | | ||||||
| * | ci: stop running update-lockfile after every commit | Christian Clason | 2023-01-14 | 1 | -3/+0 | |
| | | | | | | | | This is wasteful and noisy for unrelated commits, while the intended use (making sure that new parsers have a lockfile entry) can be covered by either making sure this is part of the initial PR (ideally) or running the action manually. | |||||
| * | ci: fix file name for cache calculation | Stephan Seitz | 2023-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | ci: properly fix lockfile action | ObserverOfTime | 2023-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | ci: trim final `"]` when parsers get added in update-lockfile.yml | Stephan Seitz | 2023-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | See https://github.com/nvim-treesitter/nvim-treesitter/pull/4066 The diff will look different when a whole parser gets added: ``` @ ["gleam","revision"] - "cfcbca3f8f734773878e00d7bfcedea98eb10be2" + "3eb2e1783f3bf6f85c16cdd150e2f256b2f6844e" @ ["nix","revision"] - "6b71a810c0acd49b980c50fc79092561f7cee307" + "1b69cf1fa92366eefbe6863c184e5d2ece5f187d" @ ["wgsl_bevy"] + {"revision":"c81dc770310795caea5e00996505deba024ec698"} ``` Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | ci: allow negative assertions in tests | Stephan Seitz | 2023-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | ci: use builtin jq instead of downloading it | dundargoc | 2022-12-21 | 1 | -4/+1 | |
| | | ||||||
| * | ci: bump stylua action to v2 | dundargoc | 2022-12-17 | 1 | -1/+2 | |
| | | ||||||
| * | ci: bump action versions | dundargoc | 2022-12-17 | 5 | -12/+12 | |
| | | ||||||
| * | ci: Add name of updated parsers to commit message | Stephan Seitz | 2022-12-15 | 1 | -3/+8 | |
| | | | | | Fixes #3962 | |||||
| * | ci: install libfuse2 | Christian Clason | 2022-12-02 | 1 | -0/+1 | |
| | | ||||||
| * | ci(lint): update stylua-actions | Christian Clason | 2022-09-23 | 1 | -1/+1 | |
| | | ||||||
| * | ci: add workflow_dispatch | Christian Clason | 2022-08-23 | 2 | -0/+2 | |
| | | ||||||
| * | parsers(dart): unlock dart parser | Stephan Seitz | 2022-08-02 | 1 | -1/+1 | |
| | | | | | | | | Segfault seems to be fixed in https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491 After 30min of fuzzing no Segfault found so far. | |||||
| * | Add dart to skip lockfile update list | Breno Reis | 2022-07-13 | 1 | -1/+1 | |
| | | ||||||
