Commit Graph

  • 5d41bf7ada Added new functionality to the mapping test to enable evaluating a single expectation without raising an exception. For use with the Kiwi matchers. Blake Watters 2012-09-28 14:59:15 -04:00
  • 0a1655117a Minor formatting touch ups Blake Watters 2012-09-28 14:56:13 -04:00
  • ecb6af4776 Factor date formatting into reusable convenience functions Blake Watters 2012-09-28 14:55:54 -04:00
  • a04e861669 Add missing license boilerplate Blake Watters 2012-09-28 14:50:15 -04:00
  • a88f58db55 Remove avoidsNetworkAccess property in favor of leveraging NSURLCache capabilities under the hood. Jeff Arena 2012-09-28 13:41:28 -04:00
  • 0831f2dc2d Merge pull request #951 from lukekhamilton/feature/reboot-networking-layer Blake Watters 2012-09-27 21:37:45 -07:00
  • 2f4c27b96a Fixed incorrect call for RKMappingResults objects Luke Hamilton 2012-09-28 14:32:38 +10:00
  • adc1d178fa Add cancellation API to RKObjectManager. Blake Watters 2012-09-27 22:33:19 -04:00
  • e591547d90 Cleanup RKPathMatcher initializers to start with pathMatcher so they are easier to guess for auto-complete. Blake Watters 2012-09-27 22:31:48 -04:00
  • c886d99321 Remove remaining OAuth test stuff Blake Watters 2012-09-27 21:50:14 -04:00
  • 8a449a0fd4 Remove dead logging components Blake Watters 2012-09-27 20:16:20 -04:00
  • f0d1ef8262 Bump AFNetworking submodule to pick up UIDevice fix Blake Watters 2012-09-27 20:13:18 -04:00
  • f5511c972e Improve method naming Blake Watters 2012-09-27 19:24:32 -04:00
  • 56401aaa5b Merge pull request #949 from aaroncrespo/patch-1 Blake Watters 2012-09-27 16:27:27 -07:00
  • fd16081797 Merge pull request #950 from aharren/feature/reboot-networking-layer Blake Watters 2012-09-27 16:13:42 -07:00
  • 6c463bfb6b Raise an exception if the fixture fails to parse rather than returning nil Blake Watters 2012-09-27 17:05:25 -04:00
  • 47965f361c Disable the avoidsNetworkAccess flag by default Blake Watters 2012-09-27 17:04:11 -04:00
  • 51aed8997a Adapt CocoaPods pod spec for embedded variant of LibComponentLogging Arne Harren 2012-09-27 22:12:06 +02:00
  • bc7c65f03b Switch to an embedded variant of LibComponentLogging with prefix RK Arne Harren 2012-09-27 21:47:36 +02:00
  • c834fbd0cd Updated Readme for development Aaron Crespo 2012-09-27 16:21:14 -03:00
  • b80f083620 Upgrade to LibComponentLogging Core 1.3.1 Arne Harren 2012-09-27 21:10:06 +02:00
  • e101fa757e Remove unused LibComponentLogging-NSLog configuration file Arne Harren 2012-09-27 21:09:27 +02:00
  • 81f1a77906 Remove unnecessary imports for lcl.h and RKLog.h Arne Harren 2012-09-27 20:57:10 +02:00
  • afe71b33c0 Fix invalid reference to objectRequestOperationWithRequest: in README.md Blake Watters 2012-09-27 11:52:54 -04:00
  • d7de7daeb6 Fix bad references to asObject and asCollection in README Blake Watters 2012-09-27 11:50:06 -04:00
  • 458354484a Fix null dereference static analyzer warnings Blake Watters 2012-09-27 11:47:30 -04:00
  • 82e4c1ba94 Docs for the baseURL association functions Blake Watters 2012-09-26 23:51:15 -04:00
  • 8b256ab418 Fix baseURL associated objects Blake Watters 2012-09-26 23:38:20 -04:00
  • ee9ae20823 Add associated object from request URL to baseURL in order to workaround issues with NSURLRequest clobbering the baseURL Blake Watters 2012-09-26 22:46:32 -04:00
  • 098edd1fec Throw a build failure if not compiled with ARC (boosted from AFNetworking/AFNetworking#541) Blake Watters 2012-09-26 20:44:17 -04:00
  • afd9d16419 Formatting cleanups Blake Watters 2012-09-26 20:35:29 -04:00
  • cda18ec3e4 Use RKMIMESerialization for serializing parameters instead of passing through to AFHTTPClient Blake Watters 2012-09-26 20:34:40 -04:00
  • cf31fede3e Bump vendored AFNetworking dependency to latest master Blake Watters 2012-09-26 20:25:14 -04:00
  • 6791684e7a Bump AFNetworking dependency to :head until 1.0 tag lands Blake Watters 2012-09-26 15:33:34 -04:00
  • 0ff61e53f4 Remove duplicate CoreData.framework entry, add note about linker flags Blake Watters 2012-09-26 14:34:28 -04:00
  • 6d16dbb7bb Rev Ruby dependencies. Drop OAuth testing infrastructure Blake Watters 2012-09-26 11:36:48 -04:00
  • 63d9ea5de4 Disable execution of application tests via CLI. Drop OAuth testing baggage Blake Watters 2012-09-26 11:36:16 -04:00
  • d195ea873c Port passing Logic Test coverage to ARC Blake Watters 2012-09-26 11:35:16 -04:00
  • 39f78d2cac Fix build errors, warnings, and breakage on OS X Blake Watters 2012-09-25 21:28:58 -04:00
  • fee0c0dac0 Fix all remaining broken tests Blake Watters 2012-09-25 21:18:39 -04:00
  • e56754cb65 Add support for mapping of numeric dates encoded in strings via NSNumberFormatter. closes #815 Blake Watters 2012-09-25 21:18:03 -04:00
  • 618b1e094c Migrate NSDictionary+RKRequestSerializationTest -> RKURLEncodedSerializationTest Blake Watters 2012-09-25 21:16:26 -04:00
  • 62dc44ea9a Fix RKPathMatcher tests Blake Watters 2012-09-25 17:27:58 -04:00
  • d214626c83 Port RKObjectSerializer tests to RKObjectParameterization Blake Watters 2012-09-25 17:13:04 -04:00
  • 276bf16830 Test coverage for earlier breakage in MIME Type matching Blake Watters 2012-09-25 12:37:13 -04:00
  • 288f26a5f5 Fix bug with incorrect MIME Type matching logic Blake Watters 2012-09-25 12:22:22 -04:00
  • c6b594e93a Fix exception that occurs when attempting to build an RKMappingResult after an attempt has been made to map a non-nil, empty response object (such as {}) Blake Watters 2012-09-25 11:49:35 -04:00
  • 2b0dc3d5c4 Fix more tests Blake Watters 2012-09-24 23:42:16 -04:00
  • c9249bf0dc Cleanup accidentally committed empty method Blake Watters 2012-09-24 22:45:55 -04:00
  • 235f5fc579 Fix all build errors in unit tests. Restore execution of core mapping tests. Blake Watters 2012-09-24 22:44:20 -04:00
  • 29aa4f19a8 Remove import of NSBundle+RKAdditions.h Blake Watters 2012-09-24 18:26:10 -04:00
  • 979854bf5a Fix crash Blake Watters 2012-09-24 18:22:51 -04:00
  • fe391b1b47 Docs formatting on router Blake Watters 2012-09-24 13:51:33 -04:00
  • 426ec93811 Add explicit 5.0 target platform to Cocoapods example Blake Watters 2012-09-24 13:51:19 -04:00
  • b0be4596da Formatting cleanups Blake Watters 2012-09-24 13:37:54 -04:00
  • 098903101f Docs cleanup Blake Watters 2012-09-21 23:05:27 -04:00
  • 654364af61 Document RKDynamicMappingMatcher and clean up API Blake Watters 2012-09-21 22:59:43 -04:00
  • 43be066e0b Docs touch ups Blake Watters 2012-09-21 22:57:54 -04:00
  • 6815ba6444 API refresh for mapping layer. Converted RKObjectMapper to RKMapperOperation. Expanded documentation. Blake Watters 2012-09-21 17:54:41 -04:00
  • 496154b1d4 Remove prefix_header_contents as it has been re-added to the AFNetworking Podspec Blake Watters 2012-09-21 11:22:21 -04:00
  • f1231cd4aa Docs refresh Blake Watters 2012-09-20 22:52:16 -04:00
  • 6d11a5f88a Add additional cache clearing to address KIF issues. Jeff Arena 2012-09-21 16:47:17 -04:00
  • 7e816904ff Docs update. Eliminate mappingOperationFromObject: Blake Watters 2012-09-20 19:11:38 -04:00
  • bd4130a546 Eliminate aggregate import of RestKit.h from .NET date formatter and test factory Blake Watters 2012-09-20 11:59:02 -04:00
  • c88855614e Export the RKErrorFromMappingResult function; eliminate dependence on RestKit.h header from RKResponseMapperOperation Blake Watters 2012-09-20 11:51:28 -04:00
  • 04abcb8369 Define errorMessage as an informal protocol for returning error message representations rather than the description method. Document RKErrorMessage. Blake Watters 2012-09-20 08:04:12 -04:00
  • 3876263039 Document and clean up the RKMappingResult interface Blake Watters 2012-09-20 07:46:56 -04:00
  • d93657573d Docs touch up Blake Watters 2012-09-19 23:58:14 -04:00
  • 56e71e9dac Docs for RKRelationshipMapping Blake Watters 2012-09-19 23:18:20 -04:00
  • 991ced34da Docs for mapping operation data source. Still don't love the method names. Maybe we can eliminate this somehow... Blake Watters 2012-09-19 22:55:25 -04:00
  • 5a20754698 Docs update on RKPropertyMapping Blake Watters 2012-09-19 22:54:04 -04:00
  • 1d1424da73 Updates to ensure AFNetworking builds with reachability from static library target Blake Watters 2012-09-19 22:53:40 -04:00
  • 92a4642df0 Sort lcl_config_components.h log level configuration. Jawwad Ahmad 2012-09-19 15:26:00 -04:00
  • 711d6e654d Docs formatting touch-ups Blake Watters 2012-09-19 13:33:02 -04:00
  • eaad20eb66 Add RKStringFromNetworkReachabilityStatus function Blake Watters 2012-09-19 13:30:59 -04:00
  • 29acbc75e9 Don't clobber the Atom feed when publishing docs Blake Watters 2012-09-19 12:16:28 -04:00
  • b6e8050842 Remove shared instance configuration from the test factory. Instances should be explicitly managed for sanity. Blake Watters 2012-09-19 12:15:55 -04:00
  • ce0badad4c Docs formatting refresh on the test factory Blake Watters 2012-09-19 12:15:16 -04:00
  • 125efd7418 Add OPTIONS method. closes #800 Blake Watters 2012-09-19 09:06:03 -04:00
  • eabfb2126e Add prefix_header_contents to ensure that AFNetworking dependency build with SystemConfiguration/Reachability enabled. Blake Watters 2012-09-18 19:04:56 -04:00
  • 2b56e132fc Bump submodule and Podspec to AFNetworking 1.0 RC3 Blake Watters 2012-09-18 15:58:42 -04:00
  • c090cbb430 Docs for RKManagedObjectRequestOperation Blake Watters 2012-09-18 15:52:37 -04:00
  • 52d772f2e0 Misc stylistic touch ups Blake Watters 2012-09-18 15:27:45 -04:00
  • fea908702d Don't clear defaultDateFormatters during Test Factory setUp Blake Watters 2012-09-18 12:34:10 -04:00
  • 24dc57b0bd Add percent escape utility method Blake Watters 2012-09-17 21:04:57 -04:00
  • 32531bd993 Formatting tweaks Blake Watters 2012-09-17 21:04:26 -04:00
  • e6e515d0c7 Use the return value of the merged dict for the params. Closes #938. Jawwad Ahmad 2012-09-18 15:52:54 -04:00
  • 4f1fdf2bea Refactor RKDictionaryByMergingDictionaryWithDictionary to cleanup & clarify code. Refs #938. Jawwad Ahmad 2012-09-18 15:35:03 -04:00
  • bfbc345ee8 Rename RKDictionaryByReverseMergingDictionaryWithDictionary -> RKDictionaryByMergingDictionaryWithDictionary, since a reverse merge would imply that values in the 1st dictionary take priority whereas we want values in the 2nd dict to overwrite values in the 1st. Refs #938. Jawwad Ahmad 2012-09-18 15:23:25 -04:00
  • 261cafe18a Fix RKDictionaryByReverseMergingDictionaryWithDictionary method and add unit tests. Refs #938. Jawwad Ahmad 2012-09-18 15:17:51 -04:00
  • 8369770a2c Docs tweaks Blake Watters 2012-09-16 14:32:53 -04:00
  • e98c3b831a Align formatting and fill in @name sections within the Search module documentation Blake Watters 2012-09-16 13:56:18 -04:00
  • 742cc2aca9 Merge pull request #931 from diederich/fix/includes Blake Watters 2012-09-16 10:45:33 -07:00
  • 2ef7439567 Update to AFNetworking 1.0RC2 Blake Watters 2012-09-16 13:42:19 -04:00
  • b0f7c24745 Docs updates for object request operation. Extracted subclass only declarations into subclass header. Blake Watters 2012-09-16 13:41:14 -04:00
  • b3c3493299 Fix formatting causing code block rendering in Appledoc Blake Watters 2012-09-15 13:55:49 -04:00
  • 891da5749a Remove bundled JSONKit. Migrated into an optional external component. Blake Watters 2012-09-15 10:52:40 -04:00
  • 0710d0faf2 Make baseURL and routeSet in RKRouter readonly and enforce initWithBaseURL: to be the designated initializer. Jawwad Ahmad 2012-09-15 12:34:39 -04:00
  • 2aaba1461a Align relationshipRoutes to use same filtering mechanics as classRoutes and namedRoutes. Jawwad Ahmad 2012-09-15 11:29:12 -04:00
  • 71e7de56e4 Docs in progress for RKObjectRequestOperation Blake Watters 2012-09-14 23:29:20 -04:00