8000 [PM-18433] Welcome Authenticator app! by vvolkgang · Pull Request #1394 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[PM-18433] Welcome Authenticator app! #1394

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 212 commits into from
Feb 27, 2025
Merged

[PM-18433] Welcome Authenticator app! #1394

merged 212 commits into from
Feb 27, 2025

Conversation

vvolkgang
Copy link
Member
@vvolkgang vvolkgang commented Feb 27, 2025

🎟️ Tracking

PM-18433

📔 Objective

Brings the Authenticator repo full git history.

Warning

Merge Strategy has to be set to Merge before merging this PR

Both repos were prepared ahead of time with the goal of reducing conflicts but manual resolution was still required. Use the following command to review how files were merged: git show 6686f2688ccf7a1f7abd0ca4b98859a87d6f5f04

Additionally, had to remove Network folder package files that were initially removed in #1362. This means that test-bwa.yml and build-bwa.yml will fail for the time before we update project setup files

Here's an overview of how each conflict was handled:

Conflict File Resolution
.checkmarx/config.yml keep iOS
.github/CODEOWNERS keep iOS
.github/ISSUE_TEMPLATE/bug.yml keep iOS
.github/ISSUE_TEMPLATE/config.yml keep iOS
.github/codecov.yml keep iOS
.github/workflows/build-bwa.yml keep authenticator-ios
.github/workflows/crowdin-pull-bwa.yml keep authenticator-ios
.github/workflows/scan-bwa.yml keep authenticator-ios
.github/workflows/test-bwa.yml keep authenticator-ios
.gitignore Merged, added LicensePlist path from authenticator-ios
.swiftformat Keep iOS. We need to review differences between PM and BWA files
.swiftlint.yml Merged, added '**/Generated' from BWA. Added BWA tag to regexp in a new commit
Networking/Sources/Networking/Extensions/Logger+Networking.swift keep iOS
Networking/Sources/Networking/HTTPMethod.swift keep iOS
Networking/Sources/Networking/HTTPResponse.swift keep iOS
Networking/Sources/Networking/HTTPService.swift keep iOS
Networking/Tests/NetworkingTests/Extensions/URLSessionHTTPClientTests.swift keep iOS
Networking/Tests/NetworkingTests/HTTPRequestTests.swift keep iOS
Networking/Tests/NetworkingTests/HTTPResponseTests.swift keep iOS
Networking/Tests/NetworkingTests/RequestTests.swift keep iOS
Networking/Tests/NetworkingTests/ResponseTests.swift keep iOS
SECURITY.md keep iOS

⏰ 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

KatherineInCode and others added 16 commits January 30, 2025 11:43
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: Katherine Bertelsen <kbertelsen@bitwarden.com>
)

Co-authored-by: Katherine Bertelsen <kbertelsen@bitwarden.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Katherine Bertelsen <kbertelsen@bitwarden.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
# Conflicts:
#	.checkmarx/config.yml
#	.github/CODEOWNERS
#	.github/ISSUE_TEMPLATE/bug.yml
#	.github/ISSUE_TEMPLATE/config.yml
#	.github/codecov.yml
#	.github/workflows/build-bwa.yml
#	.github/workflows/crowdin-pull-bwa.yml
#	.github/workflows/scan-bwa.yml
#	.github/workflows/test-bwa.yml
#	.gitignore
#	.swiftformat
#	.swiftlint.yml
#	Networking/Sources/Networking/Extensions/Logger+Networking.swift
#	Networking/Sources/Networking/HTTPMethod.swift
#	Networking/Sources/Networking/HTTPResponse.swift
#	Networking/Sources/Networking/HTTPService.swift
#	Networking/Tests/NetworkingTests/Extensions/URLSessionHTTPClientTests.swift
#	Networking/Tests/NetworkingTests/HTTPRequestTests.swift
#	Networking/Tests/NetworkingTests/HTTPResponseTests.swift
#	Networking/Tests/NetworkingTests/RequestTests.swift
#	Networking/Tests/NetworkingTests/ResponseTests.swift
#	SECURITY.md
Copy link
Contributor
github-actions bot commented Feb 27, 2025

Logo
Checkmarx One – Scan Summary & Details7f413cd5-76c7-4d13-b15a-730c04eba97d

Great job, no security vulnerabilities found in this Pull Request

Copy link
codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.68%. Comparing base (8e75c23) to head (507d526).
Report is 213 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1394   +/-   ##
=======================================
  Coverage   89.67%   89.68%           
=======================================
  Files         765      765           
  Lines       48082    48082           
=======================================
+ Hits        43118    43121    +3     
+ Misses       4964     4961    -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vvolkgang vvolkgang merged commit 9726903 into main Feb 27, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0