-
Notifications
You must be signed in to change notification settings - Fork 420
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
chore: private services env compatibility checker, only enable if enabled 🤦 #4150
Conversation
Codecov Report
@@ Coverage Diff @@
## mainline #4150 +/- ##
=========================================
Coverage 69.10% 69.11%
=========================================
Files 251 251
Lines 36037 36042 +5
Branches 264 264
=========================================
+ Hits 24904 24910 +6
+ Misses 9929 9927 -2
- Partials 1204 1205 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
🍕 Here are the new binary sizes!
|
@@ -186,6 +191,9 @@ func (s RequestDrivenWebService) applyEnv(envName string) (workloadManifest, err | |||
|
|||
func (s *RequestDrivenWebService) requiredEnvironmentFeatures() []string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has nothing to do with your PR but it's pretty strange to me that this method:
func (s *DynamicWorkloadManifest) RequiredEnvironmentFeatures() []string { |
belongs to *DynamicWorkloadManifest
🤔 it doesn't seem relevant to a "dynamic" aspect.
I'd have expected it to be part of the individual Manifest types.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.