Commit Graph

  • ade94534a5 Cancel all requests during dealloc. Blake Watters 2011-05-10 22:58:33 -04:00
  • d665f79af8 Added optional note next to libRestKitCoreData.a. closes #53 Blake Watters 2011-05-10 21:29:58 -04:00
  • e5093a38dd Merge pull request #83 from sixten/0.9-error-handling 0.9.2 Blake Watters 2011-05-10 17:58:46 -07:00
  • 8d7a490c40 Merge pull request #91 from jch/add_prepare_url_request_to_rkrequest_header Blake Watters 2011-05-09 05:46:35 -07:00
  • 4ac85a6cb1 add -(void)prepareURLRequest to RKRequest.h to remove build warning Jerry Cheung 2011-05-08 15:13:21 -07:00
  • 9c17614bc4 Added Andras Hatvani to the contributors list Blake Watters 2011-05-04 10:00:50 -04:00
  • 4889ff9b5f Removed use of Objective-C block in new serialization code from Andras Blake Watters 2011-05-04 09:59:47 -04:00
  • d6d92fc6d4 * Implemented relation mapping in RKDynamicRouter * Added specs covering the functionality Andras Hatvani 2011-05-04 12:27:50 +02:00
  • 2c6f8ff8e9 Merge branch '0.9' of github.com:twotoasters/RestKit into 0.9 Blake Watters 2011-05-02 21:00:03 -04:00
  • 4321da03b1 Expanded specs and began migrating all the content for testing out in the Fixtures directory. Fixtures is now the root for the Sinatra app and there are new helpers in RKSpecEnvironment.m. Added specs for several users use cases from the mailing list. Introduced a new warning when attempting to map did not set any properties. Blake Watters 2011-05-02 20:57:18 -04:00
  • 8381d9201e Merge pull request #85 from grgcombs/0.9. Blake Watters 2011-05-02 16:18:07 -07:00
  • d780586da4 Deleting persistent store will now permit using a store seed. Greg Combs 2011-05-01 20:49:32 -05:00
  • 81bc082a2a Fixing typo reference to isNetworkReachable Blake Watters 2011-04-28 19:03:07 -04:00
  • 40c4940ea6 Minor improvements to error handling behavior Sixten Otto 2011-04-19 16:23:54 -07:00
  • 87d0cd13de Added support for registering object class mappings as keyPaths in addition to element names. closes #82 Blake Watters 2011-04-28 13:09:50 -04:00
  • 308b6c5dd2 Updates to RKObjectLoader to fix issues where keyPath was not always respected and willSendForObjectLoader: not invoked as expected. Expanded spec coverage to fix these issues. fixes #80, fixes #81 Blake Watters 2011-04-28 00:05:55 -04:00
  • a1aa5fce94 Merged pull request #63 from andr8w/target-object-keypath. Blake Watters 2011-04-27 20:02:29 -07:00
  • ff2367d284 Moved query path appending to RKPathAppendQueryParams for convenience. Deprecated RKClient flavor. Blake Watters 2011-04-27 08:57:40 -04:00
  • 992bde4afb Implemented spec for mapping NSArray of values to a property via elementToPropertyMappings Blake Watters 2011-04-26 10:04:35 -04:00
  • dede096d61 Fixed missing semi-colon from warnings cleanup. Added Three20 and RKCatalog to the rake validate task. Blake Watters 2011-04-22 14:45:48 -04:00
  • 45342fee76 Hotlinked URLs in Advanced Tutorial Blake Watters 2011-04-22 14:45:45 -04:00
  • 738df05ef5 Initialize file name attachments to an empty string. Fixes #66 Blake Watters 2011-04-22 12:08:01 -04:00
  • 2841d0ba15 Rearrange the notifications to avoid crash during service unavailable condition. fixes #65 Blake Watters 2011-04-22 12:06:45 -04:00
  • 16c8fff8ee Restoring files from merge issue. refs #62 Blake Watters 2011-04-22 11:34:33 -04:00
  • e21b9c3202 Updated RKCatalog submodule. refs #62 Blake Watters 2011-04-22 11:23:56 -04:00
  • a63c53a7d6 Completed final draft of advanced tutorial text. refs #62 Blake Watters 2011-04-22 10:19:47 -04:00
  • 56d0972e7f Migrated RKCatalog server to Heroku. Referenced as a submodule in Examples/RKCatalog/Server for future development. refs #62 Blake Watters 2011-04-22 10:42:06 -04:00
  • c35d0bab1d Implemented substantial catalog example application covering advanced usage of RestKit: Blake Watters 2011-04-21 10:07:22 -04:00
  • e277e636f8 Add a modified handleTargetObject implementation from RKManagedObjectLoader to give RKObject a chance to respond to willSendWithObjectLoader. Andrew Newdel 2011-04-21 19:32:29 -04:00
  • bbce5abfd4 Use the keyPath property to map a subset of the response for a single target object. Andrew Newdel 2011-04-21 19:24:41 -04:00
  • 9b3428a446 Migrated UISpecRunner code into Two Toaster UISpec fork for reuse across projects. Blake Watters 2011-04-20 17:14:04 -04:00
  • d92c510da8 Updated to UISpecRunner 0.4.5 Blake Watters 2011-04-20 16:45:49 -04:00
  • acf7352b40 Added support for mapping an array of objects when given a target object class and element registration is being used as well. fixes #60 Blake Watters 2011-04-20 16:17:00 -04:00
  • 452e5295b2 Updated to UISpec project that suppresses all warnings to get a cleaner build + testing experience. Fixed outstanding warnings on the UISpec target. Blake Watters 2011-04-20 12:50:28 -04:00
  • f55073ecce Merge branch 'master' of https://github.com/Vossy/RestKit into 59-url-mapping-support Blake Watters 2011-04-20 08:29:00 -04:00
  • 952096b289 Added support for mapping NSURL properties. Fixes #52 Justin Voss 2011-04-19 19:14:52 -05:00
  • e9df740d19 Replaced boilerplate LICENSE text with complete Apache license Blake Watters 2011-04-19 15:45:17 -04:00
  • 71f392acc5 Added note about portions extracted from Apple's Reachability sample Blake Watters 2011-04-19 15:41:56 -04:00
  • b7df8e1f0a Eliminate use of 'class' in method signatures. It is a reserved word in Objective-C++. Replaced with 'objectClass'. fixes #58 Robert McNally 2011-04-18 13:57:48 -07:00
  • ab655307c2 Updated Twitter examples to show off the automatic activity indicator support Blake Watters 2011-04-19 13:56:20 -04:00
  • 6cd22b0add Added Chad Podoski to contributors list. refs #50 Blake Watters 2011-04-19 13:15:33 -04:00
  • 1437026e43 Fail out build process when run_command encounters non-zero exit status. Fixed OS X compile issues introduced by automatic network activity indicator. refs #57 Blake Watters 2011-04-19 13:13:34 -04:00
  • d275ec7484 Added specs for automatic network queue spinner. Blake Watters 2011-04-19 12:58:56 -04:00
  • e69d1d7d6c Bumping to UISpecRunner v0.4.4 Gem Blake Watters 2011-04-19 12:58:15 -04:00
  • 381ccadbe2 Added support for spinning the Network activity indicator when busy Blake Watters 2011-04-19 09:59:57 -04:00
  • 7837e245d9 Implemented support and tests for queue processing delegate methods. Blake Watters 2011-04-19 09:38:25 -04:00
  • f44abbee27 Generalize RKRequestQueue and add NSDecimalNumber type support to RKObjectMapper. refs #50 Chad Podoski 2011-04-06 10:20:23 -07:00
  • 1817fcccd8 Added i386 architecture back to the Three20 target Blake Watters 2011-04-15 15:11:06 -04:00
  • e598491557 Clean up copy & paste errors on path and simplify instructions for RestKit path. Blake Watters 2011-04-15 15:07:21 -04:00
  • 8931cad50a Merge branch '0.9' of github.com:twotoasters/RestKit into 0.9 Blake Watters 2011-04-15 15:03:55 -04:00
  • f5d48b76f5 Added Library Search paths back Blake Watters 2011-04-15 15:02:43 -04:00
  • 4da1b1a3c6 Fix for building RKTwitter with non DerivedData location. Blake Watters 2011-04-15 15:01:34 -04:00
  • b41ff0f5e2 Fix broken project references for RKTwitter Blake Watters 2011-04-15 14:40:13 -04:00
  • 96bcd5d1f4 Updated install instructions to fix issues with Xcode 4 Code Sense. fixes #36 Blake Watters 2011-04-15 14:20:22 -04:00
  • 43fd38ee64 Changed URL to feed:// to work with Xcode 3.x. refs #48 Blake Watters 2011-04-15 14:07:47 -04:00
  • c9e0d3ffdd Remove legacy script from Doxygen. refs #48 Blake Watters 2011-04-14 23:15:05 -04:00
  • c7f61fec16 Improved the documentation while working on documentation infrastructure: refs #48 Blake Watters 2011-04-14 21:52:29 -04:00
  • 462cf35be4 Implemented Rake tasks for generating documentation via Appledoc very simply. refs #48 * Implemented rake docs:install for generating and installing a docset * Implemented rake docs:upload for posting generated documentation to restkit.org * Introduced new VERSION file for coordinating the version of the library. To be used in forthcoming release automation. * Added notes about API documentation to the README Blake Watters 2011-04-14 14:05:23 -04:00
  • 695c262d6e Added Appledoc markup to RKClient Blake Watters 2011-04-14 20:53:25 -04:00
  • 9af6a59c79 Initial implementation of documentation generation using the Appledoc parser. refs #48 Blake Watters 2011-04-13 23:52:28 -04:00
  • 7d85a2bf4d Added specs and fix for requests not being fire when background policy is requeue or cancel. Fixes gh-45 Blake Watters 2011-04-14 13:39:37 -04:00
  • 2395f5dc76 Fix for RKSpecResponseLoader returning control to the test case before the object loader delegate methods have been invoked. Fixes #49 Blake Watters 2011-04-14 13:11:18 -04:00
  • 9593612aab Closes gh-47. Initial implementation of OS X build integrating changes submitted by Felix Holmgren (https://github.com/Felixyz/RestKit). Blake Watters 2011-04-10 02:19:55 -04:00
  • cef335d02b Allow storage in non-Documents directories Sixten Otto 2011-04-12 12:05:14 -07:00
  • ecb0a5bd5e Improve RKManagedObjectStore's error handling Sixten Otto 2011-04-12 10:20:15 -07:00
  • 9dcd7f3022 Removed superclass call to didFinishLoad: in RKObjectLoader. Was resulting in duplicated dispatch of life-cycle requests. Fixes #44 Blake Watters 2011-04-12 19:11:31 -04:00
  • 8432923bba Added Peter Marks to the contributors Blake Watters 2011-04-05 22:26:48 -04:00
  • 35171084d1 [Story #11961455] Implements support for sending nested objects back to the remote server for processing: * Introduce RKObjectMappable#relationshipsToSerialize to define nested relationships to post * New helper methods for working with relationship serializations. * Extended Rails router to serialize nested objects according to Rails idioms Peter Marks 2011-04-01 15:30:33 -07:00
  • f3036a6a13 Fixed another small typo in the Advanced RestKit draft Blake Watters 2011-04-05 19:08:20 -04:00
  • a648d26460 [#11477593] Implemented background request policies and Specs. This provides functionality for continuing a request in the background using an iOS background task. Blake Watters 2011-03-29 13:23:17 -04:00
  • 334db23e9d updated OCMock static library Blake Watters 2011-03-29 12:04:05 -04:00
  • 7589060e6d Merge branch '0.9' of github.com:twotoasters/RestKit into 0.9 Blake Watters 2011-04-05 10:06:43 -04:00
  • 322599e14a Updates from development of Go Try It On v2.0: * Updates YAJL Parser not to raise an exception and crash when it encounters invalid JSON. The other parsers need to be aligned with this behavior and the delegate methods updated. See Pivotal Story: https://www.pivotaltracker.com/story/show/11925617 * Added requestDidCancel: delegate invocation for tracking cancellation of requests. * Ensure that the request queue timer is cleared during indeterminate deferral of request loads. Jeremy Ellison 2011-02-04 11:54:23 -05:00
  • 8b89d017c4 Tweaked Xcode 4 install instructions with notes from Larry Legend (larry@houseoflegend.com) Blake Watters 2011-04-04 19:48:57 -04:00
  • c87d5e1801 Merge branch '0.9' of github.com:twotoasters/RestKit into 0.9 Blake Watters 2011-04-04 19:43:44 -04:00
  • e816937703 Fix error in method definition Blake Watters 2011-04-04 10:11:29 -04:00
  • c23eac631d remove unconnected timeout constant Blake Watters 2011-04-03 16:42:34 -04:00
  • 15a3c9ae8e added support for set nil/ignore missing relationships and specs Blake Watters 2011-04-02 15:46:07 -04:00
  • 162df39b79 adding design docs for improvements to RKRequestQueue Blake Watters 2011-04-01 10:02:28 -04:00
  • 46720fb6e3 add RKManagedObjectLoader.h to public Copy Headers task Blake Watters 2011-03-31 20:10:49 -04:00
  • cd77899245 added example for duplicated keys from Foursquare. Need to get support for this Blake Watters 2011-03-31 15:39:48 -04:00
  • 11278c3f49 Added some specs for the RKXMLParser Jeremy Ellison 2011-03-29 08:43:12 -04:00
  • cc34501642 Corrected some typos in the Advance Tutorial text. Chris Bruce 2011-04-04 15:54:42 -07:00
  • 4d0b8afcc2 Fix error in method definition Blake Watters 2011-04-04 10:11:29 -04:00
  • 1b434cbfe5 remove unconnected timeout constant Blake Watters 2011-04-03 16:42:34 -04:00
  • d16a649a33 Merge remote branch 'upstream/master' Jeff Arena 2011-04-03 10:35:31 -07:00
  • f914703983 added support for set nil/ignore missing relationships and specs Blake Watters 2011-04-02 15:46:07 -04:00
  • 2814de1140 adding design docs for improvements to RKRequestQueue Blake Watters 2011-04-01 10:02:28 -04:00
  • 1086ecc09b add RKManagedObjectLoader.h to public Copy Headers task Blake Watters 2011-03-31 20:10:49 -04:00
  • 889f574875 added example for duplicated keys from Foursquare. Need to get support for this Blake Watters 2011-03-31 15:39:48 -04:00
  • e7029e580f Merge branch '0.9' of github.com:twotoasters/RestKit into 0.9 Blake Watters 2011-03-29 10:49:30 -04:00
  • 9ed062121e Fix for crash based on set nil for missing element policy. Added specs covering the crash. Merging directly to 0.9.1 and tagging as 0.9.1.1 0.9.1.1 Blake Watters 2011-03-29 10:47:11 -04:00
  • 09bcbd023d Added some specs for the RKXMLParser Jeremy Ellison 2011-03-29 08:43:12 -04:00
  • 1d50d07f25 Merge branch 'master' into 0.9 0.9.1 Blake Watters 2011-03-28 23:33:53 -04:00
  • c90ec2770d Finished cleanup of HTTP AUTH and XML Support. Ready to tag 0.9.1 Blake Watters 2011-03-28 23:29:06 -04:00
  • aea1df21e3 Remove upgrade note that is no longer applicable Blake Watters 2011-03-27 23:06:36 -04:00
  • 69c051a57a Aligned target name with JSON parsers Blake Watters 2011-03-27 23:05:24 -04:00
  • a298bc4dcf Fix build problems Blake Watters 2011-03-27 22:53:08 -04:00
  • 227f35a20d Merge branch '0.9' into xml-parser Blake Watters 2011-03-27 22:29:19 -04:00
  • 6ae94fb0bf Cleaned up target name and dependencies for XML support Blake Watters 2011-03-27 22:03:32 -04:00