| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ci: bump action versions (#2322) | dundargoc | 2022-12-17 | 7 | -10/+10 | |
| | | ||||||
| * | ci: don't auto-close config changes | Justin M. Keyes | 2022-12-15 | 1 | -3/+2 | |
| | | | | just leave a comment instead | |||||
| * | ci: remove auto-close bot | Justin M. Keyes | 2022-12-15 | 1 | -28/+0 | |
| | | | | This is a nuisance. | |||||
| * | fix: update ci lint stylua-action version (#2150) | Raphael | 2022-09-23 | 1 | -1/+1 | |
| | | | | | | * fix: update ci lint stylua-action version * fix: typo | |||||
| * | feat(ci): include link i auto-close message | Justin M. Keyes | 2022-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | ci(selene): switch to yml config #1986 | sitiom | 2022-07-07 | 1 | -26/+9 | |
| | | | | As of Kampfkarren/selene#364, using TOML is now deprecated. | |||||
| * | ci: simplify codespell workflow (#1706) | dundargoc | 2022-02-10 | 1 | -13/+3 | |
| | | ||||||
| * | ci: remove outdated brew workaround (#1625) | dundargoc | 2021-12-31 | 1 | -1/+0 | |
| | | ||||||
| * | fix(help): workaround plugin/users overwritting tags (#1512) | Javier Lopez | 2021-11-30 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | Most plugin managers run :helptags in the plugin, which silently overwrites the existing doc/tags. this is an issue for us since lspconfig is manipulating the tags file to point to servers_configurations.md Instead create a markdown comment with the name of the wanted tag and make a copy in the repository of servers_configurations.md to server_configurations.txt. Now when :helptags runs it finds the txt file and generates the appropriate tag. The advantage is this solution should work in all platforms, it also removes lines from docgen CI. | |||||
| * | ci: use v2 tag for checkout actions (#1469) | dundargoc | 2021-11-21 | 3 | -3/+3 | |
| | | | | | | The official GitHub actions update the vX tags to be the latest. Workflows automatically benefit from bugfixes/patches without manually needing to update the workflows. | |||||
| * | ci: remove brackets on the "runs-on" argument (#1470) | dundargoc | 2021-11-21 | 3 | -5/+5 | |
| | | | | | This will silence the false warning 'Value must be "self-hosted"' warning from yamlls. | |||||
| * | ci: close PRs not filed from feature branches (#1464) | dundargoc | 2021-11-21 | 1 | -0/+28 | |
| | | ||||||
| * | ci: add Selene linter (#904) | Peter Lithammer | 2021-11-15 | 2 | -19/+71 | |
| | | | | * see https://github.com/Kampfkarren/selene | |||||
| * | fix(ci): avoid failing "dirname"-cleanup PRs (#1405) | kylo252 | 2021-11-13 | 2 | -18/+15 | |
| | | ||||||
| * | ci: fix close config changes workflow (#1408) | dundargoc | 2021-11-11 | 1 | -1/+3 | |
| | | | | | | | * set pull-request permission to write * change event trigger pull_request to pull_request_target since github requires it to make any changes, even if the permission is set to write. | |||||
| * | ci: add workflow that fails PRs with the word "dirname" in them (#1398) | dundargoc | 2021-11-11 | 1 | -0/+18 | |
| | | ||||||
| * | ci: automatically close pull requests that modify server_configurations.md ↵ | dundargoc | 2021-11-11 | 1 | -0/+19 | |
| | | | | | (#1400) | |||||
| * | docs: follow-up fixes from overhaul (#1389) | Michael Lingelbach | 2021-11-09 | 2 | -3/+3 | |
| | | ||||||
| * | docs: documentation overhaul (#1384) | Michael Lingelbach | 2021-11-09 | 1 | -41/+0 | |
| | | | | | | | * remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder | |||||
| * | chore: unify makefile to run stylua and luacheck | Michael Lingelbach | 2021-10-30 | 1 | -1/+1 | |
| | | ||||||
| * | ci: fix vimdocgen (#1313) | Michael Lingelbach | 2021-10-15 | 1 | -4/+5 | |
| | | | | | | | * update neovim path * rename commits to align with conventional commits in core * make runs sequential to avoid conflicts when pushing * pull latest changes in vimdocgen run | |||||
| * | ci: use rhysd action instead for installing neovim (#1312) | Michael Lingelbach | 2021-10-15 | 1 | -21/+8 | |
| | | ||||||
| * | ci: run codespell on pull requests (#1101) | dundargoc | 2021-07-25 | 1 | -0/+21 | |
| | | ||||||
| * | Update commit_lint.yml | Michael Lingelbach | 2021-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | ci: switch to GHA for commit lint (#982) | Michael Lingelbach | 2021-07-18 | 1 | -0/+12 | |
| | | ||||||
| * | ci: fix workflow so vimdocgen runs sequentially (#1085) | Michael Lingelbach | 2021-07-17 | 2 | -56/+49 | |
| | | ||||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 1 | -0/+11 | |
| | | ||||||
| * | Update vimdoc.yml | Michael Lingelbach | 2021-05-21 | 1 | -0/+2 | |
| | | ||||||
| * | docgen: explicitly allow pushing commits | Marco Hinz | 2021-05-16 | 1 | -0/+2 | |
| | | | | | | | | | | | We default to read-only permissions for the "contents" scope: https://github.com/neovim/nvim-lspconfig/settings/actions Explicitly allow pushing commits. https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents | |||||
| * | docgen: try to fix docgen authentication issues | Michael Lingelbach | 2021-05-01 | 1 | -9/+4 | |
| | | ||||||
| * | Fix docgen github action | Michael Lingelbach | 2021-05-01 | 1 | -0/+3 | |
| | | ||||||
| * | ci: fix babelfish | Michael Lingelbach | 2021-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | docgen: add vimdoc pipeline with babelfish | Michael Lingelbach | 2021-03-27 | 1 | -0/+54 | |
| | | ||||||
| * | docgen: remove CI trigger for PRs, only pushes to master | Michael Lingelbach | 2021-01-23 | 1 | -3/+5 | |
| | | ||||||
| * | Fix macos CI | Michael Lingelbach | 2020-12-29 | 1 | -0/+1 | |
| | | | | see: https://github.com/neovim/neovim/pull/13584 | |||||
| * | Fix docgen github action to use CONFIG.md instead of README.md | Michael Lingelbach | 2020-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | CI: Remove cmake from MacOS install (already installed?) | Stephan Seitz | 2020-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | Run lint as sudo to make CI pass again | Stephan Seitz | 2020-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | dartls: remove calling error in detecting cmd | Hirokazu Hata | 2020-02-23 | 1 | -7/+0 | |
| | | | | | ref: #140 | |||||
| * | github action: add test for macos | Hirokazu Hata | 2020-05-21 | 1 | -1/+13 | |
| | | ||||||
| * | Makefile: add lint commant | Hirokazu Hata | 2020-05-21 | 1 | -2/+1 | |
| | | ||||||
| * | github action: add test action | Hirokazu Hata | 2020-05-21 | 1 | -0/+41 | |
| | | ||||||
| * | [upgrade] acitons/checkout v1 -> v2 | kazukazuinaina | 2020-03-04 | 2 | -2/+2 | |
| | | ||||||
| * | gh actions: Add Dart lang to docgen action enviroment | Hirokazu Hata | 2020-02-22 | 1 | -0/+7 | |
| | | | | | fix: #139 | |||||
| * | CI: luacheck #86 | Hirokazu Hata | 2019-12-31 | 2 | -1/+23 | |
| | | ||||||
| * | Improve docgen (#27) | Ashkan Kiani | 2019-11-17 | 1 | -1/+1 | |
| | | | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors. | |||||
| * | Add github actions for docgen (#7) | Ashkan Kiani | 2019-11-14 | 1 | -0/+34 | |
| * Create main.yml * Update CONTRIBUTING and REAMDE. Explain that Github Actions generate README. | ||||||
