-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-17541] Fix folder service key definition #13060
Conversation
…ration script for users that have switched to the incorrect key
libs/common/src/state-migrations/migrations/69-migrate-incorrect-folder-key.spec.ts
Outdated
Show resolved
Hide resolved
Great job, no security vulnerabilities found in this Pull Request |
@shane-melton I think there are some type check issues |
Probably because the test doesn't have:
like the test you based it on. Feel free to add it or fix the issue, I'll approve either. |
d943361
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #13060 +/- ##
==========================================
+ Coverage 35.10% 35.12% +0.01%
==========================================
Files 3000 3001 +1
Lines 91332 91349 +17
Branches 17095 17097 +2
==========================================
+ Hits 32065 32082 +17
Misses 56762 56762
Partials 2505 2505 ☔ View full report in Codecov by Sentry. |
* [PM-17541] Switch folder key definition back to "folders" and add migration script for users that have switched to the incorrect key * [PM-17541] Fix import path * [PM-17541] Fix implicit any in spec file (cherry picked from commit b1744c4)
* [PM-17541] Switch folder key definition back to "folders" and add migration script for users that have switched to the incorrect key * [PM-17541] Fix import path * [PM-17541] Fix implicit any in spec file (cherry picked from commit b1744c4)
* [PM-17541] Switch folder key definition back to "folders" and add migration script for users that have switched to the incorrect key * [PM-17541] Fix import path * [PM-17541] Fix implicit any in spec file (cherry picked from commit b1744c4)
🎟️ Tracking
PM-17541
📔 Objective
Update the
FOLDER_ENCRYPTED_FOLDERS
key definition key back tofolders
and write a migration script to revert any users that may have updated to thefolder
key.⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes