-
Notifications
You must be signed in to change notification settings - Fork 400
fix: [M3-10482] - Add missing firewall_apply event messages
#12685
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
cbed200
firewall event message fixes
coliu-akamai 69366b3
Added changeset: Missing `firewall_apply` event messages
coliu-akamai 9cf3dd7
other firewall messages
coliu-akamai a0e433d
add todo comment
coliu-akamai c2f8b39
spacing
coliu-akamai 7a4dee4
Added changeset: Temporarily fix Linode Interface `firewall_device_adβ¦
coliu-akamai ee36d03
update messages based on feedback
coliu-akamai ea009bf
Merge branch 'develop' into m3-10447
coliu-akamai 14becef
address feedback @cpathipa
coliu-akamai fffe428
update type
coliu-akamai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@linode/manager": Fixed | ||
| --- | ||
|
|
||
| Missing `firewall_apply` event messages ([#12685](https://github.com/linode/manager/pull/12685)) |
5 changes: 5 additions & 0 deletions
5
packages/manager/.changeset/pr-12685-upcoming-features-1755276113969.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@linode/manager": Upcoming Features | ||
| --- | ||
|
|
||
| Temporarily fix Linode Interface `firewall_device_add` event message ([#12685](https://github.com/linode/manager/pull/12685)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
I'd been wondering if we want to have these firewall apply messages given that we already have firewall device add/remove messages. There is at least one use case
firewall applycovers thatdevice add/removedoesn't, but I haven't seen it often - it's when firewall_apply fails (no corresponding add/remove message):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.
I guess apply is for updates?
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 is just my opinion, but I like the idea of surfacing these events for transparency and consistency with the API. I'm sure one day we'll build a way for users to filter events to their liking so they can hide these if they need to
But, to be fair, the
firewall_applyevent has been around for a while now and no customer has requested that we support that I know of.... So I don't know π