Lays Rodrigues

Results 8 comments of 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. ![image](https://user-images.githubusercontent.com/7799231/197356535-5c07ba32-9f06-4e78-9935-641832c67f30.png)

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 :)