Skip to content

v0.0.1-alpha.9

Choose a tag to compare

@sls-ca sls-ca released this 24 Jun 12:11

Added

  • Local Migration Utility (MAXUIF-3752): New workflow for migrating application configurations from a previous Graphite version to the current one
    • Check for Configuration Migration command — detects whether a migration from a prior version is available for the current workspace application
    • Migrate Configuration from Previous Version command — executes the full migration: downloads the previous version, copies user customizations (AppCustomizations.js, lookups.json), and applies delta files
    • Supports both OOTB (out-of-the-box) and Duplicate application migration paths
    • Backup service preserves existing files before any migration changes are applied
    • Dedicated migration logging service with structured, queryable output
    • Version fetching and download logic added to both Dev and MAS API clients
    • Migration detection and eligibility checks in ApplicationsPanel

Changed

  • Applications Panel: Updated UI to surface migration status and actions alongside existing application controls; icon styling corrected