NSIncrementalStore-Test-Project icon indicating copy to clipboard operation
NSIncrementalStore-Test-Project copied to clipboard

NSIncrementalStore+Async

Open martijnthe opened this issue 12 years ago • 1 comments

Zie notes in NSIncrementalStore+Async.h

Cheers, M

martijnthe avatar Mar 01 '12 12:03 martijnthe

Heel cool! Kan je ook nog NSURLConnectionVCR.{h,m} adden? Waarschijnlijk ben je die vergeten. Ik kan ze ook niet online vinden :(

Chris

On Thu, Mar 1, 2012 at 1:57 PM, Martijn The < [email protected]

wrote:

Zie notes in NSIncrementalStore+Async.h

Cheers, M

You can merge this Pull Request by running:

git pull https://github.com/martijnthe/NSIncrementalStore-Test-Projectmaster

Or you can view, comment on it, or merge it online at:

https://github.com/chriseidhof/NSIncrementalStore-Test-Project/pull/1

-- Commit Summary --

  • moved CoreData.framework to frameworks group
  • ignore build
  • Xcode workspace noise
  • Shared scheme
  • Created fast headless testing target that does not run iOS Simulator
  • - Added the missing inverse relationships
  • Added NSURLConnectionVCR submodule for faster/consistent testing
  • Added NSURLConnectionVCR to speed up the tests
  • Class method +type for store type
  • Moved registerStoreClass to +initialize, so it happens only once when the class initializes
  • Stuck code to get NSManagedObjectModel into BandCampIS
  • Cleanup + added .moc property
  • Added -persistentStoreCoordinator
  • CoreData.framework headers added
  • Added SRCROOT path to store the VCR fixtures
  • LLDB doesn't work that well in 4.4... :(
  • Added VCR fixtures for the tests
  • Sanitized the output of JSON serialization -> Core Data doesn't eat NSNull objects...
  • Added object (de)register methods on the store for logging purposes
  • Started the methods to return results from the cache dictionary as a function of a NSFetchRequest
  • Added NSIncrementalStore+Async helpers
  • Added NSIncrementalStore helpers
  • Async BandCampIS
  • - Search by band name in first view controller

-- File Changes --

A .gitignore (1) A .gitmodules (3) M BandCamp.xcdatamodeld/BandCamp.xcdatamodel/contents (12) M IncrementalStoreTest.xcodeproj/project.pbxproj (162) A IncrementalStoreTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata (7) A IncrementalStoreTest.xcodeproj/xcshareddata/xcschemes/IncrementalStoreTest.xcscheme (95) A IncrementalStoreTest.xcodeproj/xcshareddata/xcschemes/IncrementalStoreTestsHeadless.xcscheme (52) M IncrementalStoreTest/BandCampAPI.m (44) M IncrementalStoreTest/BandCampIS.h (13) M IncrementalStoreTest/BandCampIS.m (118) M IncrementalStoreTest/CEAppDelegate.m (33) M IncrementalStoreTest/CEFirstViewController.h (5) M IncrementalStoreTest/CEFirstViewController.m (224) M IncrementalStoreTest/IncrementalStoreTest-Prefix.pch (1) A IncrementalStoreTest/NSIncrementalStore+Async.h (106) A IncrementalStoreTest/NSIncrementalStore+Async.m (188) M IncrementalStoreTest/en.lproj/CEFirstViewController.xib (174) M IncrementalStoreTestTests/BandCampAPITests.m (19) A IncrementalStoreTestTests/Fixtures/VCRTapes/0845BE5E42CC269492076045B99EB642.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/1FBD0287EDAF3521E6412F78129A2474.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/33A3B5BA0B0CA210A3D48D77C2E8D092.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/46B953C220F941DAAB3FABC969D7C52A.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/7A2130F6DEF7A385EDEF92EB09983775.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/8D42282FFDED49356EEC91705929112E.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/AB3FA318A3CF58C3EFB4044BA6484DDF.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/BA4435EF1AA169A8545F30902A29D444.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/CD63035235C6E5D9014B8269016DF551.vcr (0) A IncrementalStoreTestTests/Fixtures/VCRTapes/DA3134F69021563AFBF75D185E876F7F.vcr (0) M IncrementalStoreTestTests/IncrementalStoreTestTests.m (18) A IncrementalStoreTestTests/NSURLConnectionVCR (1)

-- Patch Links --

https://github.com/chriseidhof/NSIncrementalStore-Test-Project/pull/1.patch

https://github.com/chriseidhof/NSIncrementalStore-Test-Project/pull/1.diff


Reply to this email directly or view it on GitHub: https://github.com/chriseidhof/NSIncrementalStore-Test-Project/pull/1

Chris Eidhof

chriseidhof avatar Mar 01 '12 13:03 chriseidhof