8000 [PM-19577] Populate flight recorder logs view by matt-livefront · Pull Request #1508 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[PM-19577] Populate flight recorder logs view #1508

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 2 commits into from
Apr 29, 2025

Conversation

matt-livefront
Copy link
Collaborator
@matt-livefront matt-livefront commented Apr 17, 2025

🎟️ Tracking

PM-19577

📔 Objective

This exposes the list of flight recorder logs on device and uses that to populate the flight recorder logs view.

📸 Screenshots

Screenshot 2025-04-17 at 3 59 32 PM

⏰ 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

@matt-livefront matt-livefront requested a review from a team as a code owner April 17, 2025 21:04
Copy link
Contributor
github-actions bot commented Apr 17, 2025

Logo
Checkmarx One – Scan Summary & Detailsefa8bdbb-6437-4621-b457-3e388b5aa644

Great job, no security vulnerabilities found in this Pull Request

Copy link
codecov bot commented Apr 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.95%. Comparing base (ab558f5) to head (f5df357).
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1508      +/-   ##
==========================================
- Coverage   89.68%   85.95%   -3.73%     
==========================================
  Files         776      987     +211     
  Lines       48899    59216   +10317     
==========================================
+ Hits        43855    50900    +7045     
- Misses       5044     8316    +3272     

☔ 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.

@matt-livefront matt-livefront force-pushed the matt/PM-19577-flight-recorder-view-logs branch from d52a385 to e3ac168 Compare April 22, 2025 19:48
@@ -41,7 +45,7 @@ struct FlightRecorderLogMetadata: Equatable, Identifiable {
let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss"
dateFormatter.timeZone = .autoupdatingCurrent
return "\(dateFormatter.string(from: startDate)) - \(dateFormatter.string(from: endDate))"
return "\(dateFormatter.string(from: startDate)) \(dateFormatter.string(from: endDate))"
Copy link
Contributor

Choose a reason for hiding this comment

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

👍🏻 Hooray for en-dashes!

@matt-livefront matt-livefront merged commit aa21aec into main Apr 29, 2025
13 checks passed
@matt-livefront matt-livefront deleted the matt/PM-19577-flight-recorder-view-logs branch April 29, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0