Joshua Schmid

Results 27 issues of Joshua Schmid

If you have rather strict rules on whether you are allowed to trigger tests or not, you can't enable the `Build every pull request automatically without asking (Dangerous!).` option which...

### Summary The `/schemas/{plugins,$daos}` endpoint now not only returns fields, but also any canonical entity_checks that can't be expressed otherwise within the field validators themselves. We do **not** include `custom_entity_checks`...

core/admin-api
size/S
changelog

### Summary Applies an `incomplete-cherry-pick` label to the original PR if a cherry-pick fails to be created. Fix: [konghq.atlassian.net/browse/KAG-3590](https://konghq.atlassian.net/browse/KAG-3590)

chore
size/XS

### Summary Applies an incomplete-backport label to the original PR if at least one backport fails to be created. Fix: https://konghq.atlassian.net/browse/KAG-3590

chore
size/XS
cherry-pick kong-ee

### Summary This explicitly sets `reuseport` to all available listeners.([more on the option here ](https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/)). A use can always opt out of this option. by removing the string from the...

core/templates
size/S

This patch does a couple of things: * Add dynamic support for `docker compose` and `docker-compose` in the Makefile * add Makefile targets for all Kong Gateway modes * aliased...

Expected behavior: `make dev` would be applied for all `${GOJIRA_TARGET}` services `[kong-cp{1..n}, kong-dp{1..n}]` Actual behavior: `make dev` is only applied to the control-plane

bug