-
Notifications
You must be signed in to change notification settings - Fork 80
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
fix(firewall): wrong wording when firewall is removed from resource #812
Conversation
f4fb928
to
3580576
Compare
I reworded it again because |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #812 +/- ##
=======================================
Coverage 59.60% 59.60%
=======================================
Files 210 210
Lines 7655 7655
=======================================
Hits 4563 4563
Misses 2450 2450
Partials 642 642 ☔ View full report in Codecov by Sentry. |
@@ -43,7 +43,7 @@ func TestApplyToServer(t *testing.T) { | |||
|
|||
out, errOut, err := fx.Run(cmd, []string{"--type", "server", "--server", "my-server", "test"}) | |||
|
|||
expOut := "Firewall 123 applied\n" | |||
expOut := "Firewall 123 applied to resource\n" |
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.
We might target many resources when using the label selector, but I think this is good enough.
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.
We could also add special messages like Firewall 123 applied to label selector xyz
🤖 I have created a release *beep* *boop* --- ## [1.45.0](v1.44.2...v1.45.0) (2024-07-17) ### Features * allow configuring default sort columns for each supported resource ([#795](#795)) ([f6877a1](f6877a1)) * better error messages on malformed option value ([#798](#798)) ([8c6fec9](8c6fec9)) ### Bug Fixes * **config:** ordering of list option values not preserved ([#805](#805)) ([1ac27bf](1ac27bf)) * debug log is truncated if it already exists ([#793](#793)) ([c3d3a9f](c3d3a9f)) * **firewall:** wrong wording when firewall is removed from resource ([#812](#812)) ([9017a65](9017a65)), closes [#809](#809) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Closes #809