-
Notifications
You must be signed in to change notification settings - Fork 53
[PM-15149] Remove ssh feature flag #1371
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
Conversation
Great job, no security vulnerabilities found in this Pull Request |
dbc4500
to
033e5f0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1371 +/- ##
=======================================
Coverage 89.58% 89.59%
=======================================
Files 767 767
Lines 48206 48194 -12
=======================================
- Hits 43187 43179 -8
+ Misses 5019 5015 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -908,19 +900,16 @@ class DefaultVaultRepository { // swiftlint:disable:this type_body_length | |||
let typesIdentityCount = activeCiphers.lazy.filter { $0.type == .identity }.count | |||
let typesLoginCount = activeCiphers.lazy.filter { $0.type == .login }.count | |||
let typesSecureNoteCount = activeCiphers.lazy.filter { $0.type == .secureNote }.count | |||
let typesSshKeyCount = activeCiphers.lazy.filter { $0.type == .sshKey }.count |
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.
⛏️ Format on Ssh
to SSH
to follow swift guidelines:
let typesSshKeyCount = activeCiphers.lazy.filter { $0.type == .sshKey }.count | |
let typesSSHKeyCount = activeCiphers.lazy.filter { $0.type == .sshKey }.count |
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.
Fixed in 2693f01
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-15149
📔 Objective
Removes the featureflag that toggles whether ssh keys are displayed in the iOS app. This feature is rolled out on cloud now.
📸 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