Lays Rodrigues
Lays Rodrigues
@donhector I'm trying to use your hook, and it's failing because `cz` is receiving the list of my staged files instead of the `check` argument. ```sh commitizen check.........................................................Failed - hook...
@donhector ```yml repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-toml - id: check-yaml - id: check-docstring-first - id: detect-aws-credentials - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 hooks: - id: python-check-mock-methods...
@donhector ouch. Thanks for pointing that out. :see_no_evil: Now it works!
Since (Last I check) GitLab is attached to docker images for the pipelines, we can build one and use it for the check. BUT GitLab also has Junit Integrated, so...
Same problem. 
Well, all the docs around plugins relate to adding the binaries to `/usr/local/kong` see: https://docs.konghq.com/gateway/latest/plugin-development/pluginserver/go/ There is NO documentation under Kong docs about the good practices where the plugins should...
@hanshuebner the problem is that the `kong` user does not have write permissions under `/usr/local/kong` where it creates the `.socket` files. The documentation points to that path as default, for...
@hanshuebner I changed to use the kong-ubuntu based image, since this one is recommended for enterprise users, which I'm not. I just reported the bug :)
I have the same issue.
@ADD-SP > Do you have some deployment that might share/change the kong_prefix directory across different data_plane instances? No, there's no configuration changes between deployments. > And do you have steps...