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
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Successfully pushed System and Other profiles, encompassing all associated parcels. This ensures comprehensive coverage of all parcels linked to these profiles during the push process.
Implemented a Pusher class responsible for pushing UX2Config and creating a corresponding Rollback class, enabling seamless reversion of changes when needed.
Introduced a ConfigRevert class for reverting configuration changes.
Implemented a factory for parcel pushing strategy to provide flexibility and maintainability.
Created a factory for API classes to manage different API endpoints efficiently.
Refactored methods to use more descriptive names: "get" became "get_parcels", "delete" became "delete_parcel", "update" became "update_parcel", and "post" became "post_parcel".
Update the type of subelements to a Set: We've observed UUID duplication issues where a Device Template includes multiple fields populated with the same feature template. This resulted in the same UUID being added to a list multiple times, causing errors when attempting to push the same parcel, leading to HTTP errors. By changing the type of subelements to a Set, we ensure that each UUID is unique within the list, resolving the duplication problem and preventing further HTTP errors during parcel pushing.
Video - Device Templates (ux1) migrated to Configuration Groups (ux2)
Pull Request summary:
Video - Device Templates (ux1) migrated to Configuration Groups (ux2)
Recording.mp4
Test-script:
Checklist:
The text was updated successfully, but these errors were encountered: