8000 [PM-15149] Remove ssh feature flag by quexten · Pull Request #1371 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[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

Merged
merged 8 commits into from
Mar 14, 2025
Merged

Conversation

quexten
Copy link
Contributor
@quexten quexten commented Feb 21, 2025

🎟️ 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

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 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

Copy link
Contributor
github-actions bot commented Feb 21, 2025

Logo
Checkmarx One – Scan Summary & Details3f158c60-c9a1-4371-a597-aa8e6112d554

Great job, no security vulnerabilities found in this Pull Request

@quexten quexten changed the title Remove ssh feature flag [PM-15149] Remove ssh feature flag Feb 21, 2025
@quexten quexten force-pushed the km/pm-15149/remove-ssh-featureflag branch from dbc4500 to 033e5f0 Compare February 21, 2025 11:43
Copy link
codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.59%. Comparing base (2d1afd9) to head (15d6e1e).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@quexten quexten marked this pull request as ready for review February 21, 2025 14:00
@@ -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
Copy link
Member
< 8000 div hidden="hidden" data-view-component="true" class="js-comment-show-on-error flash flash-error flash-full">

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:

Suggested change
let typesSshKeyCount = activeCiphers.lazy.filter { $0.type == .sshKey }.count
let typesSSHKeyCount = activeCiphers.lazy.filter { $0.type == .sshKey }.count

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 2693f01

@quexten quexten requested a review from fedemkr February 21, 2025 17:01
@quexten quexten merged commit 1461a65 into main Mar 14, 2025
10 of 11 checks passed
@quexten quexten deleted the km/pm-15149/remove-ssh-featureflag branch March 14, 2025 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0