topaxi / pipeline.nvim

See status of ci/cd pipeline runs directly in neovim. Currently supports GitHub Actions and GitLab CI.
137 stars 5 forks source link

Fix yq parsing for version 4.x #16

Closed brablc closed 1 week ago

brablc commented 1 week ago

Apparently the depracation warning about -j does not get ignored, but mixed to the output. We have to use vim.system instead (Neovim 0.9+).

topaxi commented 1 week ago

Works on my machine, arch and yq 3.4.3.

Happy to merge once you feel this is ready.

brablc commented 1 week ago

Tested with Ubuntu 3.1 and works!

topaxi commented 1 week ago

Amazing, thank you for your time and effort! :blush:

brablc commented 1 week ago

I thank you for this amazing tool. I was very surprised, that I did not find any similar plugin for gh cli, then again surprised that it is not covered by lazygit, and then I was finaly happy to find it for neovim. And I already learned before, that with lua and neovim things sometimes break but it is possible to fix them.