Skip to content

Make VPC egress settings parameterizeable#6843

Merged
inlined merged 2 commits intomasterfrom
inlined.rename-experiment
Mar 7, 2024
Merged

Make VPC egress settings parameterizeable#6843
inlined merged 2 commits intomasterfrom
inlined.rename-experiment

Conversation

@inlined
Copy link
Copy Markdown
Member

@inlined inlined commented Mar 7, 2024

Part of the feature request for #6835

@inlined inlined requested a review from blidd-google March 7, 2024 18:00
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 7, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.24%. Comparing base (9d10de3) to head (94df02d).
⚠️ Report is 1299 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6843   +/-   ##
=======================================
  Coverage   54.23%   54.24%           
=======================================
  Files         352      352           
  Lines       24528    24533    +5     
  Branches     5074     5077    +3     
=======================================
+ Hits        13302    13307    +5     
  Misses      10011    10011           
  Partials     1215     1215           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Copy link
Copy Markdown
Contributor

@blidd-google blidd-google left a comment

Choose a reason for hiding this comment

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

LGTM

/**
* Is a given number a valid MemoryOption?
*/
export function isValidMemoryOption(mem: unknown): mem is MemoryOption {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Weird we had two of these...

@inlined inlined merged commit 022dbd6 into master Mar 7, 2024
@inlined inlined deleted the inlined.rename-experiment branch March 7, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants