Blake Watters
67e6982cec
Fix invalid references to RKManagedObjectMapping. closes #957
2012-09-30 23:17:27 -04:00
Blake Watters
285e9964dd
Add an example for enqueue a batch of object request operations
2012-09-30 23:05:36 -04:00
Blake Watters
48f0d8f450
Fix README.md mention of primary managed object context
2012-09-30 22:51:27 -04:00
Blake Watters
ebb7b8df50
Add a note about the use of an indexing context to the README.md
2012-09-30 22:47:59 -04:00
Blake Watters
c10321751c
Rename primaryManagedObjectContext to persistentStoreManagedObjectContext since nobody can keep its role straight
2012-09-30 22:47:26 -04:00
Blake Watters
5cae20aabc
Add note about route types during batch operation creation
2012-09-30 19:53:24 -04:00
Blake Watters
2280674f5a
Touch up docs for batched object request operations
2012-09-30 19:30:35 -04:00
Blake Watters
8c34f0996b
Enable the response mapper to read the objectID from the targetObject if the target object ID is nil.
2012-09-30 19:30:35 -04:00
Jawwad Ahmad
27dd271938
Modify lcl_config_logger_RK.h to use LCLNSLogger_RK.h instead of LCLNSLog_RK.h when RKLOG_USE_NSLOGGER is defined.
2012-09-30 18:01:32 -04:00
Jeff Arena
c301060ab8
Add APIs to RKObjectManager for use in firing batches of operations.
2012-09-30 13:43:12 -04:00
Blake Watters
9743da4f0f
Fix license attribution
2012-09-30 12:50:13 -04:00
Blake Watters
d95fe5cd44
Break out reused functions for object mapping introspection into RKObjectUtilities
2012-09-30 12:49:59 -04:00
Blake Watters
03439f2464
Fix test breakage from changes around shared factory objects
2012-09-29 17:54:52 -04:00
Blake Watters
1c6564f823
Expand the capabilities of the RKMappingTest and RKMappingTestExpectation classes to support the Kiwi matchers.
...
* Enable evaluation blocks to return an NSError describing the failure
* Align all RKAttributeMapping references to RKPropertyMapping
* Cleanup docs
* Add `RKMappingTestExpectationTestCondition` macro for succinctly implementing mapping test evaluation blocks
* Clean up descriptions for better output from Kiwi
2012-09-29 17:54:52 -04:00
Blake Watters
4230c63f80
Add support for shared factory object instances
2012-09-29 17:54:52 -04:00
Blake Watters
4c401de6bf
Convert RKConnectionMapping into a subclass of RKPropertyMapping. Add delegate callback for tracking the connection of relationships.
2012-09-29 17:54:51 -04:00
Blake Watters
0539aeb45e
Documentation formatting and touch ups
2012-09-29 17:54:51 -04:00
Blake Watters
42cdcce76e
Add basic tests for connection operation
2012-09-29 17:54:51 -04:00
Jeff Arena
0ba27d5743
Merge pull request #956 from RestKit/feature/search-indexing
...
Feature/search indexing
2012-09-29 13:11:27 -07:00
Jeff Arena
3c1a623032
Remove unnecessary header per code review feedback
2012-09-29 16:09:33 -04:00
Jeff Arena
9cd78c2385
Adjust search indexing to use a new indexingContext
2012-09-29 15:20:48 -04:00
Blake Watters
464767961e
Merge pull request #953 from dmishe/fix_query_params_base_url
...
Associate base URL after query parameters
2012-09-28 14:17:28 -07:00
Dmitry Shevchenko
451a88bada
Moved lost comment for RKAssociateBaseURLWithURL
2012-09-28 16:15:21 -05:00
Dmitry Shevchenko
a09e8ce4eb
Associate base URL after query parameters
2012-09-28 16:13:07 -05:00
Blake Watters
5d41bf7ada
Added new functionality to the mapping test to enable evaluating a single expectation without raising an exception. For use with the Kiwi matchers.
...
* Added error domain and codes specific for the mapper
* Migrated from using an NSString to real NSError objects
* Toned down the verbosity of error output for readability
* Cleaned up comment formatting
* Changed RKAttributeMapping to RKPropertyMapping for better alignment with the realities of the data model
2012-09-28 14:59:57 -04:00
Blake Watters
0a1655117a
Minor formatting touch ups
2012-09-28 14:59:57 -04:00
Blake Watters
ecb6af4776
Factor date formatting into reusable convenience functions
2012-09-28 14:59:57 -04:00
Blake Watters
a04e861669
Add missing license boilerplate
2012-09-28 14:59:57 -04:00
Jeff Arena
a88f58db55
Remove avoidsNetworkAccess property in favor of leveraging NSURLCache capabilities under the hood.
2012-09-28 13:41:28 -04:00
Blake Watters
0831f2dc2d
Merge pull request #951 from lukekhamilton/feature/reboot-networking-layer
...
Fixed incorrect call for RKMappingResults objects
2012-09-27 21:37:45 -07:00
Luke Hamilton
2f4c27b96a
Fixed incorrect call for RKMappingResults objects
2012-09-28 14:32:38 +10:00
Blake Watters
adc1d178fa
Add cancellation API to RKObjectManager.
...
* Introduces `cancelAllObjectRequestOperationsWithMethod:pathPattern:`
* Make RKObjectRequestOperation cancel underlying request operation when cancelled
2012-09-27 22:33:19 -04:00
Blake Watters
e591547d90
Cleanup RKPathMatcher initializers to start with pathMatcher so they are easier to guess for auto-complete.
2012-09-27 22:31:48 -04:00
Blake Watters
c886d99321
Remove remaining OAuth test stuff
2012-09-27 21:51:43 -04:00
Blake Watters
8a449a0fd4
Remove dead logging components
2012-09-27 20:16:20 -04:00
Blake Watters
f0d1ef8262
Bump AFNetworking submodule to pick up UIDevice fix
2012-09-27 20:14:15 -04:00
Blake Watters
f5511c972e
Improve method naming
2012-09-27 20:14:15 -04:00
Blake Watters
56401aaa5b
Merge pull request #949 from aaroncrespo/patch-1
...
Updated Readme for development
2012-09-27 16:27:27 -07:00
Blake Watters
fd16081797
Merge pull request #950 from aharren/feature/reboot-networking-layer
...
Use embedded variant of LibComponentLogging with prefix RK
2012-09-27 16:13:42 -07:00
Blake Watters
6c463bfb6b
Raise an exception if the fixture fails to parse rather than returning nil
2012-09-27 17:05:25 -04:00
Blake Watters
47965f361c
Disable the avoidsNetworkAccess flag by default
2012-09-27 17:04:11 -04:00
Arne Harren
51aed8997a
Adapt CocoaPods pod spec for embedded variant of LibComponentLogging
2012-09-27 22:12:06 +02:00
Arne Harren
bc7c65f03b
Switch to an embedded variant of LibComponentLogging with prefix RK
2012-09-27 21:47:36 +02:00
Aaron Crespo
c834fbd0cd
Updated Readme for development
...
pod is depreciated, and no .20 tag exists this pulls the current feature branch
2012-09-27 16:21:14 -03:00
Arne Harren
b80f083620
Upgrade to LibComponentLogging Core 1.3.1
2012-09-27 21:10:06 +02:00
Arne Harren
e101fa757e
Remove unused LibComponentLogging-NSLog configuration file
2012-09-27 21:09:27 +02:00
Arne Harren
81f1a77906
Remove unnecessary imports for lcl.h and RKLog.h
2012-09-27 21:08:41 +02:00
Blake Watters
afe71b33c0
Fix invalid reference to objectRequestOperationWithRequest: in README.md
2012-09-27 11:52:54 -04:00
Blake Watters
d7de7daeb6
Fix bad references to asObject and asCollection in README
2012-09-27 11:50:06 -04:00
Blake Watters
458354484a
Fix null dereference static analyzer warnings
2012-09-27 11:47:30 -04:00