WIP: Fix DB disconnects #204

Closed
trentlarson wants to merge 0 commits from clean-db-disconnects into master
Owner
  • Remove duplicate settings for User 0
  • Remove other User-0-specific logic
* Remove duplicate settings for User 0 * Remove other User-0-specific logic
trentlarson added 1 commit 1 month ago
trentlarson added 1 commit 1 month ago
anomalist added 2 commits 1 month ago
7432525f4c refactor(services): align Capacitor and Web platform services with active_identity architecture
666bed0efd refactor(services): align Capacitor and Web platform services with active_identity architecture
anomalist added 1 commit 1 month ago
20322789a2 fix(AccountView): resolve stale registration status cache after identity creation
anomalist added 1 commit 1 month ago
7fd2c4e0c7 fix(AccountView): resolve stale registration status cache after identity creation
trentlarson reviewed 1 month ago
if (column !== "id") {
// Exclude the id column
if (column !== "id" && column !== "accountDid") {
// Exclude the id and accountDid columns
Poster
Owner

Why exclude the accountDid column? That seems useful. (By returning that, callers can use it to set the activeDid and we can potentially eliminate some other outside calls to get the active account DID.)

Same thing in WebPlatformService

Why exclude the accountDid column? That seems useful. (By returning that, callers can use it to set the activeDid and we can potentially eliminate some other outside calls to get the active account DID.) Same thing in WebPlatformService
Poster
Owner

I was being a little too cautious and holding to the old pattern of how it was done in Dexie and with the MASTER settings.

You are correct and that's a righteous change!

I was being a little too cautious and holding to the old pattern of how it was done in Dexie and with the MASTER settings. You are correct and that's a righteous change!
trentlarson added 1 commit 1 month ago
anomalist added 1 commit 1 month ago
fface30123 fix(platforms): include accountDid in settings retrieval for both platforms
anomalist added 2 commits 3 weeks ago
455dfadb92 Merge branch 'master' into clean-db-disconnects
f186e129db refactor(platforms): create BaseDatabaseService to eliminate code duplication
anomalist added 1 commit 2 weeks ago
37cff0083f fix: resolve Playwright test timing issues with registration status
trentlarson added 1 commit 2 weeks ago
anomalist added 1 commit 2 weeks ago
Poster
Owner

This has been merged to master.

This has been merged to master.
trentlarson closed this pull request 2 weeks ago
This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.