immich/mobile/test
shenlong 6f4f79d8cc
feat: migrate store to sqlite (#21078)
* add store entity and migration

* make store service take both isar and drift repos

* migrate and switch store on beta timeline state change

* chore: make drift variables final

* dispose old store before switching repos

* use store to update values for beta timeline

* change log service to use the proper store

* migrate store when beta already enabled

* use isar repository to check beta timeline in store service

* remove unused update method from store repo

* dispose after create

* change watchAll signature in store repo

* fix test

* rename init isar to initDB

* request user to close and reopen on beta migration

* fix tests

* handle empty version in migration

* wait for cache to be populated after migration

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-08-21 14:58:50 -05:00
..
domain feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
drift/main feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
fixtures fix: user profile images not working in beta timeline (#20203) 2025-07-30 11:09:28 -05:00
infrastructure feat: migrate store to sqlite (#21078) 2025-08-21 14:58:50 -05:00
modules feat: use sqlite for logging (#20414) 2025-08-06 10:49:29 -05:00
pages/search chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
services chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
test_utils chore: bump line length to 120 (#20191) 2025-07-25 02:37:22 +00:00
utils refactor: bottom sheet action button (#20964) 2025-08-18 10:20:08 -05:00
api.mocks.dart feat(mobile): assets + exif stream sync placeholder (#17677) 2025-04-18 19:01:16 +00:00
dto.mocks.dart fix(mobile): fix text search (#14873) 2025-01-07 16:26:14 +00:00
mock_http_override.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00
repository.mocks.dart chore: bump line length to 120 (#20191) 2025-07-25 02:37:22 +00:00
service.mocks.dart fix(mobile): auto trash using MANAGE_MEDIA (#17828) 2025-04-24 19:09:50 -05:00
test_utils.dart feat: use sqlite for logging (#20414) 2025-08-06 10:49:29 -05:00
widget_tester_extensions.dart chore: bump dart sdk to 3.8 (#20355) 2025-07-28 14:04:03 -05:00