-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat(alertsNotificationChannel): generate alerts API #811
base: main
Are you sure you want to change the base?
Conversation
|
Hi @smcavallo, yes this looks like you're on the right track, however, the client already has some notification channel features that were added prior to us building and using You might try a few things just to make sure your setup is good to go though. You can also try starting with a small scope of
If that doesn't work, then there's a chance there's something wonky with the schema or there's a bug in |
6da9c6c
to
f042a67
Compare
@sanderblue - thanks, that worked. had to rebuild tutone from latest, and ran the following command |
Hi @smcavallo, glad that worked. It looks like the lint stage of CI is failing. You will need to reformat your commit message per the format described in contribution guide 🙂 |
Signed-off-by: smcavallo <[email protected]>
cb20074
to
d0015ea
Compare
@sanderblue - updated the commit message, thanks again! |
@smcavallo Not sure what's up here, but it looks like there's a reference to an undeclared type named |
Signed-off-by: smcavallo <[email protected]>
@sanderblue - thanks for the feedback, it was super helpful.
So instead I used |
Thanks for the heads up regarding the |
Can someone please advise here? Is this PR on the right track?
Would like to add support for managing notification channels using the nerdgraph API -> https://docs.newrelic.com/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph/nerdgraph-api-notification-channels/
Whenever I build locally the generator is unable to generate any of the nerdgraph/*_api.go files (they are all empty) - with the exception thrown below.
The types are generated but not the plumbing for the api calls.
Signed-off-by: smcavallo [email protected]