-
-
Notifications
You must be signed in to change notification settings - Fork 71
BUG: MigrateCacheFiles list is incomplete/static #564
Copy link
Copy link
Open
Labels
area/configConfiguration / settingsConfiguration / settingsbugSomething isn't workingSomething isn't workingneeds-responseWaiting on issue author replyWaiting on issue author replystaleNo activity for extended periodNo activity for extended period
Metadata
Metadata
Assignees
Labels
area/configConfiguration / settingsConfiguration / settingsbugSomething isn't workingSomething isn't workingneeds-responseWaiting on issue author replyWaiting on issue author replystaleNo activity for extended periodNo activity for extended period
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
In review
Describe the bug
The
MigrateCacheFilesfunction inconfig/config.gohas a hardcoded list of files to migrate. If new cache files are added to the project, they must be manually added to this list, or they will be left in the old location.To reproduce
N/A (Logic observation)
Expected behavior
A more dynamic way to migrate cache files, or a centralized list that is easier to maintain.
Additional context
Current list:
"email_cache.json", "contacts.json", "drafts.json", "folder_cache.json".