Commit Graph

1407 Commits

Author SHA1 Message Date
Marcus Brito
ea100b6aac Add a RKRequest attribute to control redirect handling
The default behavior is the same as before, to follow redirects. If RKRequest.followRedirect is set to NO, then a redirect (301, 302, 307) response will not be followed, and the request processing will proceed using the current request only.
2012-04-17 21:16:32 -04:00
Jon Nolen
e0b248da46 fixing RKDotNetDateFormatter not correctly mapping dates in RKObjectMappingOperation. 2012-04-17 21:00:28 -04:00
Blake Watters
24eb4d814e Fix intermittent crash in test suite 2012-04-17 20:57:52 -04:00
Sylvain Guillopé
46f668d7e9 Added support for connection:didReceiveResponse: to be forwarded from RKResponse through RKRequestDelegate 2012-04-17 20:57:52 -04:00
Blake Watters
7235499d15 Fix invalid spelling of persistent merged inadvertantly 2012-04-17 12:50:21 -04:00
Blake Watters
ef7dc24969 Implemented dynamic factories using blocks. closes #682 2012-04-17 12:41:26 -04:00
Blake Watters
e623d0c7b8 Expand testing documentation to briefly cover RestKit gem, RKGithub, and xcode-select 2012-04-16 23:37:35 -04:00
Blake Watters
fa90ae75f3 Updated Testing documentation for developers 2012-04-16 23:08:47 -04:00
Blake Watters
608a2183c6 Update xcoder Gem 2012-04-16 23:08:46 -04:00
Blake Watters
a02b0f0d02 Merge pull request #674 from emcmanus/development
Fix spelling of "persistent store"
2012-04-16 18:55:55 -07:00
Blake Watters
75e59813e6 Migrate RKTestFactory didInitialize callback out of init 2012-04-16 14:45:04 -04:00
Ed McManus
0df8c7ea73 Fix spelling of persistent store. 2012-04-14 11:48:22 -07:00
Blake Watters
fb58452595 Fix build issues with RKTwitterCoreData seeding target. fixes #670 2012-04-12 08:54:16 -04:00
Aaron Crespo
22225cf8a0 Fixed Static analysis warnings. 2012-04-11 22:44:58 -04:00
Blake Watters
368712aa78 Migrate ISO8601DateFormatter to using RKLog interface. fixes #648 2012-04-11 22:23:01 -04:00
Blake Watters
27c06946e2 Add basic test coverage for compilation of Objective-C++ sources. refs #649 2012-04-11 21:05:17 -04:00
Blake Watters
fd9ee9952c Add extern declaration to constants in RKRequestCache. fixes #649, #652 2012-04-11 21:04:00 -04:00
Blake Watters
3eb4091ffb Replace use of NSOrderedSet with NSArray to ensure compatibility with iOS 4.x SDK. fixes #664 2012-04-11 13:00:18 -04:00
Blake Watters
d95823d089 Fix incorrect handling of nil values when sectioning an array by keyPath 2012-04-10 19:22:30 -04:00
Blake Watters
de52c1ad52 Do not removeAllSections before loading table items into a section 2012-04-10 19:22:28 -04:00
Blake Watters
0d80bc3744 Switch default cacheStrategy to RKFetchRequestManagedObjectCache. closes #660 2012-04-10 15:16:28 -04:00
Blake Watters
386c7aea6d Added convenience method numberOfRowsInSectionAtIndex: to RKTableController for easily counting rows in a section 2012-04-10 14:30:38 -04:00
Blake Watters
76f2344582 Replace implementation of sectionsGroupedByKeyPath: due to issues with valueForKeyPath: mutating ordering 2012-04-10 14:30:38 -04:00
Blake Watters
8bd407fe1f Update RestKit Gem to pick up fix for rake server when daemon is already running 2012-04-10 13:57:59 -04:00
Blake Watters
b282e3a813 Added support for grouping objects into sections within RKTableController. closes #658 2012-04-10 11:34:22 -04:00
Blake Watters
b27be1cbc5 Invoke self instead of self.delegate in thread safe invocation from managed object loader. refs #655 2012-04-10 11:33:36 -04:00
Blake Watters
ac05b6d256 Update RestKit gem and enable autostop/autostart of server in default rake task execution 2012-04-09 18:45:32 -04:00
Blake Watters
f47fa80636 Merge branch 'feature/jenkins' into development 2012-04-09 17:39:27 -04:00
Blake Watters
fb29a9431d Updated Xcoder gem to pick up fix for UTF-8 strings parsed from xcodebuild output 2012-04-09 17:39:08 -04:00
Blake Watters
570a4d68d9 Fix breakage in Application Tests suite 2012-04-09 17:38:49 -04:00
Blake Watters
aa7778bbfd Guard notification configurations for nil in RKAbstractTableController 2012-04-09 17:38:49 -04:00
Blake Watters
757e01e1f3 Change reachabilityObserver reference to retain for RKRequest 2012-04-09 17:38:49 -04:00
Blake Watters
95decfaa09 Cleanup test environment header 2012-04-09 17:38:49 -04:00
Blake Watters
af7ecee223 Added parameter assertions to RKParams and cleaned up spacing issues 2012-04-09 17:38:49 -04:00
Blake Watters
b16973666b Implemented test:application tasks for running RKApplicationTests suite; fixed broken tests 2012-04-09 17:38:24 -04:00
Blake Watters
b9d72ce7fc Fixed invalid spelling RKManagedObjectCacheing -> RKManagedObjectCaching. Updated filenames to match. 2012-04-09 17:38:22 -04:00
Blake Watters
515a8dfcfb Normalized the bundle identifier for Logic and Application Tests to 'org.restkit.tests' 2012-04-09 17:38:21 -04:00
Blake Watters
b18abc04ed Fix broken build from merge of 0.10.0 2012-04-06 00:04:20 -04:00
Blake Watters
dd852d90c3 Fix broken build from merge of 0.10.0 2012-04-06 00:03:35 -04:00
Blake Watters
6b9bebd3db Implemented Rake tasks for executing unit tests for iOS and OS X 2012-04-06 00:02:32 -04:00
Blake Watters
49bb925fe8 Adding cibuild script for execution under Jenkins 2012-04-05 23:20:11 -04:00
Blake Watters
4b84c1511e Migrated Test Server execution to the new RestKit gem 2012-04-05 23:18:47 -04:00
Blake Watters
a8483ca643 Merge branch 'release/0.10.0' into development 2012-04-04 20:19:43 -04:00
Blake Watters
587fc73ca8 Update RKTwitterCoreData project 2012-04-04 20:15:15 -04:00
Blake Watters
dc7135399c Remove incomplete RKTableViewExample project. RKGithub is a much better resource. 2012-04-04 20:15:15 -04:00
Blake Watters
289f9d4a07 Update project configuration for RKMacOS X example 2012-04-04 20:14:41 -04:00
Blake Watters
e23123ae81 Add primaryKey connection of the assignedUser relationship to RKCatalog RKRelationshipMappingExample 2012-04-04 20:14:41 -04:00
Blake Watters
5abf5569b6 Remove import of RKTableView.h 2012-04-04 13:47:54 -04:00
Jawwad Ahmad
ad7da9054f Add RKLogConfigureFromEnvironment() to RKLog.m.
Added a new RKLogConfigureFromEnvironment() function to RKLog.m to allow the configuration of logging components and logging levels via environment variables. Closes #640.
2012-04-04 13:27:25 -04:00
Brian Morton
49946ba0df Update contributors. 2012-04-04 09:36:23 -07:00