Releases: kkthxbye-code/netbox-script-manager
Releases · kkthxbye-code/netbox-script-manager
v0.3.7
- Fix "Create" changelogs not being created when a scheduled script is re-enqueued.
Full Changelog: v0.3.6...v0.3.7
v0.3.6
- Cast log messages to string to prevent loggin None from throwing an error.
- Fix schema for ScriptInstance actions.
Full Changelog: v0.3.5...v0.3.6
v0.3.5
- Fix API schema generation by adding docstring to rq-status endpoint.
Full Changelog: v0.3.4...v0.3.5
v0.3.4
- Added git sync action to API
Full Changelog: v0.3.3...v0.3.4
v0.3.3
- Clear output when re-enqueuing a scheduled script.
- Set the initial value of checkboxes when rerunning scripts.
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Add scheduled/interval to script execution details
- Fix duration being calculed by created time when not started yet.
- Set new request id when scheduling the next task. Fixes exception when the next script was queued.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- Added last_execution column to ScriptInstance table
- Slight change in default columns for ScriptInstance table
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Added optional tenant field to ScriptInstance
Full Changelog: v0.2.4...v0.3.0
v0.2.4
- Fix FileVar not working
- Rewrote git sync support to use system git
Full Changelog: v0.2.3...v0.2.4
v0.2.3
- Initial support for git sync (still WIP)