nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
Issue to track the release tasks for 1.4.0 following our [release process](https://github.com/nginxinc/nginx-gateway-fabric/blob/7281d3c759d0296c344ce2b43f5a576ba962f147/docs/developer/release-process.md#L4). ```[tasklist] ### Tasks - [ ] Create release branch - [ ] Run through examples manually - [...
**As a** maintainer of NGF **I want** our longevity test to be run from GitHub workflow **So that** I can easily run the longevity tests I need ### Acceptance -...
### Proposed changes Problem: As a user of NGF, I want my SnippetsFilters configuration applied to NGF's data plane, so that I can leverage NGINX features not yet available in...
### Proposed changes Write a clear and concise description that helps reviewers understand the purpose and impact of your changes. Use the following format: Problem: Users want to parallelize unit...
Add Nginx error log level to NginxProxy. Problem: Users would like to assign a log level for the data plane. Solution: Add Nginx error log level to NginxProxy which allows...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nginx/nginx-gateway-fabric). ## Awaiting Schedule The following updates are...
Problem: We want a way to verify nginx configuration reliably in our tests. This is especially useful when introducing new policies, without the desire for testing nginx functionality directly. Solution:...
Update our developer testing doc to cover running tests in parallel. Doc should mention: - In general, all tests should be parallelizable - To run a go test in parallel,...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/nginxinc/nginx-plus-go-client](https://redirect.github.com/nginxinc/nginx-plus-go-client) | `v1.3.0` -> `v2.0.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
When running unit tests together, like through the `make unit-test` command, the failure is difficult to find. The summary of the test results do not contain any information on which...