-
Notifications
You must be signed in to change notification settings - Fork 2
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
Event rule and webhook not triggered for branch reversion #81
Comments
I wasn't able to reproduce this on v0.4.0 with NetBox v4.1.0, however I did notice that triggering an event rule for the revert event is broken. All the other events (provision, sync, merge, and deprovision) appear to work as intended. It's likely that some change either in the plugin or in NetBox v4.1 has addressed the issue with the merge event. |
I still don't see branch merge events. NetBox Version: 4.1 Reproduce steps
Expected output Create Branch Object Creation event (Branch) Merge Branch Branch merged event Actual Output When merging the branch I only see the Job Started and Job Ended events, not the Branch merged event |
We discussed the posibility of rate limiting or other issues with the webhooks exiting the testing VM. To rule that out I ran the Django webhook test endpoint on the machine locally The expected webhooks still don't arrive, even when being sent to Revert
Merge
|
Retested this on 4.1.1 and 0.5.0 using the method above and I still don't see webhooks for merge or revert. |
I'm still not able to reproduce this using v0.5.0 of the plugin and NetBox v4.1.1. Here's the output from
|
Plugin Version
0.3.1
NetBox Version
Release v4.1-beta1
Python Version
3.10
Steps to Reproduce
Expected Behavior
I expect to receive a webhook for the Branch Merged event
Observed Behavior
No webhook is received for the Branch Merged event
Notes:
The text was updated successfully, but these errors were encountered: