-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disableCompression: Expose configuration to toggle Envoy GZIP compression on the responses #6546
base: main
Are you sure you want to change the base?
Commits on Jul 9, 2024
-
build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (pro…
…jectcontour#6543) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@d70bba7...4fd8129) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: chaosbox <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4d5b67 - Browse repository at this point
Copy the full SHA b4d5b67View commit details -
Adds "disableCompression" as a feature to turnon/off Envoy's GZIP res…
…ponse compression Signed-off-by: chaosbox <[email protected]>
chaosbox committedJul 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 081a47c - Browse repository at this point
Copy the full SHA 081a47cView commit details
Commits on Aug 7, 2024
-
Merge remote-tracking branch 'upstream/main'
# Conflicts: # .github/workflows/build_main.yaml # .github/workflows/build_tag.yaml # .github/workflows/prbuild.yaml
Geoff Macartney committedAug 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 818ccf0 - Browse repository at this point
Copy the full SHA 818ccf0View commit details
Commits on Aug 22, 2024
-
This fixes linter nag parameter 'conf' seems to be unused
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ddb6f0 - Browse repository at this point
Copy the full SHA 7ddb6f0View commit details -
This fixes linter nag File is not gci-ed with ...
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8df07e2 - Browse repository at this point
Copy the full SHA 8df07e2View commit details -
This fixes linter nag File is not gci-ed with ...
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 100bf40 - Browse repository at this point
Copy the full SHA 100bf40View commit details -
This fixes linter nag File is not gofumpt-ed with -extra
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56e4ee7 - Browse repository at this point
Copy the full SHA 56e4ee7View commit details -
This fixes linter nag File is not gofumpt-ed with -extra
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 548981e - Browse repository at this point
Copy the full SHA 548981eView commit details -
This change is solely a formatting change and does not change any of the text of the table Signed-off-by: Geoff Macartney <[email protected]>
geomacy committedAug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 934ca48 - Browse repository at this point
Copy the full SHA 934ca48View commit details -
Add disableCompression flag to configuration docs.
Signed-off-by: Geoff Macartney <[email protected]>
geomacy committedAug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 2efb693 - Browse repository at this point
Copy the full SHA 2efb693View commit details -
Signed-off-by: Geoff Macartney <[email protected]>
geomacy committedAug 22, 2024 Configuration menu - View commit details
-
Copy full SHA for b0cfe71 - Browse repository at this point
Copy the full SHA b0cfe71View commit details
Commits on Sep 7, 2024
-
Merge remote-tracking branch 'upstream/main'
Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72e0e9c - Browse repository at this point
Copy the full SHA 72e0e9cView commit details
Commits on Sep 30, 2024
-
Merge remote-tracking branch 'upstream/main'
Geoff Macartney committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 73c4b67 - Browse repository at this point
Copy the full SHA 73c4b67View commit details
Commits on Oct 8, 2024
-
Merge remote-tracking branch 'upstream/main'
Geoff Macartney committedOct 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 235acc3 - Browse repository at this point
Copy the full SHA 235acc3View commit details -
rework as --compression flag with options gzip, brotli, zstd, disabled
Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e843b7 - Browse repository at this point
Copy the full SHA 7e843b7View commit details -
Merge pull request #1 from chaosbox/compression-flag
Rework as --compression flag. Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36dbadb - Browse repository at this point
Copy the full SHA 36dbadbView commit details
Commits on Oct 19, 2024
-
add validation to crd compression field
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 19, 2024 Configuration menu - View commit details
-
Copy full SHA for f7b261b - Browse repository at this point
Copy the full SHA f7b261bView commit details -
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 19, 2024 Configuration menu - View commit details
-
Copy full SHA for b68f0b1 - Browse repository at this point
Copy the full SHA b68f0b1View commit details
Commits on Oct 23, 2024
-
define compression with a struct for API extensibility
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 5dcdc33 - Browse repository at this point
Copy the full SHA 5dcdc33View commit details -
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d83394 - Browse repository at this point
Copy the full SHA 3d83394View commit details
Commits on Oct 24, 2024
-
Avoid NPE in parameters.Validate also tidy flag handling in registerServe, don't set compression struct unless parameter is supplied. Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 24, 2024 Configuration menu - View commit details
-
Copy full SHA for cda9c76 - Browse repository at this point
Copy the full SHA cda9c76View commit details
Commits on Oct 28, 2024
-
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for ff84c37 - Browse repository at this point
Copy the full SHA ff84c37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5725a53 - Browse repository at this point
Copy the full SHA 5725a53View commit details -
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 630541e - Browse repository at this point
Copy the full SHA 630541eView commit details -
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 4610b80 - Browse repository at this point
Copy the full SHA 4610b80View commit details -
fix assertion arg order and bump timeout
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 45ea946 - Browse repository at this point
Copy the full SHA 45ea946View commit details
Commits on Nov 25, 2024
-
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedNov 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 98225fc - Browse repository at this point
Copy the full SHA 98225fcView commit details -
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedNov 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 661b552 - Browse repository at this point
Copy the full SHA 661b552View commit details
Commits on Nov 26, 2024
-
Update internal/featuretests/v3/compression_test.go
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75f8b7b - Browse repository at this point
Copy the full SHA 75f8b7bView commit details -
Update changelogs/unreleased/6546-chaosbox-small.md
Co-authored-by: Tero Saarni <[email protected]> Signed-off-by: Geoff Macartney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 351a820 - Browse repository at this point
Copy the full SHA 351a820View commit details -
Merge branch 'main' into pr-6546-review-comments
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 89060c0 - Browse repository at this point
Copy the full SHA 89060c0View commit details -
from review comment: Let's remove the command line option and make configuration available only through config file and ContourConfiguration CRD. The command line options currently are a bit of a mess, so we previously agreed to avoid introducing new options there unless absolutely necessary. Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 95d38af - Browse repository at this point
Copy the full SHA 95d38afView commit details -
treat empty string as valid CompressionAlgorithm
From review: Would it be cleaner to treat an empty string as a valid value here, rather than completely bypassing validation in Parameters.Validate()? While algorithm is the only field currently, that might change. Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 366f48d - Browse repository at this point
Copy the full SHA 366f48dView commit details -
update configuration docs per new types
Signed-off-by: Geoff Macartney <[email protected]>
Geoff Macartney committedNov 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a6465f - Browse repository at this point
Copy the full SHA 1a6465fView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43f6598 - Browse repository at this point
Copy the full SHA 43f6598View commit details