-
Notifications
You must be signed in to change notification settings - Fork 82
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: add missing events #365
Conversation
ActionCommunityLike EventAction = "community_like" | ||
ActionCreateCardUpdated EventAction = "credit_card_updated" | ||
ActionDatabaseCreate EventAction = "database_create" | ||
ActionDatabaseDegraded EventAction = "database_degraded" |
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.
While we're updating Actions, it looks like these database_method actions aren't listed in the API for Event View?
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.
Yes, they are missing in the doc, but they exist in this repo before this PR, lol. Let's ask the doc team to take a look.
Can confirm the gosec scan alert is a false positive. |
* adding missing events (#365) * implementation * fixing merge conflict * Update account_events.go Co-authored-by: Lena Garber <[email protected]> --------- Co-authored-by: Jacob Riddle <[email protected]> Co-authored-by: Lena Garber <[email protected]>
* adding missing events (#365) * Implement region-specific pricing * Add test * Revert go.work.sum * nosec --------- Co-authored-by: Jacob Riddle <[email protected]>
* adding missing events (#365) * Implement region-specific pricing * Add test * Revert go.work.sum * nosec --------- Co-authored-by: Jacob Riddle <[email protected]>
📝 Description
What does this PR do and why is this change necessary?
Adding missing events from https://www.linode.com/docs/api/account/#events-list