Page MenuHomePhabricator

Remove all readers and all nontrivial writers for "accountType" and "accountDomain" on "ExternalAccount"
ClosedPublic

Authored by epriestley on Feb 22 2020, 10:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 8:31 AM
Unknown Object (File)
Fri, Mar 29, 12:45 AM
Unknown Object (File)
Mar 14 2024, 6:07 PM
Unknown Object (File)
Mar 14 2024, 6:06 PM
Unknown Object (File)
Mar 10 2024, 9:50 PM
Unknown Object (File)
Feb 10 2024, 1:00 PM
Unknown Object (File)
Feb 3 2024, 11:45 PM
Unknown Object (File)
Feb 1 2024, 9:19 AM
Subscribers
Restricted Owners Package

Details

Summary

Depends on D21018. Ref T13493. Ref T6703. The "ExternalAccount" table has a unique key on <accountType, accountDomain, accountID> but this no longer matches our model of reality and changes in this sequence end writes to accountID.

Remove this key.

Then, remove all readers of accountType and accountDomain (and all nontrivial writers) because none of these callsites are well-aligned with plans in T6703.

This change has no user-facing impact today: all the rules about linking/unlinking/etc remain unchanged, because other rules currently prevent creation of more than one provider with a given "accountType".

Test Plan
  • Linked an OAuth1 account (JIRA).
  • Linked an OAuth2 account (Asana).
  • Used bin/auth refresh to cycle OAuth tokens.
  • Grepped for affected symbols.
  • Published an Asana update.
  • Published a JIRA link.

Diff Detail

Repository
rP Phabricator
Branch
auth11
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23889
Build 32874: Run Core Tests
Build 32873: arc lint + arc unit