amplify-swift/Amplify/Categories/API/Error
Tim Schmelter 9f7718166c
fix(DataStore): Various mutation sync fixes (#1355)
- Correctly subclass SyncMutationToCloudOperation as an AsynchronousOperation
  instead of an Operation
- Dispatch start events when sync includes dropped mutations

Additional work:
- chore(DataStore): Removed redundant error & finish calls in isCancelled guards
- chore(DataStore): Improve OperationCancelledError handling
- test(Core): Added nullability test for AtomicValue.with
- test(DataStore): Stabilize subscription end-to-end integ test
- test(DataStore): Enable ThreadSanitizer for integ tests
- test(DataStore): Disabled unimplemented OIDC tests in test scheme
- test(DataStore): Disable OIDC tests
2021-08-04 14:14:09 -07:00
..
APIError.swift fix(DataStore): Various mutation sync fixes (#1355) 2021-08-04 14:14:09 -07:00