-
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-15994] Move encrypt service to km ownership #13220
base: main
Are you sure you want to change the base?
Conversation
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouf, we have a PR bingo winner!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you for breaking this up. Just found 2 services with relative imports, curious if those should be changed. Non blocking questions.
@@ -1,7 +1,7 @@ | |||
import { mock, MockProxy } from "jest-mock-extended"; | |||
|
|||
import { makeEncString, makeSymmetricCryptoKey } from "../../../../spec"; | |||
import { EncryptService } from "../../abstractions/encrypt.service"; | |||
import { EncryptService } from "../../../key-management/crypto/abstractions/encrypt.service"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some relative imports for EncryptService, is that worth taking another look at?
@@ -23,13 +23,13 @@ import { AccountService } from "../../auth/abstractions/account.service"; | |||
import { AutofillSettingsServiceAbstraction } from "../../autofill/services/autofill-settings.service"; | |||
import { DomainSettingsService } from "../../autofill/services/domain-settings.service"; | |||
import { FeatureFlag } from "../../enums/feature-flag.enum"; | |||
import { BulkEncryptService } from "../../key-management/crypto/abstractions/bulk-encrypt.service"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Relative import for the BulkEncryptService, is this worth taking a second look at?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autofill changes look good, thanks @quexten
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-15994
📔 Objective
Moves the encrypt services and encrypt service worker to KM ownership.
📸 Screenshots
⏰ 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