You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.030May272625242019181312111097654327Apr2625222120191822Mar16151410212Feb10943229Jan251912822Dec15121110985224Nov1716111097543226Oct23212019139876521Rename from getter to property name: isCancelled -> cancelledRefactor BUYCheckoutOperation.Minor style clean up.Merge pull request #184 from Shopify/task/target-dup-filesRemove duplicate references in target. Probably caused by merge.Remove BUYCheckout from `storeCreditCard:completion:` callback.Update checkout operation to use atomic property to track running task.Move checkout operation internal methods into BUYClient+Internal.hReturn wait interval to previous value.Remove leftover BUYRouter.m file.Update header copyright comments.Adjusts tests for aggregate complete checkout and shipping rate APIs.Update checkout operation to wrap 3 calls, update tests.Add delay for polling handler.Implement BUYCheckoutOperation (incomplete).Merge pull request #167 from Shopify/feature/nsoperation-aggregateAddresses code review commentsUpdate thread-safe implementation of 'state' to use atomic property.Fix operation test.Improve test coverage for BUYOperation subclasses.Add tests for polling.Fix BUYClient+Checkout category not included in target.Refactor operation classes and add polling support.Resolve issues leftover from rebase.Fix incomplete changes from rebase.Update customer sample app to adapt to NSOrderedSet.Expose BUYRequestOperation in umbrella header.Remove redundant `isConcurrent` method override.Convert dispatch_queue_t to NSOperationQueue for callbacks.Minor cleanup.Remove BUYCheckoutOperation.Rename NSURLSessionDataTask return type to BUYRequestOperation.Update copyright headers.Add test for invalid request case.Refactor tests. Add test for data integrity.Add tests for BUYRequestOperation.Implement thread-safe state changes in BUYOperation. Refactor BUYClient.Wrap NSURLSessionTask in a BUYRequestOperation.Add NSOperation subclasses for completing checkout.Move BUYAuthenticatedResponse into separate file.