Blake Watters
|
d71a6a3482
|
Add LICENSE boilerplate
|
2012-11-05 18:38:23 -05:00 |
|
Blake Watters
|
45c6e1611e
|
Add delegate for didFailToConnectRelationship:
|
2012-11-05 18:38:23 -05:00 |
|
Blake Watters
|
5479103169
|
Remove invalid param Appledoc statement
|
2012-11-05 18:38:23 -05:00 |
|
Blake Watters
|
0ead6122d8
|
Remove the double asterisks adding comments to Appledoc HTML content
|
2012-11-05 18:38:23 -05:00 |
|
Jeff Arena
|
2612604df3
|
Fix accept header issue with multipart requests.
|
2012-11-03 11:37:54 -04:00 |
|
Blake Watters
|
f4b59c6fef
|
Update docs about enqueue of multi-part operation until concurrency issue is cleaned up
|
2012-11-01 11:53:47 -04:00 |
|
Blake Watters
|
aec4f66c5c
|
Expand documentation regarding potential for deadlock scenarios. refs #1018
|
2012-11-01 10:02:54 -04:00 |
|
Jeff Arena
|
2cf7d4651d
|
Add assertion requiring an instance of NSManagedObject in RKRelationshipConnectionOperation.
|
2012-10-29 12:45:26 -04:00 |
|
Blake Watters
|
7fba450311
|
Fix crash under iOS 5.0.x due to attempt to use unavailable NSURLIsExcludedFromBackupKey symbol. fixes #1015
|
2012-10-29 10:47:13 -04:00 |
|
Blake Watters
|
ea8666e2ec
|
Fix test time zone dependence. closes #763
|
2012-10-29 01:43:06 -04:00 |
|
Blake Watters
|
7af8d0ac8b
|
Change isEqual: checks for entity to isKindOfEntity: fixes #816
|
2012-10-29 01:28:17 -04:00 |
|
Blake Watters
|
6d487dbc9e
|
Add support for excluding the SQLite store file from iCloud Backups to conform with the iOS Data Storage Guidelines. closes #929
|
2012-10-29 01:22:50 -04:00 |
|
Blake Watters
|
c44f4010fa
|
Add support for specifying a configuration and customizing the options when adding a SQLite persistent store to the managed object store. closes #984
|
2012-10-29 00:32:56 -04:00 |
|
Blake Watters
|
d11415b01e
|
Add test coverage verifying that invalid objects blocking the Core Data save fails the object request operation. closes #969
|
2012-10-28 23:49:20 -04:00 |
|
Blake Watters
|
94318d1cb2
|
Add support for returning fetched objects when a 304 'Not Modified' response is loaded. closes #1006
|
2012-10-28 21:44:42 -04:00 |
|
Blake Watters
|
5cab23b3af
|
Fix autoreleasepool error under iOS 5.x. fixes #1008
|
2012-10-28 20:32:10 -04:00 |
|
Blake Watters
|
34bad01834
|
Obtain a mutable copy of the managed object model before attempting to add indexing. fixes #1014
|
2012-10-28 20:26:34 -04:00 |
|
Blake Watters
|
de016e22f3
|
Refetch the mapping results from the original managed object context before returning to the caller. fixes #1011
Eliminate the thread safe invocation class.
|
2012-10-28 20:22:53 -04:00 |
|
Blake Watters
|
8f64c57378
|
Bump CocoaPods
|
2012-10-28 20:18:23 -04:00 |
|
Blake Watters
|
f58c6fbea9
|
Normalize commenting style
|
2012-10-28 19:40:53 -04:00 |
|
Blake Watters
|
454eb2e8fa
|
Correct usage of 'method' instead of 'function' in comment
|
2012-10-28 19:40:22 -04:00 |
|
Blake Watters
|
337d078942
|
nil out the mapping result in the event we have encountered an error
|
2012-10-28 19:39:14 -04:00 |
|
Blake Watters
|
d71893bf43
|
Remove errantly committed logging statement
|
2012-10-27 18:08:15 -04:00 |
|
Blake Watters
|
9fa32fb08c
|
Formatting tweak
|
2012-10-27 17:48:00 -04:00 |
|
Blake Watters
|
e457aba0fa
|
Fix issue with nil arguments to success/failure block introduced earlier today
|
2012-10-27 16:41:46 -04:00 |
|
Blake Watters
|
a3bef1699a
|
Add missing assert message
|
2012-10-27 16:21:13 -04:00 |
|
Blake Watters
|
29fecfd8bc
|
Drop GG prefix in examples in header
|
2012-10-27 16:20:55 -04:00 |
|
Blake Watters
|
d2dc222766
|
FIx inappropriate use of __block when we mean __weak
|
2012-10-27 10:25:14 -04:00 |
|
Blake Watters
|
a484af05f5
|
Update logger to display basic info about an input stream used to send a request instead of wrongly logging request.body=(null)
|
2012-10-25 13:18:01 -04:00 |
|
Blake Watters
|
4d5d76671c
|
Modernize and restore all example projects. closes #1007
|
2012-10-25 10:07:15 -04:00 |
|
Blake Watters
|
9ef8be412e
|
Update docs to include note about setHTTPOperationClass:
|
2012-10-25 10:07:14 -04:00 |
|
Blake Watters
|
19046ba58d
|
Add notes about installation failures due to Git version
|
2012-10-24 15:30:24 -04:00 |
|
Jeff Arena
|
37ae82c695
|
Add additional default date formatter to handle rails dates.
|
2012-10-24 13:23:54 -04:00 |
|
Blake Watters
|
b4b8a45b08
|
Restore progress logging for synchronous indexing
|
2012-10-23 18:44:14 -04:00 |
|
Blake Watters
|
4a79ab6b68
|
Conditionalize log message regarding awaiting execution of connection operations and move to Trace logging level
|
2012-10-23 11:18:45 -04:00 |
|
Blake Watters
|
ad95514d89
|
Fix invalid example NSLog in README.md
|
2012-10-23 10:01:11 -04:00 |
|
Blake Watters
|
dccff97644
|
Add support for cancelling in progress indexing operations
|
2012-10-22 19:33:08 -04:00 |
|
Blake Watters
|
dfc27be911
|
Cancel response mapping operations during tear down
|
2012-10-22 19:31:30 -04:00 |
|
Blake Watters
|
f96fee87b6
|
Add a decent description method to the object request operations
|
2012-10-22 19:29:58 -04:00 |
|
Blake Watters
|
ae52a10955
|
Change invalid addAttributeMapping: reference to correct addPropertyMapping:` in README.md
|
2012-10-22 16:39:10 -04:00 |
|
Blake Watters
|
79c854b1bd
|
Added assertion and cancellation hardening within the Search Indexer
|
2012-10-22 16:07:32 -04:00 |
|
Blake Watters
|
a267f5ac71
|
Drop extraneous space between class and object address in property description
|
2012-10-21 16:16:04 -04:00 |
|
Blake Watters
|
117fcbb18c
|
Fix horrible bugs in previous commit
|
2012-10-21 15:58:03 -04:00 |
|
Blake Watters
|
f93a044561
|
Add error condition when attempting to map an RKEntityMapping containing connection mappings with a nil managed object cache.
* Add support for the data source to fail mapping operation with an error.
* Clean up error handling within RKMappingOperation
|
2012-10-21 15:47:16 -04:00 |
|
Blake Watters
|
ef46ff2d1d
|
Add assertion that gives the developer a hint of how to fix an attempt to add an array of attribute mappings that already exist in another mapping
|
2012-10-20 17:43:49 -04:00 |
|
Christopher Swasey
|
3ca889fd28
|
Fix a bug in previous commit
|
2012-10-20 17:02:35 -04:00 |
|
Blake Watters
|
63c9a9e4a0
|
Fix bug in which relationship connection operations are not enqueued for RKMappingOperation instances whose mapping is an RKDynamicMapping
|
2012-10-20 16:53:14 -04:00 |
|
Jeff Arena
|
b3adc29535
|
Add support for connection mappings to the RKManagedObjectImporter.
|
2012-10-20 14:38:27 -04:00 |
|
Blake Watters
|
7bed7b6f03
|
Update stubbing routines for fetch requests to support copying of fetch request blocks that require parameters to construct a matching URL
|
2012-10-20 13:21:23 -04:00 |
|
Blake Watters
|
c7ce86e9ac
|
Improve docs on success/failure blocks
|
2012-10-20 10:51:49 -04:00 |
|