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

Make VPC egress settings parameterizeable #6843

Merged
merged 2 commits into from Mar 7, 2024
Merged

Conversation

inlined
Copy link
Member

@inlined inlined commented Mar 7, 2024

Part of the feature request for #6835

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.24%. Comparing base (9d10de3) to head (94df02d).

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.

Copy link
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
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
35 checks passed
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants