-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add event query ids #207
Add event query ids #207
Conversation
3b74887
to
0275e99
Compare
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.
🥳 🥳 🥳
.go-version
Outdated
1.89.1 |
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.
additive changes get a minor bump, no?
1.89.1 | |
1.90.0 |
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.
Yeah just caught that
project_name = "` + testProject + `" | ||
dashboard_name = "Acceptance Test Dashboard (TestAccDashboardServiceHealthPanel)" | ||
dashboard_description = "Dashboard to test the service health panel" | ||
event_query_ids = [] |
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.
ffti but id also be interested to document what happens when
- you try to link a dashboard to a nonexistent event query id
- you try to delete an event query that is still referenced by a dashboard
fb6c662
to
31561f6
Compare
Adds event_query_ids field to dashboards as well as the event_query resource type.
Automates the generation of docs because that step always seems to be broken.