aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ci
Commit message (Collapse)AuthorAgeFilesLines
* refactor: deprecate util.find_git_ancestordundargoc2024-12-141-1/+1
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* refactor: deprecate util.find_package_json_ancestordundargoc2024-12-131-1/+1
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* refactor: deprecate util.find_node_modules_ancestordundargoc2024-12-081-1/+1
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* refactor: replace all instances of vim.uv with vim.loopdundargoc2024-12-021-0/+9
| | | | | We still support neovim 0.9 currently, so we can't use vim.uv. Also add a check so we don't accidentally reintroduce it.
* refactor: deprecate util.find_mercurial_ancestordundargoc2024-11-291-1/+1
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* refactor: deprecate util.path.is_dir #3475dundargoc2024-11-281-1/+1
| | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079
* refactor: deprecate util.path.is_file #3474dundargoc2024-11-281-1/+1
|
* refactor: deprecate `util.path.exists`dundargoc2024-11-271-1/+1
| | | | | | Use `vim.uv.fs_stat` instead. Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* ci: forbid using util.path.sanitizedundargoc2024-11-271-1/+1
|
* ci: check for deprecated util functions #3462Justin M. Keyes2024-11-261-2/+10
|
* fix(ci): allow "vim.fs.dirname"Justin M. Keyes2024-10-011-1/+1
|
* fix(ci): avoid failing "dirname"-cleanup PRs (#1405)kylo2522021-11-131-0/+16