Commit Graph

968 Commits

Author SHA1 Message Date
Pedro Piñera Buendía
4049ddee7f Merge pull request #243 from pepibumur/feature/observer
[Feature] Observable
2016-05-07 23:13:19 +02:00
Pedro Piñera Buendía
2b7ef28347 Update README to specify that observable is not compatible with OSX+CoreData 2016-05-07 22:38:21 +02:00
Pedro Piñera Buendía
0a44b1de94 Remove Observable from OSX 2016-05-07 22:36:33 +02:00
Pedro Piñera Buendía
f98f45af74 Add a note in the Changelog about Observables 2016-05-07 22:31:41 +02:00
Pedro Piñera Buendía
d4f07c8749 Add fastlane/report.xml to the gitignore 2016-05-07 22:15:47 +02:00
Pedro Piñera Buendía
74b4f98c2a [observable] Implement Observable feature for Storage 2016-05-07 22:13:54 +02:00
Pedro Piñera Buendía
16a81a4554 [Observer] Implement tests for RealmObservable 2016-05-07 19:57:11 +02:00
Pedro Piñera Buendía
9a40d5394c Add -observable to CoreData storages 2016-05-06 15:38:48 +02:00
Pedro Piñera Buendía
ba1de75714 Implement CoreDataObservable 2016-05-06 15:37:09 +02:00
Pedro Piñera Buendía
78777ebb64 RealmDefaultStorageTests cleanup 2016-05-06 13:18:28 +02:00
Pedro Piñera Buendía
d5f3f8cc27 Implement Observable interface & RealmObservable 2016-05-06 11:56:36 +02:00
Pedro Piñera Buendía
31493694ac Update Realm version to 0.101 2016-05-06 11:55:54 +02:00
Pedro Piñera Buendía
e375f02295 Remove script folder since all the scripting has been moved to Fastlane 2016-05-06 11:55:45 +02:00
Pedro Piñera Buendía
3c59db7b0a Merge pull request #236 from pepibumur/fastlane
Fastlane integration & Travis fix with automatic CocoaPods deployment
2016-05-05 15:44:23 +02:00
Pedro Piñera Buendía
bcb02daad2 Set CODE_SIGN_IDENTITY to empty in the Fastlane build lane 2016-05-05 15:27:51 +02:00
Pedro Piñera Buendía
164e056c8b [fastlane] Use Fastlane xcodebuild instead 2016-05-05 15:10:11 +02:00
Pedro Piñera Buendía
7f5db0381c [fastlane] Disable code signing 2016-05-05 15:01:18 +02:00
Pedro Piñera Buendía
e0d8fd022d [fastlane] Fix wrong Carthage checkout directory 2016-04-29 21:31:29 +02:00
Pedro Piñera Buendía
fdb4984ef8 [fastlane] Use carthage checkout instead of update 2016-04-29 20:41:00 +02:00
Pedro Piñera Buendía
04f6650f42 [fastlane] More changes 2016-04-29 20:37:05 +02:00
Pedro Piñera Buendía
97924f8aa6 [fastlane] Aadd xcode_sdk attribute to travis script 2016-04-29 20:30:48 +02:00
Pedro Piñera Buendía
3b7f45f589 [fastlane] Disable code signing in build lane 2016-04-29 20:24:43 +02:00
Pedro Piñera Buendía
d48f20f7ab [fastlane] Create deploy lane for Fastlane 2016-04-29 20:21:03 +02:00
Pedro Piñera Buendía
a093b6107a [fastlane] Fix Fastlane build lane 2016-04-29 20:12:29 +02:00
Pedro Piñera Buendía
b667610864 [fastlane] Fix setup command in Fastlane 2016-04-29 19:58:23 +02:00
Pedro Piñera Buendía
2ec716a87e [fastlane] Add testing lane to Fastlane 2016-04-29 19:52:05 +02:00
Pedro Piñera Buendía
c592ea2116 [fastlane] Quick and Nimble are now projects in the workspace 2016-04-29 19:44:41 +02:00
Pedro Piñera Buendía
dfdfbc2523 [fastlane] Create SugarRecord workspace 2016-04-29 19:24:58 +02:00
Pedro Piñera Buendía
7b7f4a4c02 [fastlane] Add build lane to fastlane 2016-04-29 19:23:31 +02:00
Pedro Piñera Buendía
f37677b9d4 [fastlane] Add fastlane lane for setup 2016-04-29 18:24:34 +02:00
Pedro Piñera Buendía
36a3d1fa3c [fastlane] Add Fastlane dependency to the gemfile 2016-04-28 00:48:25 +02:00
Pedro Piñera Buendía
03c2d28d36 Merge pull request #233 from pepibumur/updateResultDependency
Update dependencies
2016-04-28 00:47:32 +02:00
Pedro Piñera Buendía
d11c4157d4 [#229] Update deprecated method in the Realm version 0.99 2016-04-28 00:45:25 +02:00
Pedro Piñera Buendía
e6a4b1c3bf Update README.md 2016-04-28 00:28:07 +02:00
Pedro Piñera Buendía
6c15b62401 [#229] Update dependencies from Carthage and CocoaPods files 2016-04-28 00:23:22 +02:00
Pedro Piñera Buendía
8ba6fa8129 Merge pull request #231 from pepibumur/removeDefaultSubspecs
Remove default subspecs from the .podspec file
2016-04-28 00:16:59 +02:00
Pedro Piñera Buendía
18e5ab354e [#230] Remove default subspecs from the .podspec file 2016-04-28 00:16:25 +02:00
Pedro Piñera Buendía
2b2efbcf7d [Bug] Fix example project not working after updating the framework API 2016-04-25 23:52:32 +02:00
Pedro Piñera Buendía
d541b94119 Bump version to 2.2.5 2016-04-11 05:50:14 +02:00
Pedro Piñera Buendía
57e9790fe4 Updated Quick/Nimble versions 2016-04-11 05:47:36 +02:00
Pedro Piñera Buendía
1d5855a02b Merge pull request #223 from pepibumur/enh/error-throwing
Improve error throwing
2016-04-05 11:12:50 +02:00
Pedro Piñera Buendía
38a07b28cf Remove CodeCoverage badge 2016-04-05 10:16:41 +02:00
Pedro Piñera Buendía
a6dcb234c1 Reactive operations also support throwing errors 2016-04-05 10:13:30 +02:00
Pedro Piñera Buendía
da673fa8d5 Bump version to 2.2.4 2016-04-05 10:06:23 +02:00
Pedro Piñera Buendía
5dc069b8fe Operation block supports throwing 2016-04-05 10:05:25 +02:00
Pedro Piñera Buendía
ef6dc3ef03 Throw errors only in the operation public interface 2016-04-05 10:00:15 +02:00
Pedro Piñera Buendía
10632214ec Fix broken example project 2016-03-30 12:06:26 +02:00
Pedro Piñera Buendía
11e414d350 Fix podspec syntax 2016-03-30 11:49:27 +02:00
Pedro Piñera Buendía
5c410737fc Bumped version to 2.2.3 2016-03-30 11:40:33 +02:00
Pedro Piñera Buendía
07316e612d Add -removeAll to Context 2016-03-30 11:29:43 +02:00