Signal-iOS/SignalServiceKit/tests
Michelle Linington a660a81d0f IOS-668: Reorganize how ContactsUpdater interacts with CDS operations
- Removes ContactsUpdater singleton. It wasn't really tracking much
  state anyway
- Introduces ContactDiscoveryTask. This creates a
  ContactDiscoveryOperation (modern or legacy) and updates the
  SignalRecipients database on completion. Returns a promise.
- Begin migrating away from operation queues

PromiseKit is weird about priority propogation, so this shouldn't be
used yet. Since all then closures are asynced, priorities don't
propogate down to underlying queues. This means the a
ContactDiscoveryTask on the main queue will not boost the priority on
the ModernContactDiscoverOperation's owned operation queue
2020-08-06 12:55:32 -07:00
..
Account
Contacts Add trustLevel to SignalServiceAddress 2020-08-05 14:36:43 -07:00
Devices
Messages IOS-668: Reorganize how ContactsUpdater interacts with CDS operations 2020-08-06 12:55:32 -07:00
Network Fix tests 2020-06-01 13:07:56 -07:00
Security Fix tests 2020-06-01 13:07:56 -07:00
Storage Add trustLevel to SignalServiceAddress 2020-08-05 14:36:43 -07:00
Util IOS-631: Suppress message processing pipeline while we have a pending backfill operation 2020-07-22 21:10:27 -07:00
SSKBaseTestObjC.h
SSKBaseTestObjC.m Fix broken tests. 2020-06-23 10:04:39 -03:00
SSKBaseTestSwift.swift Resolve issues related to groups v2 in test suites. 2020-06-04 09:40:38 -03:00
SSKSwiftTests.swift