Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shopify_iossdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
shopify_iossdk
Graph
a697e62d1ff37cbd674e4ac9524390a16d4ade7f
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
30
May
27
26
25
24
20
19
18
13
12
11
10
9
7
6
5
4
3
27
Apr
26
25
22
21
20
19
18
22
Mar
16
15
14
10
2
12
Feb
10
9
4
3
2
29
Jan
25
19
12
8
22
Dec
15
12
11
10
9
8
5
2
24
Nov
17
16
11
10
9
7
5
4
3
2
26
Oct
23
21
20
19
13
9
8
7
6
5
2
1
Rename from getter to property name: isCancelled -> cancelled
Refactor BUYCheckoutOperation.
Minor style clean up.
Merge pull request #184 from Shopify/task/target-dup-files
Remove 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.h
Return 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-aggregate
Addresses code review comments
Update 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.