sp-hydra-veil-core/core/services/sync
2026-08-05 13:16:02 -04:00
..
orm_methods Sync from the main app streamlines into the Connect module, to do async bulk sync. Additionally ApplicationVersion was transitioned from manual SQL to the ORM, for easier compatibility with the newer sync system. The side effect functions of this have been tested to be stable. 2026-08-04 20:17:45 -04:00
compare_tables.py Sync streamline introduced for cached data 2026-06-22 17:30:42 -04:00
insert_for_orm.py Sync from the main app streamlines into the Connect module, to do async bulk sync. Additionally ApplicationVersion was transitioned from manual SQL to the ORM, for easier compatibility with the newer sync system. The side effect functions of this have been tested to be stable. 2026-08-04 20:17:45 -04:00
legacy_insert.py Added a forced sync at startup if there's no DB pre-existing, to handle a bug in GUI with no application versions. Isolated application_version database calls to their own module. And fixed a bug in SyncController to catch if application_version updates and split them into the different tables. 2026-08-05 02:45:52 -04:00
sync_service.py Integrated connect.singleendpoint() with the start of bulk sync getting metadata sync. Also improved observer feedback 2026-08-05 13:16:02 -04:00