summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests
AgeCommit message (Expand)AuthorFilesLines
2025-02-04Update copyright string in switft filesOskar4-4/+4
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet3-16/+17
2024-06-25Replace all maximum timeout values to 60 secondsJon Petersson4-18/+23
2024-05-27Remove flaky testBug Magnet1-39/+0
2023-11-16Do not use global dispatch queue in testsBug Magnet1-1/+2
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet3-11/+11
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-06-08SetAccount: rework to use callback flow vs. child operationsAndrej Mihajlov2-182/+0
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-1/+1
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov4-20/+19
2023-05-03Fix typo in test nameAndrej Mihajlov1-1/+1
2023-05-03Fix timeout typoAndrej Mihajlov1-1/+1
2023-05-03Operations: add new testsAndrej Mihajlov5-37/+270
2023-04-14Make sure that cancellation does not fire until operation is executingAndrej Mihajlov1-0/+35
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov2-8/+8
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov4-0/+338