You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.1.0 - 2022-02-03
Added
#11 - Add option to profile memory usage during job execution.
#14, #22 - Added Prefix sync to example jobs, added Celery worker to dev environment.
#15 - Added load_source_adapter, load_target_adapter, calculate_diff, and execute_sync API methods that Job implementations can override instead of overriding the generalized sync_data method.
#21 - Add performance stats in Sync job detail view.
Fixed
#13 - Handle pagination of Nautobot REST API in example jobs.
#18 - Don't skip diff and sync if either of the source or target adapters initially contains no data.