Skip to content
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

cmd/contour: add TimeoutConfig.RequestTimeout #2726

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

skriss
Copy link
Member

@skriss skriss commented Jul 23, 2020

updates #2690

Adds a new RequestTimeout field to the TimeoutConfig struct. If
specified in the config file, this field takes precedence over
the now-deprecated RequestTimeout field in the root of the
serveContext struct.

Signed-off-by: Steve Kriss krisss@vmware.com

@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #2726 into master will increase coverage by 0.04%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2726      +/-   ##
==========================================
+ Coverage   76.98%   77.02%   +0.04%     
==========================================
  Files          72       72              
  Lines        5709     5711       +2     
==========================================
+ Hits         4395     4399       +4     
+ Misses       1226     1225       -1     
+ Partials       88       87       -1     
Impacted Files Coverage Δ
cmd/contour/servecontext.go 93.44% <ø> (ø)
internal/featuretests/envoy.go 100.00% <ø> (ø)
cmd/contour/serve.go 2.59% <87.50%> (+2.59%) ⬆️
internal/contour/listener.go 94.84% <100.00%> (+0.90%) ⬆️
internal/envoy/listener.go 97.73% <100.00%> (ø)

@skriss skriss added this to In progress in Contour Project Board via automation Jul 23, 2020
@skriss skriss added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Jul 23, 2020
Copy link
Member

@youngnick youngnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, exactly what I was hoping for.

@skriss skriss added the release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action. label Jul 24, 2020
Adds a new RequestTimeout field to the TimeoutConfig struct. If
specified in the config file, this field takes precedence over
the now-deprecated RequestTimeout field in the root of the
serveContext struct.

Signed-off-by: Steve Kriss <krisss@vmware.com>
@skriss skriss merged commit e35cca7 into projectcontour:master Jul 24, 2020
Contour Project Board automation moved this from In progress to 1.7 release Jul 24, 2020
@skriss skriss deleted the move-request-timeout branch July 24, 2020 16:01
tthebst pushed a commit to tthebst/contour that referenced this pull request Aug 6, 2020
Adds a new RequestTimeout field to the TimeoutConfig struct. If
specified in the config file, this field takes precedence over
the now-deprecated RequestTimeout field in the root of the
serveContext struct.

Signed-off-by: Steve Kriss <krisss@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note Denotes a PR that will be considered when it comes time to generate release notes. release-note-action-required Denotes a PR that introduces potentially breaking changes that require user action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants