-
Notifications
You must be signed in to change notification settings - Fork 842
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-14433: Null domain data #4268
Conversation
No New Or Fixed Issues Found |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4268 +/- ##
==========================================
- Coverage 88.98% 88.97% -0.02%
==========================================
Files 445 445
Lines 38852 38852
Branches 5458 5461 +3
==========================================
- Hits 34574 34570 -4
Misses 2369 2369
- Partials 1909 1913 +4 ☔ View full report in Codecov by Sentry. |
da9f3e4
to
eb03add
Compare
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.
eb03add
to
a2cbf7e
Compare
app/schemas/com.x8bit.bitwarden.data.vault.datasource.disk.database.VaultDatabase/4.json
Outdated
Show resolved
Hide resolved
@@ -121,12 +121,12 @@ class VaultDiskSourceImpl( | |||
}, | |||
) | |||
|
|||
override fun getDomains(userId: String): Flow<SyncResponseJson.Domains> = | |||
override fun getDomains(userId: String): Flow<SyncResponseJson.Domains?> = | |||
domainsDao | |||
.getDomains(userId) |
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.
This needs to be rebased and then address this issue: https://github.com/bitwarden/android/pull/4263/files#r1834799472
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.
Needs to be rebased and remove the filterNotNull()
call
a2cbf7e
to
2d81960
Compare
app/src/main/java/com/x8bit/bitwarden/data/vault/datasource/disk/VaultDiskSourceImpl.kt
Outdated
Show resolved
Hide resolved
2d81960
to
283c353
Compare
efe33a7
to
a0434ff
Compare
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-14433
Cherry-picked from #4243 (25097cb) on branch
release/hotfix-v2024.11.1
.📔 Objective
This PR allows for the domains data to be nullable in the sync response JSON and handles all the downstream affects that change has.
⏰ 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 confirmedissue 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