-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 custom scripting #3423
Add custom scripting #3423
Conversation
I am really liking this. In my testing I found a couple of things:
In all though, I am very excited about the prospects of this feature. Well done @jeremystretch! |
Good catch! This should be fixed in 9a9660a. I've introduced a new signal that can be used to purge cached changes to be logged. It's still a bit hacky at the moment, since deletion ObjectChanges are currently written immediately rather than cached, but I think I have a better approach for that as well (out of scope for this PR). |
Closes: #3415
Introduces the ability to run arbitrary custom scripts with data provided via the NetBox UI